[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: USB Corless Mouse Not working in X



Yes, this is my point, it has both these sections generated by the
default configuration, but it doesn't work. I seem to feel that It is
not the configuration but the initialization of the device. Is there
any way that I can re-initialize this device?

On Mon, 30 Aug 2004 12:50:20 +0200, Sebastian Ley
<sebastian.ley@mmweg.rwth-aachen.de> wrote:
> * 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
> 
> 


-- 
Kind Regards
Werner Otto
07818298666
02087423424



Reply to: