#XF86Config for wei Section "Files" #No sense running a font server on a single user machine #FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/TrueType" FontPath "/usr/X11R6/lib/X11/fonts/TrueType/ttf-bitstream-vera" EndSection Section "Module" Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "speedo" Load "type1" Load "vbe" # Load "synaptics" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "PS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "SendCoreEvents" "true" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection #mobilix touchpad driver #Section "InputDevice" # Identifier "Mouse0" # Driver "synaptics" # Option "Device" "/dev/psaux" # Option "Edges" "1900 5400 1800 3900" # Option "Finger" "25 30" # Option "MaxTapTime" "2" #def20 # Option "MaxTapMove" "2" #def220 # Option "VertScrollDelta" "100" # Option "MinSpeed" "0.02" # Option "MaxSpeed" "0.18" # Option "AccelFactor" "0.0010" # Option "Repeater" "/dev/ps2mouse" # Option "SHMConfig" "on" # Option"ZAxisMapping" "4 5" #EndSection Section "Device" Identifier "Radeon 7000" # Driver "vesa" Driver "radeon" BusID "PCI:01:00:0" VideoRam 8000 EndSection Section "Monitor" Identifier "LCD" HorizSync 30-60 VertRefresh 50-75 Option "DPMS" EndSection Section "Monitor" Identifier "dv17" VendorName "Unknown" ModelName "Unknown" HorizSync 31.5 - 79.0 VertRefresh 50-100 Option "DPMS" Option "CrtScreen" EndSection Section "Screen" Identifier "Default Screen" Device "Radeon 7000" Monitor "LCD" DefaultDepth 24 # SubSection "Display" # Depth 16 # Modes "640x480" # EndSubSection # SubSection "Display" # Depth 24 # Modes "640x480" # EndSubSection # SubSection "Display" # Depth 16 # Modes "800x600" # EndSubSection # SubSection "Display" # Depth 24 # Modes "800x600" # EndSubSection # SubSection "Display" # Depth 16 # Modes "1024x768" # EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Generic Mouse" EndSection Section "DRI" Mode 0666 EndSection ### END DEBCONF SECTION