# xorg.conf # # IBM Thinkpad X30 # Intel 830MG Graphics # 1024x768 TFT # # 2006-10-11 stefan@onderka.com # Transparency Section "Extensions" Option "Composite" "true" EndSection # Files ############################################################################## Section "Files" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/freefont" FontPath "/usr/share/fonts/misc/:unscaled" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/freefont" FontPath "/usr/share/fonts/sharefonts" FontPath "/usr/share/fonts/terminus" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/unifont" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/artwiz" FontPath "/usr/share/fonts/local" FontPath "/usr/share/fonts/intlfonts" FontPath "/usr/share/fonts/local" EndSection # Modules ############################################################################## Section "Module" Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" # Load "xfs" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" # Load "pex5" Load "record" Load "speedo" Load "type1" Load "vbe" Load "drm" # Load "xie" EndSection # Keyboard ############################################################################## Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" Option "LeftAlt" "Meta" EndSection # Pointing Stick ############################################################################## Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mouse0" Option "Protocol" "PS/2" # Option "Emulate3Buttons" "true" # Option "ZAxisMapping" "4 5" Option "EmulateWheel" "true" Option "EmulateWheelButton" "2" Option "YAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection # USB Mouse ############################################################################## Section "InputDevice" Identifier "ExtMouse" Driver "mouse" Option "Protocol" "ImPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" EndSection # Graphics Card ############################################################################## Section "Device" Identifier "Intel 830MG" VendorName "Intel" VideoRam 32768 #Driver "vesa" Driver "i810" Option "backingstore" "true" #Option "Device" "00:02.1" Option "UseFBDev" "true" Option "DRI" "true" Option "MonitorLayout" "LFP" Option "VBERestore" "false" Option "XVideo" "true" Option "CheckDevices" "true" Option "DisplayInfo" "false" Option "DevicePresence" "true" Option "VideoOverlay" "on" Option "AGPMode" "0" Option "RenderAccel" "off" Option "XaaNoScanlineImageWriteRect" Option "XaaNoScanlineCPUToScreenColorExpandFill" Option "AGPFastWrite" "True" Option "BIOSHotkeys" "on" Option "EnablePageFlip" "True" EndSection # TFT ############################################################################## Section "Monitor" Identifier "IBM XGA TFT" HorizSync 28-49 VertRefresh 43-72 Option "DPMS" DisplaySize 246 186 EndSection # Screen Definition ############################################################################## Section "Screen" Identifier "Default Screen" Device "Intel 830MG" Monitor "IBM XGA TFT" # Firefox (Flash plugin!) crashes at 16bit! DefaultDepth 24 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 "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection # Layout ############################################################################## Section "ServerLayout" Identifier "Thinkpad R32" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" "CorePointer" InputDevice "ExtMouse" "SendCoreEvents" EndSection # Flags ############################################################################## Section "ServerFlags" BlankTime 600 StandbyTime 900 SuspendTime 1200 EndSection # DRI ############################################################################## Section "DRI" Group "video" Mode 0666 EndSection