Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: Gentoo User <gentoo-user@l.g.o>
Subject: [gentoo-user] non-Twinview dual screen setup?
Date: Tue, 05 Apr 2011 22:26:38
Message-Id: BANLkTi=QgW7mxuDZBS+2Yw6npe-CNrUZrA@mail.gmail.com
1 Hi,
2 I hooked up second monitor to my Nvidia GTX465 card yesterday and
3 wanted to get dual screen running. Unfortunately, except for using
4 Twinview which works fine, I've been unable to do it without Twinview.
5 Twinview itself isn't bad, but I don't like how ever KDE decision I
6 have to take (logout, settings, etc.) always starts spanned across my
7 two monitors. That doesn't happen on my dual screen Intel system.
8
9 Anyway, I'm attaching both the Twinview and non-Twinview xorg.conf
10 files. Maybe someone can see possible changes to make the non-Twinview
11 actually work? Currently it produces video on only the first monitor
12 to the left. The monitor on the right stays dark. Again, both monitors
13 work fine when using Twinview with a 3840x1080 desktop.
14
15 Thanks,
16 Mark
17
18
19 Non-Twinview config which only works on one monitor.
20
21 # nvidia-settings: X configuration file generated by nvidia-settings
22 # nvidia-settings: version 270.18
23 (buildmeister@×××××××××××××××××××××××××××××××××.com) Tue Jan 18
24 22:06:15 PST 2011
25
26 Section "ServerLayout"
27 Identifier "Layout0"
28 Screen 0 "Screen0" 0 0
29 Screen 1 "Screen1" 1920 0
30 InputDevice "Keyboard0" "CoreKeyboard"
31 InputDevice "Mouse0" "CorePointer"
32 Option "Xinerama" "0"
33 EndSection
34
35 Section "Files"
36 EndSection
37
38 Section "InputDevice"
39 # generated from data in "/etc/conf.d/gpm"
40 Identifier "Mouse0"
41 Driver "mouse"
42 Option "Protocol"
43 Option "Device" "/dev/input/mice"
44 Option "Emulate3Buttons" "no"
45 Option "ZAxisMapping" "4 5"
46 EndSection
47
48 Section "InputDevice"
49 # generated from default
50 Identifier "Keyboard0"
51 Driver "kbd"
52 EndSection
53
54 Section "Monitor"
55 # HorizSync source: edid, VertRefresh source: edid#
56 nvidia-settings: X configuration file generated by nvidia-settings
57 # nvidia-settings: version 270.18
58 (buildmeister@×××××××××××××××××××××××××××××××××.com) Tue Jan 18
59 22:06:15 PST 2011
60
61
62 Identifier "Monitor1"
63 VendorName "Unknown"
64 ModelName "Samsung SyncMaster"
65 HorizSync 30.0 - 75.0
66 VertRefresh 56.0 - 61.0
67 Option "DPMS"
68 EndSection
69
70 Section "Monitor"
71 # HorizSync source: edid, VertRefresh source: edid
72 Identifier "Monitor0"
73 VendorName "Unknown"
74 ModelName "Samsung SyncMaster"
75 HorizSync 30.0 - 75.0
76 VertRefresh 56.0 - 61.0
77 Option "DPMS"
78 EndSection
79
80 Section "Device"
81 Identifier "Device1"
82 Driver "nvidia"
83 VendorName "NVIDIA Corporation"
84 BoardName "GeForce GTX 465"
85 BusID "PCI:2:0:0"
86 Screen 1
87 EndSection
88
89 Section "Device"
90 Identifier "Device0"
91 Driver "nvidia"
92 VendorName "NVIDIA Corporation"
93 BoardName "GeForce GTX 465"
94 BusID "PCI:2:0:0"
95 Screen 0
96 EndSection
97
98
99 Section "Screen"
100 Identifier "Screen1"
101 Device "Device1"
102 Monitor "Monitor1"
103 DefaultDepth 24
104 Option "TwinView" "0"
105 Option "metamodes" "DFP-2: 1920x1080 +0+0"
106 SubSection "Display"
107 Depth 24
108 EndSubSection
109 EndSection
110
111 Section "Screen"
112 Identifier "Screen0"
113 Device "Device0"
114 Monitor "Monitor0"
115 DefaultDepth 24
116 Option "TwinView" "0"
117 Option "metamodes" "DFP-0: 1920x1080 +0+0"
118 SubSection "Display"
119 Depth 24
120 EndSubSection
121 EndSection
122
123
124
125
126 Working Twinview setup:
127
128
129 # nvidia-xconfig: X configuration file generated by nvidia-xconfig
130 # nvidia-xconfig: version 270.18
131 (buildmeister@×××××××××××××××××××××××××××××××××.com) Tue Jan 18
132 22:06:28 PST 2011
133
134 Section "ServerLayout"
135 Identifier "Layout0"
136 Screen 0 "Screen0"
137 InputDevice "Keyboard0" "CoreKeyboard"
138 InputDevice "Mouse0" "CorePointer"
139 EndSection
140
141 Section "Files"
142 EndSection
143
144 Section "InputDevice"
145 # generated from data in "/etc/conf.d/gpm"
146 Identifier "Mouse0"
147 Driver "mouse"
148 Option "Protocol"
149 Option "Device" "/dev/input/mice"
150 Option "Emulate3Buttons" "no"
151 Option "ZAxisMapping" "4 5"
152 EndSection
153
154 Section "InputDevice"
155 # generated from default
156 Identifier "Keyboard0"
157 Driver "kbd"
158 EndSection
159
160 Section "Monitor"
161 Identifier "Monitor0"
162 VendorName "Unknown"
163 ModelName "Unknown"
164 HorizSync 28.0 - 33.0
165 VertRefresh 43.0 - 72.0
166 Option "DPMS"
167 EndSection
168
169 Section "Device"
170 Identifier "Device0"
171 Driver "nvidia"
172 VendorName "NVIDIA Corporation"
173 Option "TwinView"
174 Option "MetaModes" "1920x1080,1920x1080; 1920x1080"
175 Option "TwinViewOrientation" "RightOf"
176 EndSection
177
178 Section "Screen"
179 Identifier "Screen0"
180 Device "Device0"
181 Monitor "Monitor0"
182 DefaultDepth 24
183 SubSection "Display"
184 Depth 24
185 EndSubSection
186 EndSection

Replies

Subject Author
Re: [gentoo-user] non-Twinview dual screen setup? Jacob Todd <jaketodd422@×××××.com>
Re: [gentoo-user] non-Twinview dual screen setup? Neil Bothwick <neil@××××××××××.uk>