We are working on getting LB going on a platform with 2 VGA devices. One is an "on-board" ATI ES1000, meaning it is soldered down, without a ROM attached to it (it is usually built into the platform BIOS image).
The second VGA device is a plug in PCI card (XGI Z9S).
The PCI slot is on the same bus as the "on-board" graphics controller.
We would like to use the plug-in card as the VGA interface.
We tried the "off" option (in Config.lb) for the on-board PCI device, but it still tries to load it as the VGA console (it does not work, since there is no ROM).
We want the plugin card's option ROM to be run, and the "on-board" controller should not be used. What is the correct way to achive what we want? Basically, a way to hide the ATI controller would be sufficient.
Thanks
On Tue, 2006-11-28 at 15:58 -0500, Tom Sylla wrote:
We are working on getting LB going on a platform with 2 VGA devices. One is an "on-board" ATI ES1000, meaning it is soldered down, without a ROM attached to it (it is usually built into the platform BIOS image).
The second VGA device is a plug in PCI card (XGI Z9S).
The PCI slot is on the same bus as the "on-board" graphics controller.
We would like to use the plug-in card as the VGA interface.
We tried the "off" option (in Config.lb) for the on-board PCI device, but it still tries to load it as the VGA console (it does not work, since there is no ROM).
We want the plugin card's option ROM to be run, and the "on-board" controller should not be used. What is the correct way to achive what we want? Basically, a way to hide the ATI controller would be sufficient.
Thanks
Did you listed both of them in the Config.lb?
Ollie
Tom Sylla wrote:
We want the plugin card's option ROM to be run, and the "on-board" controller should not be used. What is the correct way to achive what we want? Basically, a way to hide the ATI controller would be sufficient.
Tom,
Search the archives for eaglelion and MB1030. There is a whole mess of threads where we were messing with trying to disable the onboard video device on that board. There are some things you need to watch for that will trip up the config parser and make it do wierd stuff. There are several patches that will let you see what video device get assigned as primarary.
End the end the config.lb was wrong but I forget just how.