I've never had a problem with the scrollwheel until I tried Xorg 7.0 Modular, I followed the wiki, gentoo-wiki.com/HOWTO_Modular_Xorg, I just can not get the scrollwheel working :\
Code: Select all
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2" # PS/2 Mouse
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection

