Changes the current output device and viewport size of the X server.
Note: This command is usable only while the X server is running.
The chvmode command changes the current output device and viewport size used by the X server.
Viewport size specification is usable only for a CRT display and its resolution has panning option.
You can use the Devices application in Web-based System Manager (wsm) to change device characteristics. You could also use the System Management Interface Tool (SMIT) to run this command.
Item | Description |
---|---|
+/-c | Enables or disables CRT output. |
+/-l | Enables or disables LCD output. |
-vsize WidthxHeight[ @VSync ] | Specifies viewport size of CRT display and the vertical synchronization (refresh rate in Hz). If @VSync is not specified, the current vertical synchronization frequency is used. |
Access Control: Any User
Auditing Events: None
The following exit values are returned:
Item | Description |
---|---|
0 | Successful completion. |
>0 | An error occurred. |
chvmode -l +c
chvmode -vsize 1024x768
chvmode -vsize 640x480@75
Item | Description |
---|---|
/usr/bin/X11/chvmode | Contains the chvmode command. |