• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Sun Solaris 9

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.
 
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
 
Back
Top