Section "Files" FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/TrueType" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "ServerFlags" # Option "AllowMouseOpenFail" "True" Option "BlankTime" "7" EndSection Section "Module" Load "ddc" #Load "GLcore" Load "dbe" #Load "dri" Load "extmod" #Load "glx" #Load "pex5" Load "record" #Load "xie" Load "bitmap" Load "freetype" #Load "speedo" Load "type1" Load "vbe" Load "int10" #Load "synaptics" # TouchKeypad EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "AutoRepeat" "500 30" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "us" Option "XkbVariant" "nodeadkeys" EndSection # The following sections are for some serial/PS2/USB mice. These # examples have probably to be adapted to your actual hardware. # # Die folgenden Einträge für serielle/PS2/USB-Mäuse sind als # Beispiele anzusehen und müssen wahrscheinlich noch angepaßt werden. #Section "InputDevice" # Identifier "Configured Mouse" # Driver "mouse" # Option "Device" "/dev/ttyS0" # Option "Protocol" "Microsoft" # Option "ZAxisMapping" "4 5" # Option "Buttons" "3" #EndSection # #Section "InputDevice" # Identifier "Generic Mouse" # Driver "mouse" # Option "SendCoreEvents" "true" # Option "Device" "/dev/usb/mouse0" # Option "Protocol" "IMPS/2" # Option "ZAxisMapping" "4 5" #EndSection Section "InputDevice" Identifier "PS2Maus" Driver "mouse" Option "Device" "/dev/psaux" Option "Protocol" "IMPS/2" Option "ZAxisMapping" "4 5" Option "Buttons" "5" EndSection #Section "InputDevice" # Identifier "Touchpad" # Driver "mouse" # Option "Device" "/dev/gpmdata" # Option "Protocol" "MouseSystems" #EndSection Section "Device" Identifier "Video Card" # Driver "i810" Driver "vesa" VideoRam 65536 ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "ColorKey" # #Option "CacheLines" # #Option "Dac6Bit" # [] #Option "DRI" "false" # [] #Option "NoDDC" # [] #Option "ShowCache" # [] #Option "XvMCSurfaces" # #Option "PageFlip" # [] # Option "CacheLines" "6" Option "ShowCache" "true" # Option "DRI" "true" Option "NoAccel" "true" # Option "Swcursor" "true" # Option "Dac6Bit" "true" Option "PageFlip" "true" EndSection Section "Monitor" Identifier "Monitor" HorizSync 28-49 VertRefresh 43-72 Option "DPMS" # I only use this resolution: # Modeline "1024x768" 65 1024 1032 1176 1344 768 771 777 806 -hsync -vsync # Modeline "1024x768" 65 1024 1032 1176 1344 768 771 777 806 -hsync -vsync EndSection Section "Screen" Identifier "Default Screen" Device "Video Card" Monitor "Monitor" DefaultDepth 8 # SubSection "Display" # Depth 1 # Modes "1024x768" # EndSubSection # SubSection "Display" # Depth 4 # Modes "1024x768" # EndSubSection SubSection "Display" Depth 8 Modes "1024x768" EndSubSection # SubSection "Display" # Depth 15 # Modes "1024x768" # EndSubSection # SubSection "Display" # Depth 16 # Modes "800x640" "1024x768" # EndSubSection # SubSection "Display" # Depth 24 # Modes "1024x768" # EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" "CoreKeyboard" InputDevice "PS2Maus" "CorePointer" EndSection Section "DRI" Mode 0666 EndSection