# XFree86 config file # For Thinkpad600X 2645-4EU # Works with Debian3.2, SuSE9.1, 9.0, 8.2, 8.1, 8.0... # By john@stilen.coms Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" InputDevice "Mouse[2]" "SendCoreEvents" # Second mouse (USB). Option "Clone" "off" Option "Xinerama" "off" Screen "Screen[0]" # InputDevice "stylus1" # Wacom stylus 1. # InputDevice "eraser1" # Wacom eraser 1. EndSection Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/local" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/URW" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/PEX" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/latin2/Type1" FontPath "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/japanese:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/kwintv" FontPath "/usr/X11R6/lib/X11/fonts/truetype" FontPath "/usr/X11R6/lib/X11/fonts/uni:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/CID" FontPath "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/Type1" FontPath "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/xtest" FontPath "/opt/kde3/share/fonts" InputDevices "/dev/ttyS0" InputDevices "/dev/ttyS1" InputDevices "/dev/ttyS2" InputDevices "/dev/ttyS3" InputDevices "/dev/ttyS4" InputDevices "/dev/ttyS5" InputDevices "/dev/ttyS6" InputDevices "/dev/ttyS7" InputDevices "/dev/ttyS8" InputDevices "/dev/psaux" InputDevices "/dev/logibm" InputDevices "/dev/sunmouse" InputDevices "/dev/atibm" InputDevices "/dev/amigamouse" InputDevices "/dev/atarimouse" InputDevices "/dev/inportbm" InputDevices "/dev/gpmdata" InputDevices "/dev/mouse" InputDevices "/dev/usbmouse" InputDevices "/dev/adbmouse" InputDevices "/dev/input/mice" InputDevices "/dev/input/event0" InputDevices "/dev/pointer0" InputDevices "/dev/pointer1" InputDevices "/dev/pointer2" InputDevices "/dev/pointer3" EndSection Section "Module" Load "type1" Load "speedo" Load "freetype" Load "glx" Load "dbe" # Double buffer extention Load "v4l" Load "GLcore" Load "extmod" SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "fbdevhw" Load "record" Load "xie" Load "xtt" # Load "wacom" # Load the Wacom module. EndSection Section "InputDevice" Driver "Keyboard" Identifier "Keyboard[0]" Option "Protocol" "Standard" Option "XkbLayout" "us" Option "XkbModel" "pc104" Option "XkbRules" "xfree86" EndSection Section "InputDevice" Identifier "Mouse[1]" Driver "mouse" Option "ButtonNumber" "5" Option "Buttons" "5" Option "Device" "/dev/mouse" Option "Name" "Autodetection" Option "Protocol" "ExplorerPS/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Mouse[2]" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no" EndSection #Section "InputDevice" # Identifier "stylus1" # Driver "wacom" # Option "Type" "stylus" # Option "Device" "/dev/ttyS1" # Option "USB" "on" # USB only # Option "Mode" "Absolute" # Option "Tilt" "on" # Option "AlwaysCore" "on" # Option "Threshold" "5" # Intuos and Graphire only. #EndSection #Section "InputDevice" # Identifier "eraser1" # Driver "wacom" # Option "Type" "eraser" # Option "Device" "/dev/ttyS1" # Option "USB" "on" # USB only # Option "Mode" "Absolute" # Option "Tilt" "on" # Option "AlwaysCore" "on" # Option "Threshold" "5" # Intuos and Graphire only. #EndSection Section "Monitor" UseModes "Modes[0]" Identifier "Monitor[0]" VendorName "--> LCD" ModelName "1024X768@70HZ" Option "CalcAlgorithm" "CheckDesktopGeometry" Option "dpms" HorizSync 31-65 VertRefresh 58-78 EndSection Section "Modes" Identifier "Modes[0]" Modeline "1024x768" 61.19 1024 1040 1216 1328 768 768 775 802 EndSection Section "Screen" Identifier "Screen[0]" Device "Device[0]" Monitor "Monitor[0]" DefaultDepth 16 SubSection "Display" Depth 16 Modes "1024x768" EndSubSection EndSection Section "Device" BoardName "NM2360" BusID "1:0:0" Driver "neomagic" Identifier "Device[0]" Screen 0 VendorName "NeoMagic" EndSection Section "DRI" Group "video" Mode 0660 EndSection Section "ServerFlags" Option "AllowMouseOpenFail" EndSection