|
From: Jon S. <jon...@ya...> - 2003-03-11 22:05:40
|
If your in messing with the early boot sequence, why don't you make the kernel initialize all of the video cards in the system instead of only the primary one. Alsom is it really better to continue messing with these real mode X86 BIOS calls, or would it just be better to try and extract the info from the card vendors on how to do reset or get the DDC info? If we had the info about the cards we could just ignore the VBIOS and write this code into the protected mode FB drivers where it belongs. This problem just keeps recurring over and over on the non-X86 platforms; it's stupid having to carry around an X86 emulator just to run the VBIOS code. Personally I'd like to be able to insmod a fb driver for a secondary card. If the card needs it, it would get initialized, read the DDC data, and come up in a mode that makes sense. I have a user space program that can reset secondary cards using their VBIOS and emulating X86 real mode. It can probably be easily modified to get the DDC info and then IOCTL it into the fb driver. I'll post it if you want. ===== Jon Smirl jon...@ya... __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - establish your business online http://webhosting.yahoo.com |