Results 1 to 7 of 7
I am running Debain Sarge 3.1 on my pc and I use Logitec LX700 cordless desktop.
Everything works fine except the wheel on top of the mouse, it doesn't work ...
- 10-15-2005 #1
Making the 'wheel' work on mice
I am running Debain Sarge 3.1 on my pc and I use Logitec LX700 cordless desktop.
Everything works fine except the wheel on top of the mouse, it doesn't work at all!
It is a bit pain ful when I visit a website which had a long web page it is irritating to
use the scroll bars.
Does any know how to make the mouse wheel working?Registered Linux User#394486
- 10-15-2005 #2
You'll need to edit your /etc/X11/xorg.conf.
In the file there is an area devoted to the mouse, looking something like this:to that add a line sayingSection "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Vendor" "Sysp"and then restart X, and your scroll wheel will hopefuly work.Option "ZAxisMapping" "4 5"
- 10-15-2005 #3
Interestingly when i went to /etc/XFreeConfig-4 the line Option "ZAxisMapping" "4 5"
is already there!! Is there any other way I can make it work?Registered Linux User#394486
- 10-15-2005 #4
Cans you post the whole part regarding the mouse in the XFreeConfig-4 file here please?
- 10-15-2005 #5
Here is the mouse section from my /etc/X11/XF86Config-4
Note the Protocol is set to "ImPS/2" . I belive that is the correct one for a wheel mouse.Code:Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection
Hope that helps you.
- 10-15-2005 #6Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
depending on the type of mouse you may have to use "6 7", also, make sure that you restartx after trying any changes...
Operating System: GNU Emacs
- 10-16-2005 #7
This is the config my XFree86Config-4 has:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "6 7"
EndSectionRegistered Linux User#394486


Reply With Quote
