changing resolution in Solaris 10 sparc system

How do change resolution in solaris 10 on sparc system? During install display was fine. Once boot to OS, display is bad. Need to know how I can change resolution to get a decent display on screen.
[218 byte] By [candoit] at [2007-11-26 0:44:40]
# 1

I'm not too sure about sparc hardware, as I don't know which graphic server it uses, but on my system(x86) the same thing happened. What I had to do was make an xorg.conf as the install doesn't create one.

On the CLI execute '/usr/X11/bin/xorgconfig' and this should step you through creating an xorg.conf file- as long as you are using the Xorg server of course.

or

execute '/usr/X11/bin/Xorg -configure' this should create a basic xorg.conf and you just edit it yourself where appropriate.

Personally, if you know your graphic board,monitor, keybrd and mouse along with refresh rates the first method is probably best.

H.T.H.

Pale_paul5 at 2007-7-5 19:40:12 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
> How do change resolution in solaris 10 on sparc> system? Depends on display hardware - try one of...fbconfigm64configafbconfig... etc.
smackinlay at 2007-7-5 19:40:12 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
where are this file located?
candoit at 2007-7-5 19:40:12 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 4

the 'm464config' and other ...configs are

commands. They live in /usr/sbin, so as

the root user you should be able to run them

without qualification.

# m64config -res 1024x768x75 try

Is an example of setting the res to 1024x768 at

75hz for a trial period.

In general, a reboot is required to get the new

setting to take effect correctly.

kidari at 2007-7-5 19:40:12 > top of Java-index,Solaris Operating System,Solaris 10 Features...