Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old November 2nd, 2007   #81
hairywombat
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.
hairywombat is offline   Reply With Quote
Old November 3rd, 2007   #82
gbendotti
First Cup of Ubuntu
 
Join Date: Feb 2006
Location: Perth, Australia
Beans: 9
Kubuntu 7.10 Gutsy Gibbon
Send a message via MSN to gbendotti Send a message via Yahoo to gbendotti Send a message via Skype™ to gbendotti
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
gbendotti is offline   Reply With Quote
Old November 9th, 2007   #83
vayhemar
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
vayhemar is offline   Reply With Quote
Old November 10th, 2007   #84
ericesque
Quad Shot of Ubuntu
 
ericesque's Avatar
 
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
ericesque is offline   Reply With Quote
Old November 16th, 2007   #85
NineseveN
Just Give Me the Beans!
 
NineseveN's Avatar
 
Join Date: Nov 2007
Beans: 73
Ubuntu 7.10 Gutsy Gibbon
Re: HOWTO: 5 button mouse working on firefox (back/forward buttons)

Quote:
Originally Posted by TearDownAllSigns View Post
My mouse is now working. I did a fresh install to Gutsy and edited my xorg.conf as below and it worked without a hitch in Firefox.

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
Not sure why my mouse buttons stopped working on Feisty, but as I go through setting it up to my liking if I happen to lose it again, I'm sure I'll be back.
Sweat!

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.
NineseveN is offline   Reply With Quote
Old November 21st, 2007   #86
MrLooney
First Cup of Ubuntu
 
Join Date: Nov 2007
Beans: 1
Re: HOWTO: 5 button mouse working on firefox (back/forward buttons)

Quote:
Originally Posted by TearDownAllSigns View Post
My mouse is now working. I did a fresh install to Gutsy and edited my xorg.conf as below and it worked without a hitch in Firefox.

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
Not sure why my mouse buttons stopped working on Feisty, but as I go through setting it up to my liking if I happen to lose it again, I'm sure I'll be back.
I did this and every other install possible. I now have it working. with above config on a Microsoft IntelliMouse Explorer 3.0 USB + PS2 compatible mouse.

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.
MrLooney is offline   Reply With Quote
Old November 22nd, 2007   #87
tdmoore
Just Give Me the Beans!
 
Join Date: Oct 2007
Location: Calgary, AB Canada
Beans: 62
Ubuntu 9.10 Karmic Koala
Send a message via Skype™ to tdmoore
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
tdmoore is offline   Reply With Quote
Old November 24th, 2007   #88
TearDownAllSigns
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
It will work right away so you should know quick if its going to work with your mouse.

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.
TearDownAllSigns is offline   Reply With Quote
Old November 24th, 2007   #89
TearDownAllSigns
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:
Originally Posted by tdmoore View Post
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.
Welcome tdmoore,

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
Then edit your xorg.conf using the gnone editor:
Code:
sudo gedit /etc/X11/xorg.conf
One I posted recently on this forum seems to work well for people on Gutsy and I have a old Intellimouse that I just plugged in and confirmed it works with it.

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
Save the file and close any apps, and do a ctrl-alt-backspace to restart X-Windows (this will not prompt you with a "are you sure?" so make sure you are ready). One you log back in you should (hopefully) have back and forward buttons working.

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
That will overwrite the bad one with your backup and restart you.

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.
TearDownAllSigns is offline   Reply With Quote
Old November 25th, 2007   #90
tdmoore
Just Give Me the Beans!
 
Join Date: Oct 2007
Location: Calgary, AB Canada
Beans: 62
Ubuntu 9.10 Karmic Koala
Send a message via Skype™ to tdmoore
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
tdmoore is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:52 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry