Specifications
System Requirements
SPECTRUM Software Release Notes Page 24
- As root, create an empty file named S99m64setup in the /etc/rc2.d
directory and copy the following within the S99m64setup file:
prtcon -F | /usr/xpg4/bin/grep -q m64
if [ $? = 0 ]
then
m64config -depth 24 -res 1152 now
fi
- Change the file permission as follows:
chmod u=rwx, go=r S99m64setup
Check for the existence of the following file:
/etc/dt/config/Xservers
If it exists, make sure the following string is in the
etc/dt/config/Xservers file:
Local local_uid@console root /usr/openwin/bin/Xsun :0
-nobanner -dev /dev/fb 0 defclass TrueColor defdepth 24
The above string must be one continuous string on one line. It forces
the windowing manager to take full advantage of a 24-bit color card.
The string contains zeros, NOT uppercase o’s.
3 Reboot.
Note:
Note:
All video card manufacturers write their card’s video drivers to
Sun’s standard and therefore report type of card correctly. But if
the type is something different than what is listed in these
instructions, you should consult the video card supplier or
manufacturer for configuring it for 24-bit TrueColor capability.