I have two video adapters: NVIDIA GeForce GTX 570
and a three LCD displays connected to them.
Here's the topology illustrated graphically:
[ GTX 570 ] === HDMI ===> Philips 273ELH #0 (CENTER/MAIN)
[ ] ==== DVI ===> DELL P1913 #2 (RIGHT)
[ GTX 570 ] ==== DVI ===> DELL P1913 #1 (LEFT, PORTRAIT)
And a physical layout:
[ ] [ ] [ ]
[ #1 ] [ #0 ] [ #2 ]
[ ] [ ] [ ]
[ ] [ ]
I've managed to place all displays correctly by using xorg.conf
, here's my version, but I can't move windows between displays. They are somehow isolated from each other.
I'm using proprietary NVIDIA driver version 331.38
, because I'm experiencing some rendering problems with Nouveau (especially with Guake) and as far as I understand proprietary drivers should have a better performance.
I know I can use Xinerama
, but I'm getting a lot of glitches and strange behavior with it (especially in Google Chrome).
Is it possible to create continuous desktop space without using Xinerama
or to configure Xinerama
to work correctly without all those glitches?
Thank you!