PDA

View Full Version : Change default video card on Ultra 10.


chris_andrew
September 15th, 2006, 06:59 AM
Hi,

I am currently using the built-in video card, on my Ultra 10. I have fitted a better PCI card, and would like OpenPROM to "see" this as the default video output.

Anyone know how I do this?

Thanks,

Chris.

kmantronix
September 17th, 2006, 11:09 AM
You just have to do this :

- type

Ok> show-devs

Thid Will give you the device tree.

- Try to isolate the device path for the new Graphic Card.
I m not sure of what it should be, but you can ".properties" to get a bunch of information regarding the device you have moved to with "cd". Tip : At first use "cd" with no parameters to jump to the root of the device tree then move with "cd /pci@..."
up to what you think is the graphic Card. then do ".propoerties". there should be enough information to confirm what is the graphic card. You can also copy/past the show-devs in the forum. i could then tell you what is your graphic card.

- create a new alias for this graphic card
OK> devalias new-screen new_graphic_card_path

- modify output-device

OK> setenv output-device new-screen

HTH,