[Intel-gfx] Multiple X screens

Gabriel Schulhof nix at go-nix.ca
Tue May 17 13:55:54 CEST 2011


Hi!

On Tue, May 17, 2011 14:48, Knut Petersen wrote:
> Am 17.05.2011 11:34, schrieb Gabriel Schulhof:
>> Is there any way to configure the intel driver to allow for multiple X
>> screens?
> Start Xorg normally, run xrandr in xterm. You should see some information
> about the connected monitors. If your second monitor is connected to DVI1
> and your first monitor is a 1600x900 lvds, try something like
>
>     "xrandr --output DVI1 --pos 1600x0"
>
> After that your 2nd monitor should show the right of your desktop, and
> your
> desktop should be enlarged by the x-resolution of the 2nd monitor. Read
> man xrandr.

Getting this to work is indeed trivial. In fact, GNOME auto-detects the
display, and extends my desktop by default. This is not what I want.

What I want is not to extend my desktop, but to have an X server that
consists of multiple (in this case two) separate screens. So, on one
screen, when you launch an xterm and type echo $DISPLAY, you get :0.0 and
when you launch it on the other screen and type echo $DISPLAY, you get
:0.1 ... this is the kind of setup where you /can't/ drag windows across
monitors. OTOH, this is the only setup where switching virtual desktops on
one monitor does not affect the current virtual desktop on the other
monitor, nor will accidentally windows appear on the wrong monitor.

Unfortunately I cannot seem to find a single setting in either the device
section for intel, or in the ServerLayout section, or in the Monitor
section of the xorg.conf file that explicitly /disables/ extended desktop.

Please let me know if such a setup is possible,

TIA,



Gabriel



More information about the Intel-gfx mailing list