Comment 11 for bug 370777

Revision history for this message
Geir Ove Myhr (gomyhr) wrote : Re: [GM45] LeftOf positioning not working anymore with 2.6.3-0ubuntu9.1

Confirmed that 0ubuntu9.1 overrides the Virtual setting in xorg.conf. I have
Section "Screen"
        Identifier "Default Screen"
        Monitor "Configured Monitor"
        Device "Configured Video Device"
        SubSection "Display"
                Virtual 1400 2089
        EndSubSection
EndSection
in my xorg.conf, but with the 0ubuntu9.1, xrandr says

gomyhr@storhaugen:~$ xrandr
Screen 0: minimum 320 x 200, current 1400 x 1050, maximum 2048 x 2048
VGA disconnected (normal left inverted right x axis y axis)
LVDS connected 1400x1050+0+0 (normal left inverted right x axis y axis) 245mm x 184mm
...

With 0ubuntu9.1 the maximum is 1400 x 2089.

I'll update the title of this bug to say what really is the problem.