# XF86Config for IBM Thinkpad T21 2647-87U # 14.1" 1024x768 LCD # S3 Savage/IX 8MB Video chipset # Supports using built-in pointing device, as well as a USB mouse! Section "Module" Load "dbe" # Double buffer extension Load "extmod" #SubSection "extmod" # Option "omit xfree86-dga" # don't initialise the DGA extension #EndSubSection Load "type1" Load "freetype" Load "glx" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/truetype/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/artwiz" FontPath "/usr/X11R6/lib/X11/fonts/misc/" 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/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" # ModulePath "/usr/X11R6/lib/modules" EndSection Section "ServerFlags" # Option "NoTrapSignals" # Option "DontZap" # Option "Dont Zoom" # Option "DisableVidModeExtension" # Option "AllowNonLocalXvidtune" # Option "DisableModInDev" # Option "AllowNonLocalModInDev" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" Option "AutoRepeat" "500 30" Option "XkbRules" "xfree86" Option "XkbModel" "pc101" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "InternalMouse" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/psaux" Option "CorePointer" EndSection Section "InputDevice" Identifier "USBMouse" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Thinkpad T21 LCD" HorizSync 30-57 VertRefresh 43-72 EndSection Section "Device" Identifier "S3 Savage/IX" Driver "savage" #VideoRam 8192 EndSection Section "Screen" Identifier "Screen 1" Device "S3 Savage/IX" Monitor "Thinkpad T21 LCD" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1024x768" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1024x768" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1024x768" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "InternalMouse" "CorePointer" InputDevice "USBMouse" "SendCoreEvents" InputDevice "Keyboard1" "CoreKeyboard" EndSection