Ticket #12239: xorg.conf.middle2as1

File xorg.conf.middle2as1, 4.8 KB (added by harrycoin@…, 12 years ago)

xorg.conf exhibiting the problem (middle two monitors as one tall screen)

Line 
1# nvidia-settings: X configuration file generated by nvidia-settings
2# nvidia-settings: version 304.88 (buildd@lamiak) Wed Apr 10 16:20:15 UTC 2013
3
4Section "ServerLayout"
5 Identifier "Layout0"
6 Screen 0 "Screen0" 2960 52
7# Screen 1 "Screen1" 1280 98
8 Screen 1 "Screen1" 1280 0
9# Screen 2 "Screen1b" 1280 98
10 Screen 2 "Screen2" 0 52
11 InputDevice "Keyboard0" "CoreKeyboard"
12 InputDevice "Mouse0" "CorePointer"
13 Option "Xinerama" "1"
14EndSection
15
16#Section "ServerFlags"
17# Option "randr" "false"
18#EndSection
19
20Section "Files"
21EndSection
22
23Section "InputDevice"
24 # generated from default
25 Identifier "Mouse0"
26 Driver "mouse"
27 Option "Protocol" "auto"
28 Option "Device" "/dev/psaux"
29 Option "Emulate3Buttons" "no"
30 Option "ZAxisMapping" "4 5"
31EndSection
32
33Section "InputDevice"
34 # generated from default
35 Identifier "Keyboard0"
36 Driver "kbd"
37EndSection
38
39Section "Monitor"
40 # HorizSync source: edid, VertRefresh source: edid
41 Identifier "Monitor0"
42 VendorName "Unknown"
43 ModelName "DELL 1907FP"
44 HorizSync 30.0 - 81.0
45 VertRefresh 56.0 - 76.0
46 Option "DPMS"
47EndSection
48
49Section "Monitor"
50 # HorizSync source: edid, VertRefresh source: edid
51 Identifier "Monitor1"
52 VendorName "Unknown"
53 ModelName "HP w2007"
54 HorizSync 31.0 - 83.0
55 VertRefresh 56.0 - 75.0
56 Option "DPMS"
57EndSection
58
59#Section "Monitor"
60# # HorizSync source: edid, VertRefresh source: edid
61# Identifier "Monitor1b"
62# VendorName "Unknown"
63# ModelName "Dell E228WFP"
64# HorizSync 31.0 - 83.0
65# VertRefresh 56.0 - 75.0
66# Option "DPMS"
67#EndSection
68
69
70Section "Monitor"
71 # HorizSync source: edid, VertRefresh source: edid
72 Identifier "Monitor2"
73 VendorName "Unknown"
74 ModelName "DELL 1907FP"
75 HorizSync 30.0 - 81.0
76 VertRefresh 56.0 - 76.0
77 Option "DPMS"
78EndSection
79
80Section "Device"
81 Identifier "Device0"
82 Driver "nvidia"
83 VendorName "NVIDIA Corporation"
84 BoardName "GeForce GT 520"
85 BusID "PCI:1:0:0"
86 Option "UseEvents" "True"
87 Option "DPI" "90 x 90"
88EndSection
89
90Section "Device"
91 Identifier "Device1"
92 Driver "nvidia"
93 VendorName "NVIDIA Corporation"
94 BoardName "GeForce 8600 GT"
95 BusID "PCI:2:0:0"
96 Option "DPI" "90 x 90"
97 Option "UseEvents" "True"
98# Screen 0
99EndSection
100
101#Section "Device"
102# Identifier "Device1b"
103# Driver "nvidia"
104# VendorName "NVIDIA Corporation"
105# BoardName "GeForce 8600 GT"
106# BusID "PCI:2:0:0"
107# Option "DPI" "90 x 90"
108# Option "UseEvents" "True"
109# Screen 1
110#EndSection
111
112Section "Device"
113 Identifier "Device2"
114 Driver "nvidia"
115 VendorName "NVIDIA Corporation"
116 BoardName "GeForce 6200"
117 BusID "PCI:5:1:0"
118 Option "DPI" "90 x 90"
119 Option "UseEvents" "True"
120EndSection
121
122Section "Screen"
123#Right two
124 Identifier "Screen0"
125 Device "Device0"
126 Monitor "Monitor0"
127 DefaultDepth 24
128 Option "Stereo" "0"
129 Option "nvidiaXineramaInfoOrder" "DFP-1"
130 Option "metamodes" "DFP: 1280x1024 +0+0, CRT: 1280x1024 +0+1024"
131 SubSection "Display"
132 Depth 24
133 EndSubSection
134EndSection
135
136Section "Screen"
137#Middle two
138 Identifier "Screen1"
139 Device "Device1"
140 Monitor "Monitor1"
141 DefaultDepth 24
142 Option "Stereo" "0"
143 Option "metamodes" "DFP-0: 1680x1050 +0+0, DFP-1: 1680x1050 +0+1050"
144# Option "metamodes" "DFP-0: 1600x900 @1680x900 +0+0, DFP-1: 1680x1050 +0+900"
145# Option "metamodes" "DFP: 1600x900 @1680x900 +0+0"
146 SubSection "Display"
147 Depth 24
148 EndSubSection
149EndSection
150
151#Section "Screen"
152# Identifier "Screen1b"
153# Device "Device1b"
154# Monitor "Monitor1b"
155# DefaultDepth 24
156# Option "Stereo" "0"
157# Option "metamodes" "DFP-0: 1600x900 @1680x900 +0+0, DFP-1: 1680x1050 +0+900"
158# Option "metamodes" "DFP: 1680x1050"
159# SubSection "Display"
160# Depth 24
161# EndSubSection
162#EndSection
163
164Section "Screen"
165#Left two
166 Identifier "Screen2"
167 Device "Device2"
168 Monitor "Monitor2"
169 DefaultDepth 24
170 Option "Stereo" "0"
171 Option "nvidiaXineramaInfoOrder" "CRT-0"
172 Option "metamodes" "CRT: 1280x1024 +0+0, DFP: 1280x1024 +0+1024"
173 SubSection "Display"
174 Depth 24
175 EndSubSection
176EndSection
177
178Section "Extensions"
179 Option "Composite" "Disable"
180EndSection
181