Operating System - HP-UX
1832390 Members
3067 Online
110041 Solutions
New Discussion

monitor resolution setting

 
SOLVED
Go to solution
Shah Gaurang B.
Frequent Advisor

monitor resolution setting

i am not getting CDE on my new monitor which having o/s hp-ux 11i and if i replaced with unother monitor i am able to get it. is there any command for setting display or unother way to get display on new monitor ?
4 REPLIES 4
Stephen Keane
Honored Contributor

Re: monitor resolution setting

Do a man on setmon
Muthukumar_5
Honored Contributor

Re: monitor resolution setting

To get monitor details,

# sam -> display -> Monitor configuration

You can simply getting new CDE window into the monitor as,

In server:

# export DISPLAY=:0.0

Start x windows sessions in background in new machine. Then, Start application there in server.

hth.
Easy to suggest when don't know about the problem!
Arunvijai_4
Honored Contributor
Solution

Re: monitor resolution setting

# man setmon says,
To invoke an interactive session type:
# setmon /dev/crt

To change the current monitor type to entry three type:
# setmon -s3 /dev/crt

To report the current monitor setting type:
# setmon -r /dev/crt

"A ship in the harbor is safe, but that is not what ships are built for"
Stephen Keane
Honored Contributor

Re: monitor resolution setting

# setmon /dev/crt

Is the one you want. You should get a list of display settings (resolution/refresh rate) to choose from. You could try each in turn to see if any of them work.