Ticket #12239: xorg.conf

File xorg.conf, 4.6 KB (added by harrycoin@…, 10 years ago)

xorg.conf that works (middle two monitors as two x screens).

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