Ik draai zelf tripple screen met een Geforce 6800 en PCI Geforce 4
Op elk scherm kan ik specifiek dingen instellen (achtergrond / launcher).
Ik maak dus geen gebruik van Xinerama. Dit omdat composite dan niet goed werkt met dual screen. Maar op deze manier wel.
Als WM gebruik ik XFCE, in de config kun je per scherm de resolutie instellen.
Mijn config ziet er zo uit:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
| Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "v4l"
Load "vbe"
Load "xtt"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
#Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
Option "Resolution" "100"
EndSection
Section "Monitor"
Identifier "Monitor[0]"
VendorName "20 inc TFT"
HorizSync 30-80
VertRefresh 56-76
Option "DPMS"
#UseModes "Modes[0]"
EndSection
Section "Monitor"
Identifier "Monitor[1]"
VendorName "19 inc TFT"
HorizSync 30-80
VertRefresh 56-76
Option "DPMS"
#UseModes "Modes[1]"
EndSection
Section "Monitor"
Identifier "Monitor[2]"
VendorName "20 inc CRT"
HorizSync 30-80
VertRefresh 56-76
Option "DPMS"
#UseModes "Modes[1]"
EndSection
Section "Device"
BoardName "Geforce6800"
Driver "nvidia"
BusID "PCI:3:0:0"
Identifier "Device[0]"
Screen 0
Option "Rotate" "off"
Option "NoLogo"
Option "RenderAccel" "true"
Option "NvAGP" "2"
VendorName "NVidia"
#Option "NoMergedXinerma" "true"
Option "AllowGLXWithComposite" "true"
EndSection
Section "Device"
BoardName "Geforce6800"
Driver "nvidia"
BusID "PCI:3:0:0"
Identifier "Device[1]"
Screen 1
Option "Rotate" "off"
Option "NoLogo"
Option "RenderAccel" "true"
Option "NvAGP" "2"
VendorName "NVidia"
Option "ConnectedMonitor" "DFP"
#Option "AllowGLXWithComposite" "true"
EndSection
Section "Device"
BoardName "Geforce4 PCI"
Driver "nvidia"
BusID "PCI:1:8:0"
Identifier "Device[2]"
Screen 0
Option "Rotate" "off"
Option "NoLogo"
Option "RenderAccel" "true"
Option "NvAGP" "2"
VendorName "NVidia"
Option "ConnectedMonitor" "DFP"
#Option "AllowGLXWithComposite" "true"
EndSection
Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen[1]"
Device "Device[1]"
Monitor "Monitor[1]"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen[2]"
Device "Device[2]"
Monitor "Monitor[2]"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "tripple"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
#Option "Clone" "off"
#Option "Xinerama" "on"
#Option "MergedFB" "true"
Screen 0 "Screen[1]"
Screen 1 "Screen[2]" RightOf "Screen[1]"
Screen 2 "Screen[0]" RightOf "Screen[2]"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "true"
EndSection |
Screenshot desktop:
http://gallery.killzalot.ath.cx/Screens/15-4-2005.png
[
Voor 50% gewijzigd door
Verwijderd op 14-04-2005 20:51
]