################################# # Fichier de configuration de X # # /etc/X11/XF86Config # ################################# # Configuration des différents modules # L'accélération graphique fonctionne parfaitement Section "Module" Load "dbe" SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "type1" Load "speedo" Load "xtt" Load "glx" Load "dri" Load "GLcore" Load "bitmap" Load "ddc" Load "extmod" Load "vbe" EndSection # Configuration des polices qui nécessite : # * xfonts-base-transcoded # * xfonts-100dpi-transcoded # * xfonts-75dpi-transcoded Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" EndSection # Configuration du clavier Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" Option "AutoRepeat" "500 5" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "fr" EndSection # Configuration de la souris # Valable également si vous mettez une souris USB Section "InputDevice" Identifier "MainMouse" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5 Option "Emulate3Buttons" "true" EndSection # Configuration de la carte graphique et de l'écran Section "Monitor" Identifier "My Monitor" HorizSync 31.5 - 57.0 VertRefresh 50-70 EndSection Section "Device" Identifier "** Intel i810 (generic) [i810]" Driver "i810" VideoRam 32768 EndSection # Et enfin la résolution # On se mets en 24Bits (1024x768) Section "Screen" Identifier "Screen 1" Device "** Intel i810 (generic) [i810]" Monitor "My Monitor" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1024x768" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "MainMouse" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "DRI" Mode 0666 EndSection