dawp
2007-11-02, 06:13 AM CDT
here's how to get the buttons working on a razer copperhead, just modify the xorg.conf to include these lines:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "Name" "Razer Copperhead"
Option "Vendor" "Razer"
Option "CorePointer"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
Option "ButtonMapping" "1 2 3 6 7"
Option "Resolution" "2000" #other valid values: 400, 800, 1800
Option "SampleRate" "1000Hz" #other valid values: 125, 500
EndSection
works fine fore me.
may also work for other razer mice but i'm not sure as i only have access to the copper head.
found this while searching the ubuntu forums while playing with that distro.
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "Name" "Razer Copperhead"
Option "Vendor" "Razer"
Option "CorePointer"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
Option "ButtonMapping" "1 2 3 6 7"
Option "Resolution" "2000" #other valid values: 400, 800, 1800
Option "SampleRate" "1000Hz" #other valid values: 125, 500
EndSection
works fine fore me.
may also work for other razer mice but i'm not sure as i only have access to the copper head.
found this while searching the ubuntu forums while playing with that distro.