On Mon, Nov 03, 2003 at 07:50:23PM +0100, Fabien ILLIDE wrote:
For the synaptics, I guess I should change /etc/X11/XF86Config-4 ??

yes,
here's what i use (i had to create manually the /dev/ps2mouse pipe and repeater does 
not support mouse wheel)

Section "InputDevice"
   Identifier "USBMouse"
   Driver "mouse"
   Option "Protocol" "IMPS/2"
   Option "Device" "/dev/usbmouse"
   Option "Buttons" "5"
   Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
   Identifier "TouchPad"
   Driver "synaptics"
   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" "180"
   Option "MaxTapMove" "220"
   Option "VertScrollDelta" "100"
   Option "MinSpeed" "0.02"
   Option "MaxSpeed" "0.18"
   Option "AccelFactor" "0.0010"
   Option "UpDownScrolling" "on"
   Option "SHMConfig" "on"
   Option "Repeater" "/dev/ps2mouse"
EndSection

Section "InputDevice"
   Identifier "PS2Repeater"
   Driver "mouse"
   Option "Protocol" "PS/2"
   Option "Device" "/dev/ps2mouse"
   Option "Buttons" "5"
   Option "ZAxisMapping" "4 5"
EndSection

Section "ServerLayout"
   Identifier "SingleHead"
   Screen "Laptop"
   InputDevice "Keyboard" "CoreKeyboard"
   InputDevice "TouchPad" "CorePointer"
   InputDevice "PS2Repeater" "SendCoreEvents"
   InputDevice "USBMouse" "SendCoreEvents"
EndSection

Section "ServerFlags"
   AllowMouseOpenFail
EndSection


-- Luca Berra -- [EMAIL PROTECTED] Communication Media & Services S.r.l. /"\ \ / ASCII RIBBON CAMPAIGN X AGAINST HTML MAIL / \



Reply via email to