From: Petr V. <VAN...@vc...> - 2000-09-01 15:18:50
|
On 1 Sep 00 at 9:15, James Simmons wrote: > > Also, when using ruby, it boots off the g200 (usually boots off the r128) > > and the kernel boot messages in dmesg do not contain whatever was > > on the console before it switched to the g200, where can I get these early > > messages? And why did they disappear!? > > Right now with ruby only vgacon, mdacon, and nvida text mode are > supported. The fbdev layer is incomplete. I have found matrox cards > usually like to be booted first. I know of no way to make one card boot > before another. Petr, you have any ideas ? I'm using my 'pciorder' patch I sent around couple of times... 'pciorder=1:00.0,0:0b.0,0:0f.0' and it's done. And with old fbmem you can set order with 'video=fbdev_name:' option... matroxfb itself does not allow you to reorder different MGA devices in box - they are initialized in PCI order (which can be changed with my pciorder patch which others do not like...). Petr |