I want to get my 1366x768 monitor to have other screen resolution 800x600 or 1240x768 in full screen.
What option do I have? Thanks.
Here what I did,
shaharil@busuk:~$ xrandr Screen 0: minimum 8 x 8, current 1366 x 768, maximum 8192 x 8192 VGA-0 disconnected (normal left inverted right x axis y axis) LVDS-0 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 309mm x 174mm 1366x768 60.0*+ HDMI-0 disconnected (normal left inverted right x axis y axis)
shaharil@busuk:~$ cvt 800 600 60 # 800x600 59.86 Hz (CVT 0.48M3) hsync: 37.35 kHz; pclk: 38.25 MHz Modeline "800x600_60.00" 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync
shaharil@busuk:~$ xrandr Screen 0: minimum 8 x 8, current 1366 x 768, maximum 8192 x 8192 VGA-0 disconnected (normal left inverted right x axis y axis) LVDS-0 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 309mm x 174mm 1366x768 60.0*+ HDMI-0 disconnected (normal left inverted right x axis y axis)
shaharil@busuk:~$ xrandr --newmode "800x600_60.00" 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync
shaharil@busuk:~$ xrandr --addmode LVDS-0 800x600_60.00 X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 140 (RANDR) Minor opcode of failed request: 18 (RRAddOutputMode) Serial number of failed request: 27 Current serial number in output stream: 28
xrandr --newmode "1600x900_60.00" 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync
– JoKeR Jun 07 '14 at 18:15space
but you should know that it's a very sensitive case :-) – JoKeR Jun 07 '14 at 18:17xrandr --help
– JoKeR Jun 08 '14 at 10:47