![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Absolute Beginner Talk The perfect starting place to find out more about computers, Linux and Ubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
5 Cups of Ubuntu
![]() Join Date: Aug 2007
Beans: 40
Ubuntu 7.10 Gutsy Gibbon
|
Configuration of Logitech Cordless MouseMan Optical
I have a Logitech Cordless MouseMan Optical mouse and I try to make the thumb button work with firefox. Even reading through several post, I could not get the correct settings. Could somebody post the xorg.conf section of the mouse device and the xmodmap settings? Or any other hints? Thanks a lot, Stefan
|
|
|
|
|
|
#2 |
|
Way Too Much Ubuntu
![]() Join Date: Mar 2007
Location: Texas, USA
Beans: 314
Ubuntu 9.04 Jaunty Jackalope
|
Re: Configuration of Logitech Cordless MouseMan Optical
I use this for my intellimouse, but it should also work for the MouseMan.
1. Install imwheel: Code:
sudo aptitude install imwheel 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 "Buttons" "7" Option "ButtonMapping" "1 2 3 6 7" Option "Emulate3Buttons" "false" EndSection Code:
sudo gedit .imwheelrc Code:
".*"
None, Up, Alt_L|Left
None, Down, Alt_L|Right
"(null)"
None, Up, Alt_L|Left
None, Down, Alt_L|Right
Code:
sudo gedit /etc/X11/imwheel/startup.conf Code:
IMWHEEL_START=0 Code:
IMWHEEL_START=1 Code:
sudo gedit /etc/X11/Xsession.d/63xmodmap Code:
killall imwheel
xmodmap -e "pointer = 1 2 3 4 5 6 7"
BINARY=$(which imwheel)
$BINARY -k -p -b "6 7"
Code:
sudo chmod 777 /etc/X11/Xsession.d/63xmodmap CTRL + ALT + BACKSPACE
__________________
“Man has such a predilection for systems and abstract deductions that he is ready to distort the truth intentionally, he is ready to deny the evidence of his senses only to justify his logic." - Dostoevsky |
|
|
|
|
|
#3 |
|
5 Cups of Ubuntu
![]() Join Date: Aug 2007
Beans: 40
Ubuntu 7.10 Gutsy Gibbon
|
Re: Configuration of Logitech Cordless MouseMan Optical
Thanks a lot! Now it works as expected... Finally I got the mouse running. Is there something like a database, where you can search for your hardware and then get a guidline how to install the device? This would be more efficient than searching the forums.
|
|
|
|
|
|
#4 |
|
Way Too Much Ubuntu
![]() Join Date: Mar 2007
Location: Texas, USA
Beans: 314
Ubuntu 9.04 Jaunty Jackalope
|
Re: Configuration of Logitech Cordless MouseMan Optical
I don't know of one.
I just try to bookmark the various HOWTO pages I find related to my own hardware, that way I always have them for future reference. That doesn't help finding them in the first place though..
__________________
“Man has such a predilection for systems and abstract deductions that he is ready to distort the truth intentionally, he is ready to deny the evidence of his senses only to justify his logic." - Dostoevsky |
|
|
|
|
|
#5 |
|
5 Cups of Ubuntu
![]() Join Date: Aug 2007
Beans: 40
Ubuntu 7.10 Gutsy Gibbon
|
Re: Configuration of Logitech Cordless MouseMan Optical
I found this link:Is my hardware Linux-compatible?
http://www.linux.com/feature/118497 Lists some hardware databases and might be a starting point... |
|
|
|
|
|
#6 |
|
First Cup of Ubuntu
![]() Join Date: Mar 2008
Beans: 2
|
Hello there,
I'm also trying to get my Logitech Cordless Mouseman Optical to run perfectly (it runs almost perfectly, only the back-Button doesn't work in firefox) I'm running Ubuntu 8.04, and i essentially copy/pasted everything from the second post, except in the xorg.conf i set the Buttons to 6 (the cordless Mouseman only has a Thumb- (Back) Button, no forward button on the right side) Srolling and everything works fine (as before) but the back-button still doesn't work. To find out the button-mapping of my mouse, i started the graphical-ui if imwheel with "imwheel -c" Now, if I click the "Grab wheel action" to identify the buttons, the back-button and the Button for pressing down the mouse-wheel are both!! identified as button 6, so it looks like imwheel can't differentiate between those two. Firefox however can. - If i click on one of the tabs with the middle (wheel) button, it closes the tab, if i click on it with the thumb-button, nothing happens. Now what else can i try? - Does anyone have the same mouse running with all 6 buttons? Thanx in advance, herb |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|