Gentoo Archives: gentoo-user-fr

From: Michel Paquet <michel-paquet@×××××××××.ca>
To: gentoo-user-fr@l.g.o
Subject: Re: [gentoo-user-fr] chipset video intel i855GM
Date: Fri, 14 Oct 2005 01:35:38
Message-Id: 434F0B42.70008@videotron.ca
In Reply to: Re: [gentoo-user-fr] chipset video intel i855GM by Michel Paquet
1 Tel que prévu (un peu tard désolé), je poste ici mon fichier xorg.conf
2 pour la configuration du chipset i855GM. Comme je l'avais mentionné dans
3 mon dernier envois, il dérive directement de mon fichier xorg.conf pour
4 ma carte Nvidia. Il y a encore beaucoup de travaille à faire dessus
5 concernant les commentaires, résolutions, fréquences et options du
6 i855GM mais la base y est et fonctionnel. Bonne chance et ne te gêne pas
7 pour me retourné le fichier avec tes propres modifications
8
9 addresse de retour: michel-paquet@×××××××××.ca
10
11
12 # File generated originaly by xorgconfig and modified by Fenitos to
13 # use feature of the powerfull nvidia driver for GNU/Linunx
14 # Operating System
15 #
16 # NOTE: This file is create over a GNU/Linux Gentoo System but shoold
17 # work with other distribution (with modification I think)
18 # You can post any comment or suggestion to michel-paquet@×××××××××.ca
19 #
20 # Please share this file to any wo want it and do not hesitate to do
21 # somme modification.
22 #
23 #
24 # You can use 4 different layout with this files
25 # Some other layout configuration is in progress
26 #
27 # startx -- -layout Dual to use Dual Head
28 # startx -- -layout Tv to use Tv-Out output only
29 # startx -- -layout Twin to use Nvidia TwinView feature
30 # startx -- -layout TwinTV to use TwinView with VGA and Tv-Out output
31 #
32 # Copyright 2004 The X.Org Foundation
33
34 # **********************************************************************
35 # Refer to the xorg.conf(5x) man page for details about the format of
36 # this file.
37 # **********************************************************************
38
39
40
41 # **********************************************************************
42 # Module section -- this section is used to specify
43 # which dynamically loadable modules to load.
44 # **********************************************************************
45
46 Section "Module"
47 Load "dbe" # Double buffer extension
48
49 SubSection "extmod"
50 Option "omit xfree86-dga" # don't initialise the DGA extension
51 EndSubSection
52
53 Load "type1"
54 Load "freetype"
55 Load "glx"
56 Load "dri"
57 Load "GLcore"
58 EndSection
59 # **********************************************************************
60 # Files section. This allows default font and rgb paths to be set
61 # **********************************************************************
62
63 Section "Files"
64 RgbPath "/usr/lib/X11/rgb"
65
66 FontPath "/usr/share/fonts/local/"
67 FontPath "/usr/share/fonts/misc/"
68 FontPath "/usr/share/fonts/75dpi/:unscaled"
69 FontPath "/usr/share/fonts/100dpi/:unscaled"
70 FontPath "/usr/share/fonts/Speedo/"
71 FontPath "/usr/share/fonts/Type1/"
72 FontPath "/usr/share/fonts/TrueType/"
73 FontPath "/usr/share/fonts/75dpi/"
74 FontPath "/usr/share/fonts/100dpi/"
75
76 EndSection
77
78 # **********************************************************************
79 # Server flags section.
80 # **********************************************************************
81
82 Section "ServerFlags"
83
84 # Uncomment this to cause a core dump at the spot where a signal is
85 # received. This may leave the console in an unusable state, but may
86 # provide a better stack trace in the core dump to aid in debugging
87
88 # Option "NoTrapSignals"
89
90 # Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
91 # (where n is 1 through 12). This allows clients to receive these key
92 # events.
93
94 # Option "DontVTSwitch"
95
96 # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
97 # This allows clients to receive this key event.
98
99 # Option "DontZap"
100
101 # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
102 # sequences. This allows clients to receive these key events.
103
104 # Option "Dont Zoom"
105
106 # Uncomment this to disable tuning with the xvidtune client. With
107 # it the client can still run and fetch card and monitor attributes,
108 # but it will not be allowed to change them. If it tries it will
109 # receive a protocol error.
110
111 # Option "DisableVidModeExtension"
112
113 # Uncomment this to enable the use of a non-local xvidtune client.
114
115 # Option "AllowNonLocalXvidtune"
116
117 # Uncomment this to disable dynamically modifying the input device
118 # (mouse and keyboard) settings.
119
120 # Option "DisableModInDev"
121
122 # Uncomment this to enable the use of a non-local client to
123 # change the keyboard or mouse settings (currently only xset).
124
125 # Option "AllowNonLocalModInDev"
126
127 EndSection
128
129 # **********************************************************************
130 # Input devices
131 # **********************************************************************
132
133 # **********************************************************************
134 # Core keyboard's InputDevice section
135 # **********************************************************************
136
137 Section "InputDevice"
138 Identifier "Keyboard1"
139 Driver "kbd"
140 # Option "Protocol" "Xqueue"
141 Option "AutoRepeat" "500 30"
142 # Option "Xleds" "1 2 3"
143 # Option "LeftAlt" "Meta"
144 # Option "RightAlt" "ModeShift"
145 Option "XkbModel" "pc105"
146 Option "XkbLayout" "ca_enhanced" #Because I'm Quebecois sti!
147 EndSection
148
149
150 # **********************************************************************
151 # Core Pointer's InputDevice section
152 # **********************************************************************
153
154 Section "InputDevice"
155
156 # Identifier and driver
157 Identifier "Mouse1"
158 Driver "mouse"
159 Option "Protocol" "IMPS/2"
160 Option "Device" "/dev/input/mice" # "/dev/psaux" on kernel 2.4
161 Option "ZAxisMapping" "4 5" # comment if you don't have wheel mouse
162 # Option "Resolution" "256"
163 # Option "Protocol" "Xqueue"
164 # Option "BaudRate" "9600"
165 # Option "SampleRate" "150"
166 Option "Emulate3Buttons"
167 # Option "Emulate3Timeout" "50"
168 # Option "ChordMiddle"
169 EndSection
170
171 # **********************************************************************
172 # Monitor section
173 # **********************************************************************
174
175 Section "Monitor"
176 ### Monitor for TV-Out Config
177 Identifier "Tvmon0"
178 HorizSync 30 - 50 # be modified to fit with your TV
179 VertRefresh 60 # be modified to fit with your TV
180 Option "DPMS"
181 EndSection
182
183 Section "Monitor"
184 ### Monitor for Dual & Twinview Config
185 Identifier "Monitor0"
186 ## 1024x768 @ 85Hz
187 # HorizSync 31.5 - 68.7 # be modified to fit with your Monitor
188 # VertRefresh 50-90 # be modified to fit with your Monitor
189 ## 1024x768 @ 75Hz
190 # HorizSync 31.5 - 60.0 # be modified to fit with your Monitor
191 # VertRefresh 50-90 # be modified to fit with your Monitor
192 ## 1024x768 @ 60Hz
193 HorizSync 31.5 - 48.5 # be modified to fit with your Monitor
194 VertRefresh 50-70 # be modified to fit with your Monitor
195 Option "DPMS"
196 EndSection
197
198 Section "Monitor"
199 ### Monitor for Dual Config
200 Identifier "Monitor1"
201 ## 1024x768 @ 85Hz
202 # HorizSync 31.5 - 68.7 # be modified to fit with your Monitor
203 # VertRefresh 50-90 # be modified to fit with your Monitor
204 ## 1024x768 @ 75Hz
205 # HorizSync 31.5 - 60.0 # be modified to fit with your Monitor
206 # VertRefresh 50-90 # be modified to fit with your Monitor
207 ## 1024x768 @ 60Hz
208 HorizSync 31.5 - 48.5 # be modified to fit with your Monitor
209 VertRefresh 50-70 # be modified to fit with your Monitor
210 Option "DPMS"
211 EndSection
212
213 # **********************************************************************
214 # Graphics device section
215 # **********************************************************************
216
217 Section "Device"
218 ### Device for Dual Config - Monitor 0
219 Identifier "intel0"
220 Driver "i810"
221 BusID "PCI:0:2:0"
222 Screen 0
223 Option "DDC" "false"
224 # Option "CursorShadow" "true" # not necessary but cool
225 # Option "NoLogo" "true"
226 EndSection
227
228 #Section "Device"
229 ### Device for Dual Config - Monitor 1
230 # Identifier "intel1"
231 # Driver "i810"
232 # BusID "PCI:0:2:0" # use the AGP bus in this config
233 # Screen 1
234 # Option "DDC" "false"
235 # Option "CursorShadow" "true" # not necessary but cool
236 # Option "NoLogo" "true"
237 #EndSection
238
239 #Section "Device"
240 ### Device for TV-Out Config
241 # Identifier "inteltv"
242 # Driver "i810"
243 # BusID "PCI:0:2:0" # use the AGP bus in this config
244 # Option "DDC" "false"
245 # Option "CursorShadow" "true" # not necessary but cool
246 # Option "NoLogo" "true"
247 #EndSection
248
249 #Section "Device"
250 ### Device for TwinView-Tv Config
251 # Identifier "nvidiatwtv"
252 # Driver "i810"
253 # Option "DPMS"
254 # Option "TwinView" "true"
255 # BusID "PCI:0:2:0"
256 # Option "DDC" "false"
257 # Option "CursorShadow" "true" # not necessary but cool
258 # Option "TVStandard" "NTSC-M" # Modify to fit with your country
259 # Option "SecondMonitorHorizSync" "30-50" # be modified to fit with your Monitor
260 # Option "SecondMonitorVertRefresh" "60" # be modified to fit with your Monitor
261 # Option "MetaModes" "800x600, 800x600; 640x480, 640x480" # be modified to fit with your Monitor
262 # Option "TwinViewOrientation" "RightOf" # be modified to fit with your configuration
263 # Option "ConnectedMonitor" "CRT, TV" # be modified to fit with your configuration
264 # Option "NoLogo" "true"
265 #EndSection
266
267 #Section "Device"
268 ### Device for TwinView Config
269 # Identifier "nvidiatw"
270 # Driver "nvidia"
271 # Option "DPMS"
272 # Option "TwinView" "true"
273 # BusID "PCI:1:0:0"
274 # Option "DDC" "false"
275 # Option "CursorShadow" "true"
276 # ## 1024x768 @ 85Hz
277 # Option "SecondMonitorHorizSync" "31.5 - 68.7" # be modified to fit with your Monitor
278 # Option "SecondMonitorVertRefresh" "50-90" # be modified to fit with your Monitor
279 # ## 1024x768 @ 75Hz
280 # Option "SecondMonitorHorizSync" "31.5 - 60.0" # be modified to fit with your Monitor
281 # Option "SecondMonitorVertRefresh" "50-90" # be modified to fit with your Monitor
282 # ## 1024x768 @ 60Hz
283 # Option "SecondMonitorHorizSync" "31.5 - 48.5" # be modified to fit with your Monitor
284 # Option "SecondMonitorVertRefresh" "50-70" # be modified to fit with your Monitor
285 # Option "MetaModes" "1024x768, 1024x768 +1024+0; 1024x768, NULL; 800x600, 800x600 +800+0; 640x480, 640x480 640+0"
286 # Option "TwinViewOrientation" "RightOf" # be modified to fit with your configuration
287 # Option "ConnectedMonitor" "CRT, CRT"
288 # Option "NoLogo" "true"
289 #EndSection
290
291 # **********************************************************************
292 # Screen sections
293 # **********************************************************************
294
295 ### Monitors for TwinView Config
296 #Section "Screen"
297 # Identifier "Twin0"
298 # Device "nvidiatw"
299 # Monitor "Monitor0"
300 # DefaultDepth 24
301 # Subsection "Display"
302 # Depth 8
303 # Modes "1024x768" "800x600" "640x480"
304 # ViewPort 0 0
305 # EndSubsection
306 # Subsection "Display"
307 # Depth 16
308 # Modes "1024x768" "800x600" "640x480"
309 # ViewPort 0 0
310 # EndSubsection
311 # Subsection "Display"
312 # Depth 24
313 # Modes "1024x768" "800x600" "640x480"
314 # ViewPort 0 0
315 # EndSubsection
316 #EndSection
317
318 #Section "Screen"
319 # Identifier "Twin1"
320 # Device "nvidiatwtv"
321 # Monitor "Monitor0"
322 # DefaultDepth 24
323 # Subsection "Display"
324 # Depth 8
325 # Modes "1024x768" "800x600" "640x480"
326 # ViewPort 0 0
327 # EndSubsection
328 # Subsection "Display"
329 # Depth 16
330 # Modes "1024x768" "800x600" "640x480"
331 # ViewPort 0 0
332 # EndSubsection
333 # Subsection "Display"
334 # Depth 24
335 # Modes "1024x768" "800x600" "640x480"
336 # ViewPort 0 0
337 # EndSubsection
338 #EndSection
339
340 ### TV-Out for TV-Out Config
341 #Section "Screen"
342 # Identifier "Tv0"
343 # Device "nvidiatv"
344 # Monitor "Tvmon0"
345 # Option "TVStandard" "NTSC-M"
346 # Option "ConnectedMonitor" "TV"
347 # Option "TVOutFormat" "SVIDEO" # need to be modified in some configuration
348 # DefaultDepth 16
349 # Subsection "Display"
350 # Depth 8
351 # Modes "800x600" "640x480"
352 # ViewPort 0 0
353 # EndSubsection
354 # Subsection "Display"
355 # Depth 16
356 # Modes "800x600" "640x480"
357 # ViewPort 0 0
358 # EndSubsection
359 # Subsection "Display"
360 # Depth 24
361 # Modes "800x600" "640x480"
362 # ViewPort 0 0
363 # EndSubsection
364 #EndSection
365
366 ### Monitor 0 for DualX Config
367 Section "Screen"
368 Identifier "Screen0"
369 Device "intel0"
370 Monitor "Monitor0"
371 DefaultDepth 24
372 Subsection "Display"
373 Depth 8
374 Modes "1024x768" "800x600" "640x480"
375 ViewPort 0 0
376 EndSubsection
377 Subsection "Display"
378 Depth 16
379 Modes "1024x768" "800x600" "640x480"
380 ViewPort 0 0
381 EndSubsection
382 Subsection "Display"
383 Depth 24
384 Modes "1024x768" "800x600" "640x480"
385 ViewPort 0 0
386 EndSubsection
387 EndSection
388
389 ### Monitor 1 for DualX Config
390 #Section "Screen"
391 # Identifier "Screen1"
392 # Device "intel1"
393 # Monitor "Monitor1"
394 # DefaultDepth 24
395 # Subsection "Display"
396 # Depth 8
397 # Modes "1024x768" "800x600" "640x480"
398 # ViewPort 0 0
399 # EndSubsection
400 # Subsection "Display"
401 # Depth 16
402 # Modes "1024x768" "800x600" "640x480"
403 # ViewPort 0 0
404 # EndSubsection
405 # Subsection "Display"
406 # Depth 24
407 # Modes "1024x768" "800x600" "640x480"
408 # ViewPort 0 0
409 # EndSubsection
410 #EndSection
411
412 # **********************************************************************
413 # ServerLayout sections.
414 # **********************************************************************
415
416 # Any number of ServerLayout sections may be present. Each describes
417 # the way multiple screens are organised. A specific ServerLayout
418 # section may be specified from the X server command line with the
419 # "-layout" option. In the absence of this, the first section is used.
420 # When now ServerLayout section is present, the first Screen section
421 # is used alone.
422
423 #Section "ServerLayout"
424 # Identifier "Twin"
425 # Screen "Twin0"
426 # InputDevice "Keyboard1" "CoreKeyboard"
427 # InputDevice "Mouse1" "CorePointer"
428 #EndSection
429
430 #Section "ServerLayout" # this is the default layout
431 # Identifier "Dual"
432 # Screen 0 "Screen0"
433 # Screen 1 "Screen1" rightOf "Screen0"
434 # InputDevice "Mouse1" "CorePointer"
435 # InputDevice "Keyboard1" "CoreKeyboard"
436 #EndSection
437
438 #Section "ServerLayout"
439 # Identifier "Tv"
440 # Screen "Tv0"
441 # InputDevice "Mouse1" "CorePointer"
442 # InputDevice "Keyboard1" "CoreKeyboard"
443 #EndSection
444
445 #Section "ServerLayout"
446 # Identifier "TwinTv"
447 # Screen "Twin1"
448 # InputDevice "Keyboard1" "CoreKeyboard"
449 # InputDevice "Mouse1" "CorePointer"
450 #EndSection
451
452 Section "ServerLayout"
453 Identifier "Single"
454 Screen "Screen0"
455 InputDevice "Mouse1" "CorePointer"
456 InputDevice "Keyboard1" "CoreKeyboard"
457 EndSection
458
459 Section "DRI"
460 Mode 0666
461 EndSection
462
463
464 --
465 gentoo-user-fr@g.o mailing list