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.
Archived thread 257913 from Sun Sparc Users. Markdown source: Sun_Sparc_Users/thread_257913_Change_default_video_card_on_Ultra_10..md
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.
You just have to do this :
Ok> show-devs
Thid Will give you the device tree.
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.
OK> devalias new-screen new_graphic_card_path
OK> setenv output-device new-screen
HTH,