# # X.org configuration file # Section "Module" Load "dbe" Load "extmod" Load "type1" Load "freetype" Load "dri" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" # Multiple FontPath entries are allowed (which are concatenated together), # as well as specifying multiple comma-separated entries in one FontPath # command (or a combination of both methods) # # FontPath "/usr/lib/X11/fonts/misc/" FontPath "/usr/lib/X11/fonts/TTF/" FontPath "/usr/lib/X11/fonts/OTF" FontPath "/usr/lib/X11/fonts/Type1/" FontPath "/usr/lib/X11/fonts/100dpi/" FontPath "/usr/lib/X11/fonts/75dpi/" FontPath "/usr/lib/X11/fonts/Speedo/" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" Option "DisableVidModeExtension" Option "DisableModInDev" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" # Auto detect Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" Option "Emulate3Buttons" EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "built-in TFT" HorizSync 30-90 VertRefresh 60 Option "dpms" EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "i945GM" Driver "i810" # BusID "PCI:0:2:1" EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "Screen 1" Device "i945GM" Monitor "built-in TFT" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1680x1050" ViewPort 0 0 EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection