Gentoo Archives: gentoo-user-fr

From: Thomas Legay <tomamplius@×××××.fr>
To: gentoo-user-fr@l.g.o
Subject: Re: [gentoo-user-fr] Xfree sous gentoo 2004 avec une carte trident cyberblade
Date: Tue, 16 Mar 2004 19:37:54
Message-Id: 20040316193749.60790.qmail@web25205.mail.ukl.yahoo.com
In Reply to: Re: [gentoo-user-fr] Xfree sous gentoo 2004 avec une carte trident cyberblade by Jules Gagnon
1 Ben changé d'ecran ou de carte c'est plus dur sur un
2 pc portable.
3 sinon mon Xfreeconfig :
4 # File generated by xf86config.
5
6 #
7 # Copyright (c) 1999 by The XFree86 Project, Inc.
8 #
9 # Permission is hereby granted, free of charge, to any
10 person obtaining a
11 # copy of this software and associated documentation
12 files (the "Software"),
13 # to deal in the Software without restriction,
14 including without limitation
15 # the rights to use, copy, modify, merge, publish,
16 distribute, sublicense,
17 # and/or sell copies of the Software, and to permit
18 persons to whom the
19 # Software is furnished to do so, subject to the
20 following conditions:
21 #
22 # The above copyright notice and this permission
23 notice shall be included in
24 # all copies or substantial portions of the Software.
25 #
26 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY
27 OF ANY KIND, EXPRESS OR
28 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
29 OF MERCHANTABILITY,
30 # FITNESS FOR A PARTICULAR PURPOSE AND
31 NONINFRINGEMENT. IN NO EVENT SHALL
32 # THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES
33 OR OTHER LIABILITY,
34 # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
35 ARISING FROM, OUT OF
36 # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
37 OTHER DEALINGS IN THE
38 # SOFTWARE.
39 #
40 # Except as contained in this notice, the name of the
41 XFree86 Project shall
42 # not be used in advertising or otherwise to promote
43 the sale, use or other
44 # dealings in this Software without prior written
45 authorization from the
46 # XFree86 Project.
47 #
48
49 #
50 **********************************************************************
51 # Refer to the XF86Config(4/5) man page for details
52 about the format of
53 # this file.
54 #
55 **********************************************************************
56
57 #
58 **********************************************************************
59 # Module section -- this section is used to specify
60 # which dynamically loadable modules to load.
61 #
62 **********************************************************************
63 #
64 Section "Module"
65
66 # This loads the DBE extension module.
67
68 Load "dbe" # Double buffer extension
69
70 # This loads the miscellaneous extensions module, and
71 disables
72 # initialisation of the XFree86-DGA extension within
73 that module.
74 SubSection "extmod"
75 Option "omit xfree86-dga" # don't
76 initialise the DGA extension
77 EndSubSection
78
79 # This loads the Type1 and FreeType font modules
80 Load "type1"
81 Load "speedo"
82 # Load "freetype"
83 # Load "xtt"
84
85 # This loads the GLX module
86 # Load "glx"
87 # This loads the DRI module
88 # Load "dri"
89
90 EndSection
91
92 #
93 **********************************************************************
94 # Files section. This allows default font and rgb
95 paths to be set
96 #
97 **********************************************************************
98
99 Section "Files"
100
101 # The location of the RGB database. Note, this is the
102 name of the
103 # file minus the extension (like ".txt" or ".db").
104 There is normally
105 # no need to change the default.
106
107 RgbPath "/usr/X11R6/lib/X11/rgb"
108
109 # Multiple FontPath entries are allowed (which are
110 concatenated together),
111 # as well as specifying multiple comma-separated
112 entries in one FontPath
113 # command (or a combination of both methods)
114 #
115 # If you don't have a floating point coprocessor and
116 emacs, Mosaic or other
117 # programs take long to start up, try moving the Type1
118 and Speedo directory
119 # to the end of this list (or comment them out).
120 #
121
122 FontPath "/usr/X11R6/lib/X11/fonts/local/"
123 FontPath "/usr/X11R6/lib/X11/fonts/misc/"
124 FontPath
125 "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
126 FontPath
127 "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
128 FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
129 FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
130 # FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
131 # FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
132 FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
133 FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
134
135 # The module search path. The default path is shown
136 here.
137
138 # ModulePath "/usr/X11R6/lib/modules"
139
140 EndSection
141
142 #
143 **********************************************************************
144 # Server flags section.
145 #
146 **********************************************************************
147
148 Section "ServerFlags"
149
150 # Uncomment this to cause a core dump at the spot
151 where a signal is
152 # received. This may leave the console in an unusable
153 state, but may
154 # provide a better stack trace in the core dump to aid
155 in debugging
156
157 # Option "NoTrapSignals"
158
159 # Uncomment this to disable the <Crtl><Alt><Fn> VT
160 switch sequence
161 # (where n is 1 through 12). This allows clients to
162 receive these key
163 # events.
164
165 # Option "DontVTSwitch"
166
167 # Uncomment this to disable the <Crtl><Alt><BS> server
168 abort sequence
169 # This allows clients to receive this key event.
170
171 # Option "DontZap"
172
173 # Uncomment this to disable the
174 <Crtl><Alt><KP_+>/<KP_-> mode switching
175 # sequences. This allows clients to receive these key
176 events.
177
178 # Option "Dont Zoom"
179
180 # Uncomment this to disable tuning with the xvidtune
181 client. With
182 # it the client can still run and fetch card and
183 monitor attributes,
184 # but it will not be allowed to change them. If it
185 tries it will
186 # receive a protocol error.
187
188 # Option "DisableVidModeExtension"
189
190 # Uncomment this to enable the use of a non-local
191 xvidtune client.
192
193 # Option "AllowNonLocalXvidtune"
194
195 # Uncomment this to disable dynamically modifying the
196 input device
197 # (mouse and keyboard) settings.
198
199 # Option "DisableModInDev"
200
201 # Uncomment this to enable the use of a non-local
202 client to
203 # change the keyboard or mouse settings (currently
204 only xset).
205
206 # Option "AllowNonLocalModInDev"
207
208 EndSection
209
210 #
211 **********************************************************************
212 # Input devices
213 #
214 **********************************************************************
215
216 #
217 **********************************************************************
218 # Core keyboard's InputDevice section
219 #
220 **********************************************************************
221
222 Section "InputDevice"
223
224 Identifier "Keyboard1"
225 Driver "Keyboard"
226
227 # For most OSs the protocol can be omitted (it
228 defaults to "Standard").
229 # When using XQUEUE (only for SVR3 and SVR4, but not
230 Solaris),
231 # uncomment the following line.
232
233 # Option "Protocol" "Xqueue"
234
235 Option "AutoRepeat" "500 30"
236
237 # Specify which keyboard LEDs can be user-controlled
238 (eg, with xset(1))
239 # Option "Xleds" "1 2 3"
240
241 # Option "LeftAlt" "Meta"
242 # Option "RightAlt" "ModeShift"
243
244 # To customise the XKB settings to suit your keyboard,
245 modify the
246 # lines below (which are the defaults). For example,
247 for a non-U.S.
248 # keyboard, you will probably want to use:
249 # Option "XkbModel" "pc102"
250 # If you have a US Microsoft Natural keyboard, you can
251 use:
252 # Option "XkbModel" "microsoft"
253 #
254 # Then to change the language, change the Layout
255 setting.
256 # For example, a german layout can be obtained with:
257 # Option "XkbLayout" "de"
258 # or:
259 # Option "XkbLayout" "de"
260 # Option "XkbVariant" "nodeadkeys"
261 #
262 # If you'd like to switch the positions of your
263 capslock and
264 # control keys, use:
265 # Option "XkbOptions" "ctrl:swapcaps"
266
267 # These are the default XKB settings for XFree86
268 # Option "XkbRules" "xfree86"
269 # Option "XkbModel" "pc101"
270 # Option "XkbLayout" "us"
271 # Option "XkbVariant" ""
272 # Option "XkbOptions" ""
273
274 # Option "XkbDisable"
275
276 Option "XkbRules" "xfree86"
277 Option "XkbModel" "pc105"
278 Option "XkbLayout" "fr"
279
280 EndSection
281
282
283 #
284 **********************************************************************
285 # Core Pointer's InputDevice section
286 #
287 **********************************************************************
288
289 Section "InputDevice"
290
291 # Identifier and driver
292
293 Identifier "Mouse1"
294 Driver "mouse"
295 Option "Protocol" "PS/2"
296 Option "Device" "/dev/mouse"
297
298 # Mouse-speed setting for PS/2 mouse.
299
300 # Option "Resolution" "256"
301
302 # When using XQUEUE, comment out the above two lines,
303 and uncomment
304 # the following line.
305
306 # Option "Protocol" "Xqueue"
307
308 # Baudrate and SampleRate are only for some Logitech
309 mice. In
310 # almost every case these lines should be omitted.
311
312 # Option "BaudRate" "9600"
313 # Option "SampleRate" "150"
314
315 # Emulate3Buttons is an option for 2-button Microsoft
316 mice
317 # Emulate3Timeout is the timeout in milliseconds
318 (default is 50ms)
319
320 Option "Emulate3Buttons"
321 # Option "Emulate3Timeout" "50"
322
323 # ChordMiddle is an option for some 3-button Logitech
324 mice
325
326 # Option "ChordMiddle"
327
328 EndSection
329
330
331 #
332 **********************************************************************
333 # Other input device sections
334 # this is optional and is required only if you
335 # are using extended input devices. This is for
336 example only. Refer
337 # to the XF86Config man page for a description of the
338 options.
339 #
340 **********************************************************************
341 #
342 # Section "InputDevice"
343 # Identifier "Mouse2"
344 # Driver "mouse"
345 # Option "Protocol" "MouseMan"
346 # Option "Device" "/dev/mouse2"
347 # EndSection
348 #
349 # Section "InputDevice"
350 # Identifier "spaceball"
351 # Driver "magellan"
352 # Option "Device" "/dev/cua0"
353 # EndSection
354 #
355 # Section "InputDevice"
356 # Identifier "spaceball2"
357 # Driver "spaceorb"
358 # Option "Device" "/dev/cua0"
359 # EndSection
360 #
361 # Section "InputDevice"
362 # Identifier "touchscreen0"
363 # Driver "microtouch"
364 # Option "Device" "/dev/ttyS0"
365 # Option "MinX" "1412"
366 # Option "MaxX" "15184"
367 # Option "MinY" "15372"
368 # Option "MaxY" "1230"
369 # Option "ScreenNumber" "0"
370 # Option "ReportingMode" "Scaled"
371 # Option "ButtonNumber" "1"
372 # Option "SendCoreEvents"
373 # EndSection
374 #
375 # Section "InputDevice"
376 # Identifier "touchscreen1"
377 # Driver "elo2300"
378 # Option "Device" "/dev/ttyS0"
379 # Option "MinX" "231"
380 # Option "MaxX" "3868"
381 # Option "MinY" "3858"
382 # Option "MaxY" "272"
383 # Option "ScreenNumber" "0"
384 # Option "ReportingMode" "Scaled"
385 # Option "ButtonThreshold" "17"
386 # Option "ButtonNumber" "1"
387 # Option "SendCoreEvents"
388 # EndSection
389
390 #
391 **********************************************************************
392 # Monitor section
393 #
394 **********************************************************************
395
396 # Any number of monitor sections may be present
397
398 Section "Monitor"
399
400 Identifier "My Monitor"
401
402 # HorizSync is in kHz unless units are specified.
403 # HorizSync may be a comma separated list of discrete
404 values, or a
405 # comma separated list of ranges of values.
406 # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO
407 YOUR MONITOR'S
408 # USER MANUAL FOR THE CORRECT NUMBERS.
409
410 HorizSync 31.5, 35.5
411
412 # HorizSync 30-64 # multisync
413 # HorizSync 31.5, 35.2 # multiple fixed sync
414 frequencies
415 # HorizSync 15-25, 30-50 # multiple ranges of sync
416 frequencies
417
418 # VertRefresh is in Hz unless units are specified.
419 # VertRefresh may be a comma separated list of
420 discrete values, or a
421 # comma separated list of ranges of values.
422 # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO
423 YOUR MONITOR'S
424 # USER MANUAL FOR THE CORRECT NUMBERS.
425
426 VertRefresh 50-70
427
428 EndSection
429
430
431 #
432 **********************************************************************
433 # Graphics device section
434 #
435 **********************************************************************
436
437 # Any number of graphics device sections may be
438 present
439
440 # Standard VGA Device:
441
442 Section "Device"
443 Identifier "Standard VGA"
444 VendorName "Unknown"
445 BoardName "Unknown"
446
447 # The chipset line is optional in most cases. It can
448 be used to override
449 # the driver's chipset detection, and should not
450 normally be specified.
451
452 # Chipset "generic"
453
454 # The Driver line must be present. When using
455 run-time loadable driver
456 # modules, this line instructs the server to load the
457 specified driver
458 # module. Even when not using loadable driver
459 modules, this line
460 # indicates which driver should interpret the
461 information in this section.
462
463 Driver "vga"
464 # The BusID line is used to specify which of possibly
465 multiple devices
466 # this section is intended for. When this line isn't
467 present, a device
468 # section can only match up with the primary video
469 device. For PCI
470 # devices a line like the following could be used.
471 This line should not
472 # normally be included unless there is more than one
473 video device
474 # intalled.
475
476 # BusID "PCI:0:10:0"
477
478 # VideoRam 256
479
480 # Clocks 25.2 28.3
481
482 EndSection
483
484 # Device configured by xf86config:
485
486 Section "Device"
487 Identifier "Trident CyberBlade (generic)"
488 Driver "trident"
489 #VideoRam 32768
490 # Insert Clocks lines here if appropriate
491 EndSection
492
493
494 #
495 **********************************************************************
496 # Screen sections
497 #
498 **********************************************************************
499
500 # Any number of screen sections may be present. Each
501 describes
502 # the configuration of a single screen. A single
503 specific screen section
504 # may be specified from the X server command line with
505 the "-screen"
506 # option.
507 Section "Screen"
508 Identifier "Screen 1"
509 Device "Trident CyberBlade (generic)"
510 Monitor "My Monitor"
511 DefaultDepth 16
512
513 Subsection "Display"
514 Depth 8
515 Modes "1024x768"
516 ViewPort 0 0
517 EndSubsection
518 Subsection "Display"
519 Depth 16
520 Modes "1024x768"
521 ViewPort 0 0
522 EndSubsection
523 Subsection "Display"
524 Depth 24
525 Modes "1024x768"
526 ViewPort 0 0
527 EndSubsection
528 EndSection
529
530 #
531 **********************************************************************
532 # ServerLayout sections.
533 #
534 **********************************************************************
535
536 # Any number of ServerLayout sections may be present.
537 Each describes
538 # the way multiple screens are organised. A specific
539 ServerLayout
540 # section may be specified from the X server command
541 line with the
542 # "-layout" option. In the absence of this, the first
543 section is used.
544 # When now ServerLayout section is present, the first
545 Screen section
546 # is used alone.
547
548 Section "ServerLayout"
549
550 # The Identifier line must be present
551 Identifier "Simple Layout"
552
553 # Each Screen line specifies a Screen section name,
554 and optionally
555 # the relative position of other screens. The four
556 names after
557 # primary screen name are the screens to the top,
558 bottom, left and right
559 # of the primary screen. In this example, screen 2 is
560 located to the
561 # right of screen 1.
562
563 Screen "Screen 1"
564
565 # Each InputDevice line specifies an InputDevice
566 section name and
567 # optionally some options to specify the way the
568 device is to be
569 # used. Those options include "CorePointer",
570 "CoreKeyboard" and
571 # "SendCoreEvents".
572
573 InputDevice "Mouse1" "CorePointer"
574 InputDevice "Keyboard1" "CoreKeyboard"
575
576 EndSection
577
578 # Section "DRI"
579 # Mode 0666
580 # EndSection
581
582
583 =====
584 --------------------
585 Thomas Legay, Tel: +33 (0)677 910 792 (mobile)
586 Accenture Technology Solutions
587 Mail Personnel : TomAmplius@×××××.fr
588 Mail Professionnel : Thomas.Legay@×××××××××.com
589 --------------------
590
591
592
593
594
595
596
597 Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout !
598 Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/
599
600 Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez Yahoo! Messenger sur http://fr.messenger.yahoo.com
601
602 --
603 gentoo-user-fr@g.o mailing list