Karl Bowden <[EMAIL PROTECTED]> uttered the following thing:
> I just bought a new Logitech optical wireless mouse (my last mouse was a
> Logitech wireless as well, but it had balls), and now I cannot use the
> wheel to scroll up when using X11, Gnome, or KDE. Yet it works fine in
> windows still.
> 
> Any suggestions?

I'm also using the same mouse, and it's working fine in
debian unstable with the following in /etc/X11/XF86Config-4:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "ZAxisMapping" "4 5"
        Option      "Buttons" "3"
        Option      "Device" "/dev/mouse"
EndSection

/dev/mouse is a symlink to /dev/psaux, so I dont know if/how
different it is for a USB connection.

-- 
Ben Buxton - Random Network Person

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to