Image

Imagemike3k wrote in Imagelinux

Listens: Particle Man - They Might Be Giants

Scroll Wheel

Does anyone know how to activate the scroll wheel in XFree86?

I'm running Debian 'sarge' and I have a generic PS/2 mouse with a scroll wheel. All 3 buttons work and the scroll wheel works as the middle button, but I can't scroll with it.

The configuration for the mouse is:

Section "InputDevice"
Identifier "Default Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection