| View previous topic :: View next topic |
| Author |
Message |
fuzzybyte n00b

Joined: 27 May 2006 Posts: 42
|
Posted: Sun Oct 15, 2006 1:47 am Post subject: |
|
|
Looks like new xorg 7.1.1 doesn't need a manually set xmodmap file for razor copperhead anymore!  |
|
| Back to top |
|
 |
caLt n00b

Joined: 14 Nov 2006 Posts: 2
|
Posted: Tue Nov 14, 2006 7:51 pm Post subject: |
|
|
Hey guys, i've just found this and worked great for me with my DiamondBack (except the two buttons on the right which i never use) :
| http://www.kw-studios.com/dkblog/?p=9 wrote: |
Identifier Mouse1″
Driver mouse
Option CorePointer
Option Resolution 1600″
Option Buttons 9″
Option Device /dev/input/mice
Option Name Razer Diamondback Optical Mouse
Option Protocol ExplorerPS/2″
Option ZAxisMapping 4 5″
Option ButtonMapping 1 2 3 6 7 8 9″
|
needed neither xmodmap nor razertool... |
|
| Back to top |
|
 |
paulisdead Guru


Joined: 10 Apr 2002 Posts: 510 Location: Seattle, WA
|
Posted: Sat Dec 30, 2006 3:30 am Post subject: |
|
|
is there a way I can reverse the side buttons? Razertools doesn't seem to be in portage anymore. I'd like the back and forward buttons to be on the right side of the mouse, and the DPI switching on the left, since I use the mouse left handed. I've got my copperhead setup like this right now
| Code: | Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "CorePointer"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "9"
Option "ZAxisMapping" "6 7"
Option "Device" "/dev/input/mice"
Option "Resolution" "2000"
Option "ButtonMapping" "1 2 3 4 5 8 9"
EndSection |
Otherwise I'm loving this mouse. Best mouse I've seen that works in the left hand _________________ "we should make it a law that all geeks have dates" - Linus |
|
| Back to top |
|
 |
PaulBredbury Watchman


Joined: 14 Jul 2005 Posts: 6609
|
Posted: Sat Dec 30, 2006 4:04 am Post subject: |
|
|
| paulisdead wrote: | | is there a way I can reverse the side buttons? |
Looks like you can do it using razertool. |
|
| Back to top |
|
 |
paulisdead Guru


Joined: 10 Apr 2002 Posts: 510 Location: Seattle, WA
|
Posted: Sat Dec 30, 2006 8:06 am Post subject: |
|
|
| PaulBredbury wrote: | | paulisdead wrote: | | is there a way I can reverse the side buttons? |
Looks like you can do it using razertool. |
oh sorry, the last post made it seem like razertool was outdated, and I didn't realize it was an overlay ebuild. Quite an a neat little tool _________________ "we should make it a law that all geeks have dates" - Linus |
|
| Back to top |
|
 |
b1n4ry n00b


Joined: 14 Dec 2006 Posts: 15
|
Posted: Sat Jan 06, 2007 11:40 pm Post subject: |
|
|
| You do not need drivers for cooperhead, so if you configure it on Windows drivers and plugin to another machine it will work correctly. By the way, all buttons work even if you choose standart mouse driver in xorg |
|
| Back to top |
|
 |
hoxton22 n00b

Joined: 11 Jan 2007 Posts: 2
|
Posted: Thu Jan 11, 2007 2:50 pm Post subject: |
|
|
Ive got copperhead but It seems the most i use it for is internet browing lol but in game it is amazing _________________ http://www.britforum.co.uk |
|
| Back to top |
|
 |
BigWig n00b


Joined: 21 Jun 2006 Posts: 31 Location: Wigan UK
|
Posted: Tue Jan 30, 2007 4:18 pm Post subject: |
|
|
Is it wise to use the DGA flag in libsdl with this mouse? with my old (crappy) mouse this was fine however with the copperhead it just doesnt feel right ingame and the xset m x x doesnt affect it using dga mouse . Is there a way to adjust dga mouse or must i USE="-dga" , if so what would be a good number to put in /desktop/gnome/peripherals/mouse/motion_acceleration (gconf) before i mess with xset
On the whole its a very nice mouse , if i could just set it up to what im used to i would be feared on many servers  _________________ eh? |
|
| Back to top |
|
 |
