Gentoo Archives: gentoo-user

From: Tim Allingham <deserted@×××××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Changing primary monitor on dual-monitor X.org setup
Date: Thu, 07 Jun 2007 03:42:57
Message-Id: 1181187418.14874.0.camel@localhost
In Reply to: Re: [gentoo-user] Changing primary monitor on dual-monitor X.org setup by Aleksey Kunitskiy
1 Give this a try, haven't got a chance to test atm but should do what
2 your after
3
4 Section "Screen"
5 Identifier "Screen0"
6 Device "Card1"
7 Monitor "Monitor0"
8 DefaultDepth 24
9 SubSection "Display"
10 Modes "1280x1024"
11 Depth 24
12 EndSubSection
13 EndSection
14
15 Section "Screen"
16 Identifier "Screen1"
17 Device "Card0"
18 Monitor "Monitor1"
19 DefaultDepth 24
20 SubSection "Display"
21 Modes "1280x1024"
22 Depth 24
23 EndSubSection
24 EndSectionOn Wed, 2007-06-06 at 20:28 +0300, Aleksey Kunitskiy wrote:
25 > Section "Screen"
26 > Identifier "Screen0"
27 > Device "Card0"
28 > Monitor "Monitor1"
29 > DefaultDepth 24
30 > SubSection "Display"
31 > Modes "1280x1024"
32 > Depth 24
33 > EndSubSection
34 > EndSection
35 >
36 > Section "Screen"
37 > Identifier "Screen1"
38 > Device "Card1"
39 > Monitor "Monitor0"
40 > DefaultDepth 24
41 > SubSection "Display"
42 > Modes "1280x1024"
43 > Depth 24
44 > EndSubSection
45 > EndSection

Attachments

File name MIME type
signature.asc application/pgp-signature