Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/share/fonts/local/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/CID/" FontPath "/usr/share/fonts/Speedo/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/corefonts/" FontPath "/usr/share/fonts/freefont/" FontPath "/usr/share/fonts/artwiz/" FontPath "/usr/share/fonts/encodings/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/terminus/" FontPath "/usr/share/fonts/ttf-bitstream-vera/" FontPath "/usr/share/fonts/ukr/" FontPath "/usr/share/fonts/unifont/" FontPath "/usr/share/fonts/util/" EndSection Section "Module" Load "dbe" Load "type1" Load "freetype" SubSection "extmod" Option "omit Xorg-DGA" EndSubSection EndSection Section "ServerFlags" Option "blank time" "10" #10 minutes Option "standby time" "20" #20 minutes Option "suspend time" "30" #30 minutes Option "off time" "60" EndSection Section "InputDevice" Identifier "Keyboard" Driver "keyboard" Option "AutoRepeat" "500 5" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" EndSection # USB-Mouse Section "InputDevice" Identifier "Mouse" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" # Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection # Touchpad #Section "InputDevice" # Identifier "Touchpad" # Driver "mouse" # Option "Protocol" "auto" # Option "Device" "/dev/mouse" # Option "ZAxisMapping" "4 5" #EndSection Section "Monitor" Identifier "Monitor" HorizSync 31.5-48.5 VertRefresh 50-70 EndSection Section "Device" Identifier "sis" Driver "sis" EndSection Section "Screen" Identifier "Screen" Device "sis" Monitor "Monitor" DefaultDepth 24 Subsection "Display" Depth 8 Modes "640x480" "800x600" "1024x768" 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 "Default" Screen "Screen" # InputDevice "Touchpad" "CorePointer" InputDevice "Mouse" "CorePointer" # InputDevice "Mouse" "SendCoreEvents" InputDevice "Keyboard" "CoreKeyboard" EndSection