Difference between revisions of "Xrandr"
Jump to navigation
Jump to search
(Created page with '08:54 AM][keegan@localhost:~]#>cvt -v 1280 1024 # 1280x1024 59.89 Hz (CVT 1.31M4) hsync: 63.67 kHz; pclk: 109.00 MHz Modeline "1280x1024_60.00" 109.00 1280 1368 1496 1712 102…') |
m |
||
Line 8: | Line 8: | ||
xrandr --output VGA1 --mode 1280x1024_60.00 --auto --left-of LVDS1 | xrandr --output VGA1 --mode 1280x1024_60.00 --auto --left-of LVDS1 | ||
+ | |||
+ | xrandr --addmode VGA1 1280x1024_60.00 | ||
http://www.ubuntugeek.com/how-change-display-resolution-settings-using-xrandr.html | http://www.ubuntugeek.com/how-change-display-resolution-settings-using-xrandr.html |
Revision as of 04:59, 1 October 2010
08:54 AM][keegan@localhost:~]#>cvt -v 1280 1024
- 1280x1024 59.89 Hz (CVT 1.31M4) hsync: 63.67 kHz; pclk: 109.00 MHz
Modeline "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
xrandr --newmode "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
xrandr --output VGA1 --mode 1280x1024_60.00 --auto --left-of LVDS1
xrandr --addmode VGA1 1280x1024_60.00
http://www.ubuntugeek.com/how-change-display-resolution-settings-using-xrandr.html