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…') |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
xrandr --newmode "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 --addmode VGA1 1280x1024_60.00 | ||
xrandr --output VGA1 --mode 1280x1024_60.00 --auto --left-of LVDS1 | xrandr --output VGA1 --mode 1280x1024_60.00 --auto --left-of LVDS1 | ||
+ | |||
+ | |||
http://www.ubuntugeek.com/how-change-display-resolution-settings-using-xrandr.html | http://www.ubuntugeek.com/how-change-display-resolution-settings-using-xrandr.html |
Latest revision as of 04:38, 17 May 2011
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 --addmode VGA1 1280x1024_60.00
xrandr --output VGA1 --mode 1280x1024_60.00 --auto --left-of LVDS1
http://www.ubuntugeek.com/how-change-display-resolution-settings-using-xrandr.html