Increasing virtual display
Posted: 18. Aug 2010, 03:19
I have tried to modify the xorg.conf-vesa in order to get a bigger virtual display to fit my dual display installation as the actual display size does not accomodate my laptop and stand alone display:
one[~]$ xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 2048 x 2048
VGA connected 1920x1080+0+0 (normal left inverted right x axis y axis) 477mm x 268mm
1920x1080 60.0*+
1680x1050 60.0
1600x900 60.0
1280x1024 75.0 60.0
1280x960 60.0
1152x864 75.0
1280x720 60.0
1152x720 60.0
1024x768 75.0 60.0
832x624 74.6
800x600 75.0 60.3
640x480 75.0 59.9
720x400 70.1
LVDS connected (normal left inverted right x axis y axis)
1280x768 60.0 +
1024x768 85.0 75.0 70.1 60.0
832x624 74.6
800x600 85.1 72.2 75.0 60.3 56.2
640x480 85.0 72.8 75.0 59.9
720x400 85.0
640x400 85.1
640x350 85.1
TV disconnected (normal left inverted right x axis y axis)
one[~]$ xrandr --output LVDS --mode 1280x768 --output VGA --mode 1920x1080 --right-of LVDS
xrandr: screen cannot be larger than 2048x2048 (desired size 3200x1080)
one[~]$
one[~]$ xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 2048 x 2048
VGA connected 1920x1080+0+0 (normal left inverted right x axis y axis) 477mm x 268mm
1920x1080 60.0*+
1680x1050 60.0
1600x900 60.0
1280x1024 75.0 60.0
1280x960 60.0
1152x864 75.0
1280x720 60.0
1152x720 60.0
1024x768 75.0 60.0
832x624 74.6
800x600 75.0 60.3
640x480 75.0 59.9
720x400 70.1
LVDS connected (normal left inverted right x axis y axis)
1280x768 60.0 +
1024x768 85.0 75.0 70.1 60.0
832x624 74.6
800x600 85.1 72.2 75.0 60.3 56.2
640x480 85.0 72.8 75.0 59.9
720x400 85.0
640x400 85.1
640x350 85.1
TV disconnected (normal left inverted right x axis y axis)
one[~]$ xrandr --output LVDS --mode 1280x768 --output VGA --mode 1920x1080 --right-of LVDS
xrandr: screen cannot be larger than 2048x2048 (desired size 3200x1080)
one[~]$