# xorg.conf for Acer TravelMate 240 by GKM # # based on "XF86Config für Acer Travelmate 242LC # mit XFree86 4.3 und Synaptics Treibermodul" # http://www.blue-screen.at/index.php?lang=en&site=docs/linux/acer Section "ServerFlags" Option "blank time" "0" Option "standby time" "0" Option "suspend time" "0" Option "off time" "0" EndSection Section "Files" # FontPath "unix/:7100" # local font server FontPath "/usr/share/fonts/local/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/CID/" FontPath "/usr/share/fonts/Speedo/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/corefonts/" 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" # touchpad EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "microsoft" Option "XkbLayout" "gb" # Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "LeftEdge" "1900" Option "RightEdge" "5400" Option "TopEdge" "1900" Option "BottomEdge" "4000" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "0" # was 180 Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.02" Option "MaxSpeed" "0.18" Option "AccelFactor" "0.0010" # Option "Repeater" "/dev/ps2mouse" # Option "SHMConfig" "on" EndSection Section "InputDevice" Identifier "USB Optical Mouse" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "i855" Driver "i810" # VideoRam 32768 Option "DPMS" # Option "DRI" "true" Option "VBERestore" "true" Option "DevicePresence" "true" # Never got clone mode to work # Option "MonitorLayout" "CRT+LFP" # Option "MonitorLayout" "LFP,CRT" # Option "Clone" "true" EndSection Section "Monitor" Identifier "LCD" HorizSync 31-48 VertRefresh 55-75 Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "i855" Monitor "LCD" 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 Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Synaptics Touchpad" "CorePointer" InputDevice "USB Optical Mouse" "AlwaysCore" EndSection Section "DRI" Mode 0666 EndSection #Section "Extensions" # Option "Composite" "Enable" # Option "RENDER" "Enable" #EndSection