Gentoo Archives: gentoo-user

From: Aleksey Kunitskiy <alexey.kv@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Changing primary monitor on dual-monitor X.org setup
Date: Wed, 06 Jun 2007 18:59:45
Message-Id: 200706062146.17700.alexey.kv@gmail.com
In Reply to: Re: [gentoo-user] Changing primary monitor on dual-monitor X.org setup by "Boyd Stephen Smith Jr."
1 On Wednesday 06 June 2007 21:10, Boyd Stephen Smith Jr. wrote:
2 > Or, just switch the Device lines. Each device is a single DVI port (at
3 > least on my NVidia setup).
4
5 Section "Screen"
6 Identifier "Screen0"
7 Device "Card1"
8 Monitor "Monitor0"
9 DefaultDepth 24
10 SubSection "Display"
11 Modes "1280x1024"
12 Depth 24
13 EndSubSection
14 EndSection
15
16 Section "Screen"
17 Identifier "Screen1"
18 Device "Card0"
19 Monitor "Monitor1"
20 DefaultDepth 24
21 SubSection "Display"
22 Modes "1280x1024"
23 Depth 24
24 EndSubSection
25 EndSection
26
27 Nothing changed. Where I am mistaken ? :(
28
29 --
30 best regards,
31 Aleksey V. Kunitskiy
32 --
33 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Changing primary monitor on dual-monitor X.org setup Florian Philipp <f.philipp@××××××.de>