Le mardi 07 octobre 2008 à 13:57 +0200, Patrick Schoenfeld a écrit :
> indeed it seems to be related to the Xorg configuration. In fact I had a
> configuration that worked fine back in Etch and is now broken. Removing
> the mouse block (and every reference) entireley, so that the autodetection 
> code
> is used, does the trick for me. The Change from /dev/input/mouse0 to
> /dev/input/mice however did not work.
> 
> That seems like a regression to me. Whats wrong with the following
> configuration?
> 
> Section "InputDevice"
>        Identifier      "Configured Mouse"
>        Driver          "mouse"
>        #Option         "CorePointer"
>        Option          "Device"                "/dev/input/mouse0"
>        Option          "Protocol"              "IMPS/2"
>        Option          "ZAxisMapping"          "4 5"
>        Option          "Emulate3Buttons"       "true"
> EndSection

Nothing is wrong, unless there is a second mouse configured that sends
the same events to the server. For example:
Section "ServerLayout"
        ...
        InputDevice     "Configured Mouse"
        InputDevice     "Generic Mouse"
EndSection

Cheers,
-- 
 .''`.
: :' :      We are debian.org. Lower your prices, surrender your code.
`. `'       We will add your hardware and software distinctiveness to
  `-        our own. Resistance is futile.

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée

Reply via email to