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

Re: mouse scrolling wheel borked after upgrade



Nori Heikkinen wrote:

on Wed, 05 Feb 2003 10:34:30AM -0600, Kent West insinuated:
Nori Heikkinen wrote:
i'm running a testing/unstable system.  after an upgrade of 94
packages last night (i know; i should do it more frequently --
that's why i did it now, to start), the only thing i can find that
has broken is the scrolling wheel on the mouse.  not bad for that
big an upgrade!  but i want it back ... scanning the list of
packages (following), i can't find any that would have affected
this.

anyone run into this?
thanks,

</nori>



Check /etc/X11/XF86Config-4:

Section "InputDevice"
      Identifier      "Configured Mouse"
      Driver          "mouse"
      Option          "CorePointer"
Option "Device" "/dev/gpmdata" (if running gpm with repeat=raw, otherwise /dev/psaux, probably)
      Option          "Protocol"              "ImPS/2"
      Option          "ZAxisMapping"          "4 5"
EndSection

exactly that.  well, i have the protocol set to "PS/2", but changing
it and /etc/init.d/gpm/stopping and then starting doesn't affect the
scrolliness at all.

</nori>

Sorry, I'm not quite following if you mean you have "PS/2" in gpm or X or both. If you're running gpm (and it seems that you are), you'll want it to be "IMPS/2" in both gpm ("/etc/gpm.conf" followed by "/etc/init.d/gpm restart", or run "gpmconfig") and in X ("/etc/X11/XF86Config-4" followed by a restart of X, or run "dpkg-reconfigure xserver-xfree86" followed by a restart of X).

Kent





Reply to: