Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Changing primary monitor on dual-monitor X.org setup Aleksey Kunitskiy <alexey.kv@×××××.com>