11. After installing the GFX 550e into my Sun Fire T2000 I do not get video out on my monitor.
The Sun Fire T2000 system default console defaults to:
output-device=virtual-console
input-device=virtual-console
To set the output-device and input-device you can remotely log into your system once it has booted and run the following commands:
# eeprom output-device=screen
# eeprom input-device=keyboard
Alternatively this variable may be set from the ALOM mode by running the following command at the sc prompt:
sc>bootmode bootscript=”setenv output-device screen”
sc>bootmode bootscript=”setenv input-device keyboard”
Or, at the ok prompt, type:
ok setenv output-device screen
ok setenv input-device keyboard