Re: USB Corless Mouse Not working in X
* Werner Otto wrote:
> Yes, thats what I think as well. I have two InputDevice sections one
> refering to psaux and one to /dev/input/mice. If I only use the
> /dev/input/mice piece it complains about no pointer device. And when I
> change the /dev/psaux to /dev/input/mice then X does not startup at
> all.
>
> Should I have 2 configurations and if not what is the correct syntax
> for the one configuration?
Why don't you just use the configuration generated by the XFree debconf
dialog? It always generates an entry for USB mice, so if you set up a PS/2
mouse there, you can even use both:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
[...]
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
Regards,
Sebastian
--
PGP-Key: http://www.mmweg.rwth-aachen.de/~sebastian.ley/public.key
Fingerprint: A46A 753F AEDC 2C01 BE6E F6DB 97E0 3309 9FD6 E3E6
Reply to: