Gentoo Archives: gentoo-user

From: Grant Edwards <grant.b.edwards@×××××.com>
To: gentoo-user@l.g.o
Cc: fluxbox-users@×××××××××××××××××.net
Subject: [gentoo-user] Re: dual monitors and dual desktops
Date: Thu, 25 Oct 2012 14:43:32
Message-Id: k6bj2l$a6u$1@ger.gmane.org
In Reply to: [gentoo-user] dual monitors and dual desktops by Kfir Lavi
1 On 2012-10-25, Kfir Lavi <lavi.kfir@×××××.com> wrote:
2
3 > I have a laptop and an external monitor.
4
5 Here's how I do it using Xorg.config
6
7 ----------------------------------------------------------------------
8 Section "ServerLayout"
9 Identifier "Triple"
10 Screen 0 "Samsung0"
11 Screen 1 "Samsung1" rightof "Samsung0"
12 Screen 2 "Acer" leftof "Samsung0"
13 InputDevice "Mouse0" "CorePointer"
14 InputDevice "Keyboard0" "CoreKeyboard"
15 EndSection
16 ----------------------------------------------------------------------
17
18 There are three Device sections (one for one video card, and one for
19 each of the DVI outputs on a second video card). There are then three
20 corresponding Screen sections (named Samsung0, Samsung1, and Acer).
21
22 Dunno anything about xrandr...
23
24 --
25 Grant Edwards grant.b.edwards Yow! Here I am at the flea
26 at market but nobody is buying
27 gmail.com my urine sample bottles ...

Replies

Subject Author
Re: [gentoo-user] Re: dual monitors and dual desktops Kfir Lavi <lavi.kfir@×××××.com>