View Full Version : [ubuntu] [SOLVED] Logitech G5 - TiltWheel
Plasma_NZ
April 30th, 2008, 08:51 AM
Ok yes i know theres heaps of threads on this.. but none of them bring a solution...
Logitech G5 Mouse
Basically something changed with X and tiltwheel no longer functions for "back/forward" in firefox...
Does nyone have a solution that actually works ad doesnt require installing more apps to utilise the mouse properly...
Have used this guide in the past - but he even states something changed in X and hes not been able to get his working..
http://adterrasperaspera.com/blog/2006/06/20/logitech-g5-review-under-linux?cp=4#comments
Im seriously missing not having the tilt-wheel working, as im sure many many others are aswell.... Someone please help !
Plasma_NZ
May 5th, 2008, 01:34 AM
Bump.. someone must have a answer ? or a solution without installing a third-party app ??
Plasma_NZ
May 5th, 2008, 10:49 PM
Ok i've followed a recent post in the above link and have tilt-wheel working using this in xorg.conf
Section “InputDevice”
Identifier “Logitech G5″
Driver “evdev”
Option “CorePointer”
Option “Device” “/dev/input/by-id/usb-Logitech_USB_Gaming_Mouse-event-mouse”
Option “ZAxisMapping” “invert”
Option “Emulate3Buttons” “false”
Option “Buttons” “9″
Option “Resolution” “800″
EndSection
and putting this in the ~/.Xmodmap
pointer = 1 2 3 4 5 9 8 6 7
But now my single thumb-button doesnt open links in a new tab in firefox.. I understand the button mapping has change.. does anyone know a way to fix this.?
Plasma_NZ
May 6th, 2008, 01:16 AM
Ok in Hardy Heron 64bit - Logitech G5 is working flawlessly..
Use the below methods, but to make the thumb-button open links in a new tab swap 2 with 7 in the xmodmap and reload xmodmap etc...
Ok i've followed a recent post in the above link and have tilt-wheel working using this in xorg.conf
Section “InputDevice”
Identifier “Logitech G5″
Driver “evdev”
Option “CorePointer”
Option “Device” “/dev/input/by-id/usb-Logitech_USB_Gaming_Mouse-event-mouse”
Option “ZAxisMapping” “invert”
Option “Emulate3Buttons” “false”
Option “Buttons” “9″
Option “Resolution” “800″
EndSection
and putting this in the ~/.Xmodmap
pointer = 1 2 3 4 5 9 8 6 7
But now my single thumb-button doesnt open links in a new tab in firefox.. I understand the button mapping has change.. does anyone know a way to fix this.?
Plasma_NZ
May 11th, 2008, 11:12 PM
Ok - this is how u do it... make sure evdev is installed already....
put this in your xorg.conf
In the "section "server layout" remeber to put this in and remove the old mouse identifier..
InputDevice "Logitech G5" "CorePointer"
Section “InputDevice”
Identifier “Logitech G5″
Driver “evdev”
Option “CorePointer”
Option “Device” “/dev/input/by-id/usb-Logitech_USB_Gaming_Mouse-event-mouse”
Option “ZAxisMapping” “invert”
Option “Emulate3Buttons” “false”
Option “Buttons” “9″
Option “Resolution” “800″
EndSection
Then make a xmodmap file like so ..
create a file called ~/.Xmodmap and put in it:
pointer = 1 7 3 4 5 9 8 6 2
and run xmodmap ~/.Xmodmap to update your map. On logging in again, Gnome will ask if you want to load this file: click on the file, click “Load”, and click “Ok”.
Wahlah - working G5 Logitech Mouse with tilt-wheels as back/forward and thumb button for open link in new tab.. drop a post if u are using a 2 thmb button G5 ...
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.