Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] KDE4.6 with two monitors does not respect boundaries/edges between them
Date: Wed, 18 May 2011 20:43:01
Message-Id: 201105182142.08912.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] KDE4.6 with two monitors does not respect boundaries/edges between them by Alan McKinnon
1 On Wednesday 18 May 2011 21:24:17 Alan McKinnon wrote:
2 > Apparently, though unproven, at 21:48 on Wednesday 18 May 2011, Bill
3 > Longman
4 >
5 > did opine thusly:
6 > > On 05/18/2011 11:53 AM, Alan McKinnon wrote:
7 > > > Do you have an xorg.conf?
8 > > >
9 > > > I suspect X has correctly figured out what you have and then you turn
10 > > > around and tell it something different. Whereupon it believes you.
11 > >
12 > > When I have NO xorg.conf file, KDE starts in clone mode. The 1280x1024
13 > > LCD wins and the 1680x1050 gets that same resolution. Or worse still,
14 > > the widescreen is disabled.
15 > >
16 > > I've gone into krandrtray and Systems Settings and, in 4.6 now, can save
17 > > it as the default. It never does, or, if it really is saving defaults,
18 > > it is ignored upon next KDE restart.
19 >
20 > I have a 1920x1200 internal LCD and two different Samsungs (home & work),
21 > both 1920x1080. I do not have the issues you experience - everything works
22 > as it should and has done so for many versions now, with both nvidia and
23 > nouveau drivers.
24 >
25 > This would be a good time to post actual configs.
26
27 ... and following my recent experience start with:
28
29 euse -i xinerama
30
31 BTW, I do have an xorg file in which among other things I have defined two
32 monitors:
33
34 Section "Monitor"
35 #DisplaySize 360 290 # mm
36 Identifier "Monitor0"
37 VendorName "NEC"
38 ModelName "NEC LCD1860NX"
39 HorizSync 31.0 - 82.0
40 VertRefresh 55.0 - 85.0
41 Option "PreferredMode" "1280x1024"
42 Option "DPMS"
43 EndSection
44
45 Section "Monitor"
46 #DisplaySize 510 290 # mm
47 Identifier "Monitor1"
48 VendorName "DEL"
49 ModelName "DELL ST2320L"
50 HorizSync 56.0 - 76.0
51 VertRefresh 30.0 - 83.0
52 Option "PreferredMode" "1920x1080"
53 Option "RightOf" "Monitor0"
54 Option "DPMS"
55 EndSection
56
57 and under Section "Device" I have:
58
59 Identifier "Card0"
60 Driver "radeon"
61 BusID "PCI:1:0:0"
62 Option "monitor-VGA-0" "Monitor0"
63 Option "monitor-DVI-0" "Monitor1"
64
65 but these are historical. I have not tried removing them to see what happens.
66 --
67 Regards,
68 Mick

Attachments

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