- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
MX 620 and Ubuntu 8.04
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-22-2008 10:10 AM
Re: MX 620 and Ubuntu 8.04
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-22-2008 08:34 PM
Re: MX 620 and Ubuntu 8.04
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-30-2008 11:56 AM - last edited on 07-30-2008 11:57 AM
based on http://gentoo-wiki.com/HOWTO_Evdev_Input
1. What I did was to determine my systems Event Mouse Input by running
# ls -lh /dev/input/by-id/
results:
usb-Logitech_USB_Receiver-event-mouse -> ../event2
usb-Logitech_USB_Receiver-mouse -> ../mouse1
so my EventMouse is event2
2. Install evdev driver
# sudo apt-get install xserver-xorg-input-evdev
3. Then I configure my xorg.conf (be sure to back up this file before editing it) as follows:
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "screen1" 0 0
InputDevice "Generic Keyboard"
InputDevice "Logitech MX620"
EndSection
Section "InputDevice"
Identifier "Logitech MX620"
Driver "evdev"
Option "CorePointer"
Option "Device" "/dev/input/event2"
Option "Resolution" "800"
Option "RelHWHEELMapTo" "Buttons 7 6"
EndSection
[note: i removed the standard mouse]
I hope this will be helpful for others and that Logitech will embrace Linux Distros more and more!!!
Message Edited by mty620 on 07-30-2008 11:57 AM
Re: MX 620 and Ubuntu 8.04
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-30-2008 08:59 PM
Re: MX 620 and Ubuntu 8.04
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-30-2008 09:57 PM
Re: MX 620 and Ubuntu 8.04
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-02-2008 06:09 AM
I had been googling for a solution to activate the slider side keys (6,7) for some time and nothing. Till now, works great.
The only button I still can't set right is the search(?) button - the small one to the left of button 1. Under KDE (also ubuntu hardy) I get konsole when I click it and I can't really figure a way to make it point to anything else. I couldn't find it in any kde settings, nor can I see it in xev, the console appears first. In gnome it opens gnome help I think.
Did you manage to set it somehow? Is it mapped as a key or something?
Re: MX 620 and Ubuntu 8.04
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-02-2008 04:18 PM
This is an excellent thread, mty620's advice worked perfectly this evening with my MX620 mouse on a machine with a new installation of Ubuntu 8.04. The machine ran Ubuntu 6.06 previously and I managed to get some of the mouse's functionality working but not all.
I have an MX Revolution mouse on another machine (a higher end machine recently built), it will be interesting to see if the same method can be used to configure that also.
Re: MX 620 and Ubuntu 8.04
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-02-2008 08:09 PM
Re: MX 620 and Ubuntu 8.04
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-11-2008 05:29 PM
CJChew wrote:Hi Riverside24
,
Please let us know if it works.
It worked extremely well, all buttons and features work with the exception of the thumb wheel (and I'm not sure what that is supposed to do anyway!). That said though, I shan't be using the MX Revolution after all as I hadn't fully understood the implications of the scroll wheel not having a middle button click function as does the MX620 - the scroll wheel does click, however its function appears to be to toggle between the two scrolling modes only.
Us Linux and UNIX users typically have a different way of copying and pasting than is used in the Windows world, we select and paste (usually) rather than copy and paste. We select text by highlighting it, then can paste the selected text into another application or data entry box in the same application with one centre button mouse click. It's amazing how much faster that is, particularly when carrying out high volume copy and paste data entry or text manipulation tasks under time pressure, than the Windows "highlight, right click, Copy, move cursor to new position, right click, Paste" method.
It is possible to manually map one of the keys (the search key appears to be most often used, or occasionally the thumb wheel) to emulate a third mouse button, however the workarounds to do so are more than a little complex. Although I have in the past employed workarounds of that kind, I tend to avoid them these days as I need to be able to deploy a new machine if necessary quickly and also, if stuff breaks from a hardware or software perspective, being able to get back up and running quickly is important.
So, I've bought another MX620 (and another as a spare!) and will probably either hang on to the MX Revolution until I get a 24" iMac which is also on the purchasing agenda, or at some point a Windows machine.
Finally, have Logitech considered giving a little more thought to providing support for Linux? The prevalence of small netbook (mini laptop) computers running Linux variants (currently Dell, Asus & HP with no doubt more to come) is swiftly bringing Linux into the mainstream and, once people get used to running Linux on their netbooks, a significant proportion are likely to make the switch to running Linux on their desktop as well.
Re: MX 620 and Ubuntu 8.04
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-11-2008 07:36 PM
Hi
,
Cool, so it works on newer machines as well![]()
Regarding the Linux support, I'm not sure if there are any plans about that at the moment. I'm guessing its going to be dependent on how many Linux using customers we can expect to have in the near future.

