Mick:
> My touchpad does not seem to have a problem:
> =========================================
> Section "InputDevice"
> Identifier "Mouse0"
> Driver "synaptics"
> Option "Protocol" "SynPS/2"
> Option "InputFashion" "Mouse"
> Option "Device" "/dev/input/mice"
> Option "Name" "SynPS/2 Synaptics TouchPad"
> Option "SHMConfig" "on"
> Option "Vendor" "0002"
> Option "ZAxisMapping" "4 5"
> Option "Emulate3Buttons" "True"
> Option "Buttons" "3"
> EndSection
> =========================================
>
> On the other hand I have not tried (yet) a USB mouse to see if/how
> it will be picked up. No problem with PS/2 mice though. They are
> detected as soon as I plug them in.
No problem with my touchpad (HP Pavilion dv200z) and my Logitech USB
mouse (even if I plug and unplug it).
$ cat /proc/bus/input/devices
.......
I: Bus=0011 Vendor=0002 Product=0007 Version=0000
N: Name="SynPS/2 Synaptics TouchPad"
P: Phys=isa0060/serio4/input0
S: Sysfs=/class/input/input3
H: Handlers=mouse0 event2
B: EV=b
B: KEY=6420 70000 0 0 0 0
B: ABS=11000003
I: Bus=0003 Vendor=046d Product=c016 Version=0340
N: Name="Logitech Optical USB Mouse"
P: Phys=usb-0000:00:0b.0-6/input0
S: Sysfs=/class/input/input5
H: Handlers=mouse1 event3
B: EV=7
B: KEY=70000 0 0 0 0
B: REL=103
$ less /etc/X11/xorg.conf
......
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "InputDevice"
Identifier "TouchPad"
Driver "synaptics"
Option "Device" "/dev/input/mouse0"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.09"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0015"
Option "SHMConfig" "on"
EndSection
Cheers,
Sergio
--
[email protected] mailing list