ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #65865
[Bug 570447] Re: Dual monitor display does not work when secondary is on the left side
Hi all,
Was able to find a workaround: I have edited the xorg.conf manually and
changed the following lines:
Section "ServerLayout"
[...]
Screen 0 "Screen0" 1680 0
Screen 1 "Screen1" 0 0
[...]
with:
Section "ServerLayout"
[...]
Screen 0 "Screen1" 0 0
Screen 1 "Screen0" 1680 0
[...]
Basically swapped the "logical" roles in the file.
Also, in the xorg.conf file above, the following line:
Section "ServerLayout"
Option "Xinerama" "0"
should read:
Section "ServerLayout"
Option "Xinerama" "1"
Apologize for that mistake.
Hopefully it can helps others while the issue is fixed.
Regards,
Obi1
--
Dual monitor display does not work when secondary is on the left side
https://bugs.launchpad.net/bugs/570447
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in ubuntu.
References