Gentoo Archives: gentoo-user

From: Dan Farrell <dan@×××××××××.cx>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Changing primary monitor on dual-monitor X.org setup
Date: Wed, 06 Jun 2007 17:05:39
Message-Id: 20070606115400.73dd8d2a@pascal.spore.ath.cx
In Reply to: [gentoo-user] Changing primary monitor on dual-monitor X.org setup by Aleksey Kunitskiy
1 On Wed, 6 Jun 2007 19:42:59 +0300
2 Aleksey Kunitskiy <alexey.kv@×××××.com> wrote:
3
4 > Section "ServerLayout"
5 > Identifier "Layout 1"
6 > Screen 0 "Screen0" 0 0
7 > Screen 1 "Screen1" LeftOf "Screen0"
8 > InputDevice "Keyboard0" "CoreKeyboard"
9 > InputDevice "Mouse0" "CorePointer"
10 > EndSection
11
12 Try switching the LeftOf to RightOf. Is that what you meant? Or did
13 you want to plug the monitors into each others' plugs? In which case
14
15 >Section "Screen"
16 > Identifier "Screen0"
17 > Device "Card0"
18 > Monitor "Monitor0"
19 > DefaultDepth 24
20 > SubSection "Display"
21 > Modes "1280x1024"
22 > Depth 24
23 > EndSubSection
24 >EndSection
25
26 >Section "Screen"
27 > Identifier "Screen1"
28 > Device "Card1"
29 > Monitor "Monitor1"
30 > DefaultDepth 24
31 > SubSection "Display"
32 > Modes "1280x1024"
33 > Depth 24
34 > EndSubSection
35 >EndSection
36
37 Just switch the Monitor lines here, and switch the plugs.
38 --
39 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Changing primary monitor on dual-monitor X.org setup Aleksey Kunitskiy <alexey.kv@×××××.com>
Re: [gentoo-user] Changing primary monitor on dual-monitor X.org setup "Boyd Stephen Smith Jr." <bss03@××××××××××.net>