# $XdotOrg: xc/programs/Xserver/hw/xfree86/xorgconf.cpp,v 1.2 2004/04/23 19:20:02 eich Exp $ Section "Module" # Load "dri" Load "evdev" Load "synaptics" SubSection "extmod" EndSubSection EndSection Section "DRI" Mode 0666 EndSection Section "ServerFlags" # Option "blankTime" "10" # 10 minutes # Option "StandbyTime" "20" # Option "SuspendTime" "30" Option "OffTime" "10" Option "Xinerama" "false" EndSection #Section "InputDevice" # Identifier "Keyboard1" # Driver "evdev" # Option "AutoRepeat" "500 5" # Option "XkbModel" "pc105" # Option "XkbLayout" "fi" #EndSection #Section "InputDevice" # Driver "synaptics" # Identifier "Touchpad" # Option "Device" "/dev/input/mouse0" # Option "Protocol" "auto-dev" # Option "LeftEdge" "1900" # Option "RightEdge" "5400" # Option "TopEdge" "1400" # Option "BottomEdge" "4500" # Option "FingerLow" "25" # Option "FingerHigh" "30" # Option "MaxTapTime" "180" # Option "MaxTapMove" "220" # Option "VertScrollDelta" "100" # Option "MinSpeed" "0.02" # Option "MaxSpeed" "0.5" # Option "AccelFactor" "0.0050" # Option "SHMConfig" "on" # Option "TouchpadOff" "0" #EndSection #Section "InputDevice" # Identifier "USBMouse" # Driver "evdev" # Option "Device" "/dev/input/mice" # Option "Protocol" "Auto" # Option "ZAxisMapping" "4 5" # Option "SendCoreEvents" "true" # Option "AlwaysCore" "true" # Option "SendCoreEvents" "true" #EndSection #Section "InputDevice" # Identifier "stylus" # Driver "wacom" # Option "Device" "/dev/ttyUSB0" # Option "Type" "stylus" # Option "CommonDBG" "2" #EndSection #Section "InputDevice" # Identifier "eraser" # Driver "wacom" # Option "Device" "/dev/ttyUSB0" # Option "Type" "eraser" #EndSection #Section "InputDevice" # Identifier "cursor" # Driver "wacom" # Option "Device" "/dev/ttyUSB0" # Option "Type" "cursor" #EndSection Section "Monitor" Identifier "Local Flat Panel" Option "dpms" EndSection #Section "Monitor" # Identifier "HP w19" # Option "dpms" # Option "RightOf" "Local Flat Panel" # Option "PreferredMode" "1440x900" # Option "Ignore" "true" #EndSection Section "Device" Identifier "i915" Driver "intel" BusID "PCI:0:2:0" Option "DPMS" # Option "Monitor-VGA" "HP w19" # Option "Monitor-LVDS" "Local Flat Panel" # Option "MonitorLayout" "CRT,LFP" # Option "Clone" "true" # Option "LinearAlloc" "8160" # Option "XAANoOffscreenPixmaps" "true" #AIGLX # Option "DRI" "true" #AIGLX # Option "AddARGBGLXVisuals" "true" #compiz # Option "PageFlip" "true" #unstable # Option "TripleBuffer" "true" #unstable # Option "AccelMethod" "UXA" #EXA or XAA, in future UXA # Option "Legacy3D" "true" # Option "AperTexSize" "262144" # Option "XvMC" "true" EndSection Section "Screen" Identifier "Screen Local" Device "i915" Monitor "Local Flat Panel" DefaultDepth 24 SubSection "Display" Depth 24 # Modes "1600x1200" "1024x768" # Virtual 2048 2048 # ViewPort 0 0 EndSubsection EndSection #Section "Screen" # Identifier "Screen Ext" # Device "i915" # Monitor "HP w19" # DefaultDepth 24 # SubSection "Display" # Depth 24 # Modes "1440x900" "1024x768" # ViewPort 0 0 # Virtual 2720 1704 # EndSubsection #EndSection Section "ServerLayout" Identifier "Main Layout" # InputDevice "Touchpad" "CorePointer" # InputDevice "USBMouse" "SendCoreEvents" # InputDevice "Keyboard1" "CoreKeyboard" # InputDevice "stylus" "SendCoreEvents" # InputDevice "eraser" "SendCoreEvents" # InputDevice "cursor" "SendCoreEvents" Screen 0 "Screen Local" 0 0 Option "OffTime" "8" # Turn off after half an hour EndSection Section "Extensions" Option "Composite" "Enable" #For SMACX # Option "Composite" "Disable" EndSection