Section "Module" Load "dbe" SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "freetype" Load "glx" Load "dri" # For the touchpad Load "synaptics" EndSection Section "Extensions" Option "RENDER" "On" Option "DAMAGE" "On" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/local/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/artwiz-fonts/" FontPath "/usr/share/fonts/cyrillic/" FontPath "/usr/share/fonts/speedo/" ModulePath "/usr/lib/xorg/modules" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "250 30" # Modify to match your layout, here is standard french keyboard Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr" EndSection Section "InputDevice" Identifier "Acer" Driver "synaptics" Option "Protocol" "auto-dev" Option "Device" "/dev/psaux" # For other options, see man 5 synaptics EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/misc/psaux" Option "ZAxisMapping" "4 5" Option "Buttons" "5" EndSection Section "Monitor" Identifier "My Monitor" HorizSync 31.5 - 64.3 VertRefresh 50-90 EndSection Section "Device" Identifier "* Generic VESA compatible" # Use package xf86-video-via, it has better performance than xf86-video-unichrome ! # On the other hand, xf86-video-unichrome seems to be more stable. Choice is yours ;^) Driver "via" # Modify to match your screen, mine is 1024x768 Option "PanelSize" "1024x768" # For other options, see man 4 via Option "EnableAGPDMA" "On" EndSection Section "Screen" Identifier "Screen 1" Device "* Generic VESA compatible" Monitor "My Monitor" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" 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 "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" # You can use both mouse and touchpad, this way InputDevice "Acer" "AlwaysCore" EndSection Section "DRI" Mode 0666 EndSection