I don't get my f****** mouse wheel to work under X11.
These are the InputDevice-Sections of my xorg.conf:
Can you help me? What am I doing wrong?
rocky
These are the InputDevice-Sections of my xorg.conf:
Code:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "xkb_model" "pc105"
Option "xkb_layout" "de"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Can you help me? What am I doing wrong?
rocky