Razer Copperhead Mouse on Linux
Posted: Tue Sep 12, 2006 2:25 pm
The wheel isn't detected on my Linux installation (OpenSUSE 10.1).
Code: Select all
Section \"InputDevice\"
Identifier \"Mouse0\"
Driver \"mouse\"
Option \"Protocol\" \"ImPS/2\"
Option \"Device\" \"/dev/mouse\"
Option \"ZAxisMapping\" \"4 5\"
EndSection
Code: Select all
Section \"InputDevice\"
Identifier \"Mouse0\"
Driver \"mouse\"
Option \"Protocol\" \"ExplorerPS/2\"
Option \"Device\" \"/dev/input/mice\"
Option \"Buttons\" \"7\"
Option \"ZAxisMapping\" \"6 7\"
EndSection