tw04l124 Veteran


Joined: 03 Oct 2006 Posts: 1216 Location: A t z e l, lower austria
|
Posted: Wed Feb 14, 2007 3:53 pm Post subject: |
|
|
So I now have a Razer Copperhead Green Mouse in Front of me.
Does anyone know the Keycodes or how to set up the two left buttons of this mouse.
I have to get this ebuild, it must be in an overlay!
The resolution is changed via the right two buttons, that is okay for me.
Help, thanks, please!!
Where is the ebuild for the razertool? _________________ ln -s /usr/lib64/libcurl.so.4 /usr/lib64/libcurl.so.3 |
|
| Back to top |
|
 |
swimmer Veteran


Joined: 15 Jul 2002 Posts: 1260 Location: Netherlands
|
Posted: Wed Feb 14, 2007 6:28 pm Post subject: |
|
|
| tw04l124 wrote: | So I now have a Razer Copperhead Green Mouse in Front of me.
[...]
Where is the ebuild for the razertool? |
Here we go ...
HTH
swimmer
PS: A search in bugs.gentoo.org would get you there ... |
|
| Back to top |
|
 |
Kasumi_Ninja Veteran


Joined: 18 Feb 2006 Posts: 1825 Location: The Netherlands
|
Posted: Wed Apr 25, 2007 8:27 pm Post subject: |
|
|
Does this ebuild also work for the habu? What is the best way to setup my habu? Thanks in advance! _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered |
|
| Back to top |
|
 |
soroh6 Apprentice


Joined: 07 Nov 2002 Posts: 231
|
Posted: Wed Jul 04, 2007 2:19 am Post subject: |
|
|
| caLt wrote: | Hey guys, i've just found this and worked great for me with my DiamondBack (except the two buttons on the right which i never use) :
| http://www.kw-studios.com/dkblog/?p=9 wrote: | Identifier Mouse1
Driver mouse
Option CorePointer
Option Resolution "1600"
Option Buttons "9"
Option Device /dev/input/mice
Option Name "Razer Diamondback Optical Mouse"
Option Protocol "ExplorerPS/2"
Option ZAxisMapping "4 5"
Option ButtonMapping "1 2 3 6 7 8 9"
|
needed neither xmodmap nor razertool... |
This is the best I've found so far. I also did not need to use xmodmap anymore, and everything is working.. wheel up/down scrolls, side buttons do forward/back, etc. That ButtonMapping line is surely the key, which seems to be a xorg.conf replacement for xmodmap. Anyway, it's working great, thanks caLt. Just be sure (for Copperhead users) to set the Resolution to your liking and the Name properly. _________________ :: soroh -*~
Last edited by soroh6 on Tue Feb 17, 2009 4:31 am; edited 3 times in total |
|
| Back to top |
|
 |
franzf Advocate


Joined: 29 Mar 2005 Posts: 3286 Location: Irgendwo im Nirgendwo
|
Posted: Wed Aug 20, 2008 11:06 am Post subject: |
|
|
| PaulBredbury wrote: | | paulisdead wrote: | | is there a way I can reverse the side buttons? |
Looks like you can do it using razertool. |
Wohooo! This rocks
Damn, I always had the problem that the mouse was unusable (didn't boot or something, don't know), so i had to replug it quite often.
Today i notized a firmware-update. Wanted to install it with the Config-tool under WinXP. It always failed
So I took razerflash - and the firmware-update worked perfect! YES!
Thx to the devs
Franz _________________ "der mac dennoch wesen geil"
Wolfram von Eschenbach, Parzival (Buch 1, Z. 7).
Ein frühes Statement gegen Windows. |
|
| Back to top |
|
 |
|