![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#81 |
|
First Cup of Ubuntu
![]() Join Date: May 2007
Beans: 5
Ubuntu 7.10 Gutsy Gibbon
|
Re: HOWTO: 5 button mouse working on firefox (back/forward buttons)
I'm running Gutsy and use a 5-button intellimouse with intellieye. I did what TearDownAllSigns did and that got Firefox forward and back working but not for Nautilus. What is interesting is before the modifications to Xorg.conf, XEV (run XEV at the terminal and click the buttons) was reporting that the side buttons were buttons 8 & 9. After the modifications they are 6 & 7.
|
|
|
|
|
|
#82 |
|
First Cup of Ubuntu
![]() |
Re: HOWTO: 5 button mouse working on firefox (back/forward buttons)
This works for the Evoluent VerticalMouse 3
Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "true" Option "Buttons" "5" Option "ZAxisMapping" "4 5" Option "ButtonMapping" "1 2 3 7 6" EndSection |
|
|
|
|
|
#83 |
|
First Cup of Ubuntu
![]() Join Date: Nov 2007
Beans: 1
|
Re: HOWTO: 5 button mouse working on firefox (back/forward buttons)
Worked for a Logitech MX310
Code:
Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "Auto" Option "Buttons" "7" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" Option "ButtonMapping" "1 2 3 6 7" EndSection |
|
|
|
|
|
#84 |
|
Quad Shot of Ubuntu
![]() Join Date: Dec 2005
Location: Lansing, MI
Beans: 377
Ubuntu 7.10 Gutsy Gibbon
|
Re: HOWTO: 5 button mouse working on firefox (back/forward buttons)
Veyhemar's stanza worked for my Logitech cordless Click! Plus
Still doesn't work in nautilus, but I can live with that. Fwd/Back in firefox is a must have.
__________________
Registered Linux user number 416065 | Never run a command with "rm" in it unless you understand exactly what it will do. Knowledge exists to be imparted. Ralph Waldo Emerson |
|
|
|
|
|
#85 | |
|
Just Give Me the Beans!
![]() Join Date: Nov 2007
Beans: 73
Ubuntu 7.10 Gutsy Gibbon
|
Re: HOWTO: 5 button mouse working on firefox (back/forward buttons)
Quote:
![]() This worked 100% in 7.10/Firefox with an IOGEAR Laser i600. I tried a few other methods and they didn't work (one somehow managed to disable my restricted ATI drivers). Thanks a million for this post (and the multitude of others here that have made this transition so painless). I just migrated from years of using XP. Though I never had any issues whatsoever with XP myself (due to extreme diligence and a lot of knowledge of services and OS optimization on my part), Ubuntu is still, IMHO, easily 10 times better. I haven't even scratched the surface with Ubuntu either...very cool indeed. Of course, I bought a copy of XP retail but used a corporate version to bypass activation, so technically I was cheating. |
|
|
|
|
|
|
#86 | |
|
First Cup of Ubuntu
![]() Join Date: Nov 2007
Beans: 1
|
Re: HOWTO: 5 button mouse working on firefox (back/forward buttons)
Quote:
I do not know if all the others work or not. I found out that if you do not restart not ctrl + alt + Backspace the changes do not take effect. I am running the latest Ubuntu 7.10..... Hope that helps a little. |
|
|
|
|
|
|
#87 |
|
Just Give Me the Beans!
![]() |
Re: HOWTO: 5 button mouse working on firefox (back/forward buttons)
Hobnob,
Newbie to Ubuntu and loving it... However on your code above can you give me more detail on actual sudo commands? Also, for some reason my right (what would be the forward button) gives me a menu including Back, Reload, Bookmark, Save Page As, Send Link etc. Left button does not work at all. Wheel works fine... MS Intellimouse 1.1A USB (although using serial adapter to plug into computer). Much appreciated in advance.
__________________
Thanks, tdmoore |
|
|
|
|
|
#88 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2007
Location: Ohio
Beans: 12
Ubuntu 7.10 Gutsy Gibbon
|
Re: HOWTO: 5 button mouse working on firefox (back/forward buttons)
Haven't seen too much on it here, but if anyone is having mouse button issues with the Epiphany browser there is some bug info here:
http://bugzilla.gnome.org/show_bug.cgi?id=337852 What I found worked for me was typing about:config in the address bar and editing the following values. Code:
about:config mousewheel.horizscrool.withnokey.action 2 mousewheel.horizscrool.withnokey.sysnumlines false I'm liking Epiphany so far, having had none of the memory and locking up issues that made me turn from Firefox. At least until FF3. PS @ trmiv: The MX620 is pretty nice, I love the mouse scroll with the ball bearings. |
|
|
|
|
|
#89 | |
|
First Cup of Ubuntu
![]() Join Date: Oct 2007
Location: Ohio
Beans: 12
Ubuntu 7.10 Gutsy Gibbon
|
Re: HOWTO: 5 button mouse working on firefox (back/forward buttons)
Quote:
I'm guessing you are just looking for the commands for backing up and then editing the xorg.conf file? First back up your old one by creating a copy, the sudo password will be from your admin account which was setup in the installation: Code:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup Code:
sudo gedit /etc/X11/xorg.conf Code:
Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "false" Option "ButtonMapping" "1 2 3 6 7 4 5" EndSection An important thing to note is that you only want to do changes to the mouse section of your xorg.conf at this time. Messing with the video section could lead to a nasty restart where the graphical end of you system will not load. Because of this I still have a sticky note with the following in case I boot from a nerfed xorg.conf. Code:
sudo cp /etc/X11/xorg.conf.backup /etc/X11/xorg.conf ctrl-alt-backspace Good luck in this, for some reason I had a harder time getting my mouse to work in Ubuntu than I did setting up a multiple desktop display with my TV and Monitor. |
|
|
|
|
|
|
#90 |
|
Just Give Me the Beans!
![]() |
Re: HOWTO: 5 button mouse working on firefox (back/forward buttons)
Thanks TDAS.
will give it a try...have not had any experience with the "option" portion of commands so will try to figure that out first. Much appreciated.
__________________
Thanks, tdmoore |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|