- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Mouse Wheel don't work in Linux - Cordless Desktop EX 100
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-12-2009 01:41 PM
Hello,
I have bought the Cordless Desktop EX 100 to use it with Linux (Ubuntu 9.04). http://www.logitech.com/index.cfm/keyboards/keyboa
But I can’t use the Mouse Wheel to scroll (example: up and down scrolling in a window or an Internet Browser).
In Windows the mouse wheel works well, so it is not defect.
I know, that Logitech don’t make special driver for Linux, but can anyone give me a tip that I can use the mouse wheel in Linux?
The Keyboard and the Mice are very good (yes I’m a Logitech fan^^) therefore, I would not buy another model but I really need the Mouse Wheel function. ![]()
Re: Mouse Wheel don't work in Linux - Cordless Desktop EX 100
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-19-2009 04:43 AM
Nobody has an idea???
![]()
Re: Mouse Wheel don't work in Linux - Cordless Desktop EX 100
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-01-2009 12:23 AM
In Linux you can edit /etc/X11/xorg.conf (as root). Look for a section like this:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "false"
EndSection
Insert the next lines above EndSection:
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
Restart your X server, rebooting is often the simplest way to do so, this should enable your mousewheel.
Succes !!!
Re: Mouse Wheel don't work in Linux - Cordless Desktop EX 100
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-04-2009 05:18 AM
When I open "xorg.conf" the file is blank (no text into the File)
I´ve copy your text and add the 2 lines. But after the Restart the the Mouse Wheel don´t work ![]()
Re: Mouse Wheel don't work in Linux - Cordless Desktop EX 100
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-05-2011 04:37 PM
