# ********************************************************************** # Input devices # ********************************************************************** Section "InputDevice" Identifier "Keyboard" Driver "evdev" Option "Device" "/dev/input/event4" Option "XkbRules" "xorg" Option "XkbModel" "evdev" Option "XkbLayout" "it" Option "XkbOptions" "lv3:rwin_switch" EndSection Section "InputDevice" Identifier "MightyMouse" Driver "evdev" Option "Protocol" "Auto" Option "Device" "/dev/input/mice" EndSection Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "Device" "/dev/input/mice" Option "Protocol" "Auto" # Option "Protocol" "event" Option "LeftEdge" "100" Option "RightEdge" "1120" Option "TopEdge" "50" Option "BottomEdge" "310" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "MaxDoubleTapTime" "180" Option "VertScrollDelta" "20" Option "HorizScrollDelta" "50" Option "MinSpeed" "0.80" Option "MaxSpeed" "0.88" Option "AccelFactor" "0.0015" Option "SHMConfig" "on" Option "UseSHM" "true" Option "TapButton2" "3" Option "TapButton3" "2" Option "VertTwoFingerScroll" "1" Option "HorizTwoFingerScroll" "1" EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "MacBook Pro Monitor" EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "Card0" VendorName "ATI Technologies Inc" BoardName "Radeon Mobility X1600" Driver "radeonhd" EndSection # ********************************************************************** # Screen sections # ********************************************************************** # Any number of screen sections may be present. Each describes # the configuration of a single screen. A single specific screen section # may be specified from the X server command line with the "-screen" # option. Section "Screen" Identifier "Screen0" Device "Card0" Monitor "MacBook Pro Monitor" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1440x900" "1024x640" "800x600" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1440x900" "1024x640" "800x600" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1440x900" "1024x640" "800x600" ViewPort 0 0 EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** # Any number of ServerLayout sections may be present. Each describes # the way multiple screens are organised. A specific ServerLayout # section may be specified from the X server command line with the # "-layout" option. In the absence of this, the first section is used. # When now ServerLayout section is present, the first Screen section # is used alone. Section "ServerLayout" Identifier "Simple Layout" Screen 0 "Screen0" 0 0 InputDevice "Keyboard" "CoreKeyboard" InputDevice "Touchpad" "CorePointer" InputDevice "MightyMouse" EndSection