Wheel mouse XFree86 Config

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
Guest

Wheel mouse XFree86 Config

#1 Post by Guest »

For those using my version with XFree86 try this to get the wheel mouse working (this is a snippet from /etc/X11/XF86Config

Code: Select all

Section "InputDevice"

# Identifier and driver

    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/mouse"
    Option "Buttons"	"7"
    Option "ZAxisMapping" "4 5"
Works well :)

Post Reply