Sun Solaris 9

Feb 7, 2007
79
0
0
We have a server that is running Sun Solaris 9 (I think) and was wondering how do I change the screen resolution? Need to change it to 1024x768 because the monitor on the Rack KVM only supports that resolution.

Thanks.
 

crontab

Member
Dec 20, 2000
160
0
0
What type of hardware?

Go into /usr/sbin and do a `ls *config*`

You should see a few *config commands that will assist you in changing your resolution. One example would be m64config.

m64config -prconf to see what that vid card supports

Then run m64config -depth 24 -res 1024x768x60 try

And then m64config -depth 24 -res 1024x768x60 if it worked...

Pick the max res/refresh/colors obviously