Configuration Options
B-9
B
The next line, pushes the string
/sbus/cgsix@1
onto the forth stack, the path
for the device where the resolution is to be changed.
The following example changes the
cgsix
framebuffer on Sbus slot 1. The string
“override”
is the actual entry point in the cgsix Fcode prom which
reconfigures the resolution from the data present on the forth stack.
execute-
device-method
actually calls override and returns a pass/fail flag which is
ignored by the drop command which follows.
The remaining two lines
install-console
and
banner
, installs a terminal driver on
the display device, then prints the banner at reset time or reboot time.
B.6.1 Configuring Monitors using a UNIX script
The following is an example of a UNIX script used to configure a 1280x1024x67
resolution:
B.6.2 Configuring Monitors using the PROM method
The following example uses the Prom method to configure a 1280x1024x67
resolution:
#!/bin/sh
eeprom fcode-debug\?=true
eeprom use-nvramrc\?=true
eeprom nvramrc=’probe-sbus
: vsetup “ 117000000,71691,67,16,112,224,1280,2,8,33,1024,COLOR,0OFFSET” ;
vsetup 4
“ /sbus/cgsix@1” “ override” execute-device-method drop
install-console
banner
‘
Содержание TurboGX
Страница 4: ......
Страница 10: ...x TurboGX TurboGXplus Installation Guide November 1993 ...
Страница 12: ...xii TurboGX TurboGXplus Installation Guide November 1993 ...
Страница 20: ...xx TurboGX TurboGXplus Installation Guide November 1993 ...
Страница 24: ...1 4 TurboGX Turbo GXplus Installation Guide November 1993 1 ...
Страница 32: ...2 8 TurboGX Turbo GXplus Installation Guide November 1993 2 ...
Страница 60: ...B 26 TurboGX TurboGXplus Installation Guide November 1993 B ...
Страница 64: ...C 4 TurboGX TurboGXplus Installation Guide November 1993 C ...
Страница 69: ...Troubleshooting D 5 D Refer to the Sundiag User s Guide for details ...
Страница 70: ...D 6 TurboGX TurboGXplus Installation Guide November 1993 D ...
Страница 74: ...E 4 TurboGX TurboGXplus Installation Guide November 1993 E ...