bearmann2k
2002-09-14, 00:39:30
Grüßt euch,
bin seit ein paar Tagen nun auch überzeugter Linux-Anhänger, nun hab ich aber das Prob, dass ich ne Razer Boomslang 2000 hab und die keine Linux-Treiber hat, ohne, kann man die Maus aber nicht gescheit bedienen. Nun hab ich nen Kerl gefunden, der die unter Linux zum Laufen gebracht hat, allerdings is das HowTo auf Englisch und es kommen Sachen vor, von denen ich noch nix gehört hab, vielleicht wär einer von euch so nett und könnte mir sagen, wie ich das genau machen muss, fänd ich echt klasse !!!
Und hier der Text, den der Kerl geschrieben hat:
To use a Boonmslang in Linux is quite simple:
Just do this:
I've made this working with Mandrake 8.2, but for other distro's it can be done.
** I've loaded these modules for the USB mouse in /etc/modules:
#This section is for USB-mouse
hid
usbmouse
This in /etc/modules.conf:
alias usb-interface0 usb-uhci
** This part I use for the pointer in XF86Config-4
# **********************************************************************
# Pointer section
# **********************************************************************
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "6 7"
Option "Protocol" "ExplorerPS/2"
Option "Resolution" "1000"
# When you're using a 2000 dpi mouse, option "Resolution" "2000"
Option "SampleRate" "200"
Option "Buttons" "7"
# ChordMiddle is an option for some 3-button L0g1t3ch mice
# Option "ChordMiddle"
EndSection
** I've made a simple script (pointer.sh) to run when I log in, you can put it where you want, but run it, when you log in, I putted it in .kde/Autostart and chmod it with 700.
#!/bin/sh
# Razor Boomslang modifications for buttons
/usr/X11R6/bin/xmodmap -e "pointer = 1 2 3 6 7 4 5"
Some other things I tried:
I used imwheel to bind keys to the buttons, but it doesn't work with UT, that was my main purpose for doing this, but it's allways nice to help some other people with these things.
Das wars, also...BITTE...BITTE...kann mir das einer nochma für "Dummies" erklären !!!
MFG+BIG THX
bearmann2k
bin seit ein paar Tagen nun auch überzeugter Linux-Anhänger, nun hab ich aber das Prob, dass ich ne Razer Boomslang 2000 hab und die keine Linux-Treiber hat, ohne, kann man die Maus aber nicht gescheit bedienen. Nun hab ich nen Kerl gefunden, der die unter Linux zum Laufen gebracht hat, allerdings is das HowTo auf Englisch und es kommen Sachen vor, von denen ich noch nix gehört hab, vielleicht wär einer von euch so nett und könnte mir sagen, wie ich das genau machen muss, fänd ich echt klasse !!!
Und hier der Text, den der Kerl geschrieben hat:
To use a Boonmslang in Linux is quite simple:
Just do this:
I've made this working with Mandrake 8.2, but for other distro's it can be done.
** I've loaded these modules for the USB mouse in /etc/modules:
#This section is for USB-mouse
hid
usbmouse
This in /etc/modules.conf:
alias usb-interface0 usb-uhci
** This part I use for the pointer in XF86Config-4
# **********************************************************************
# Pointer section
# **********************************************************************
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "6 7"
Option "Protocol" "ExplorerPS/2"
Option "Resolution" "1000"
# When you're using a 2000 dpi mouse, option "Resolution" "2000"
Option "SampleRate" "200"
Option "Buttons" "7"
# ChordMiddle is an option for some 3-button L0g1t3ch mice
# Option "ChordMiddle"
EndSection
** I've made a simple script (pointer.sh) to run when I log in, you can put it where you want, but run it, when you log in, I putted it in .kde/Autostart and chmod it with 700.
#!/bin/sh
# Razor Boomslang modifications for buttons
/usr/X11R6/bin/xmodmap -e "pointer = 1 2 3 6 7 4 5"
Some other things I tried:
I used imwheel to bind keys to the buttons, but it doesn't work with UT, that was my main purpose for doing this, but it's allways nice to help some other people with these things.
Das wars, also...BITTE...BITTE...kann mir das einer nochma für "Dummies" erklären !!!
MFG+BIG THX
bearmann2k