Results 1 to 8 of 8
what do you suggest to me as a solution?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-13-2006 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 41
screen resolution and mice wheel problem
what do you suggest to me as a solution?
- 10-13-2006 #2Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
www.slackbook.org
the xorgconfig section
edit: slackware 11.0 sets up your mouse wheel by default
- 10-14-2006 #3Just Joined!
- Join Date
- Oct 2006
- Posts
- 41
mouse works fine,but wheel doesnt.
- 10-14-2006 #4
If you'd give details about your hardware (mouse (number of buttons, brand), and video) as well as the content of your /etc/xorg.conf then members could give you better help.
- 10-14-2006 #5Just Joined!
- Join Date
- Oct 2006
- Posts
- 41
its an a4tech optical mouse .cheapest kind. it has two buttons on top of it.and there is a wheel between them.
- 10-14-2006 #6
Then, edit your /etc/X11/xorg.conf file
and int the mouse's InputDevice section
add or edit
Option "ZAxisMapping" "2 3"
- 10-27-2006 #7Just Joined!
- Join Date
- Oct 2006
- Posts
- 41
hi, im still suffering from problems that i told you.
add or edit
Option "ZAxisMapping" "2 3"
it didnt work.
and while wandering around the net i found this :
Option "ZAxisMapping" "4 5"
satırını eklemeniz sorunu çözecektir. Yani son durum aşağıdaki gibi olacaktır.
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection
maybe this will work?
- 10-27-2006 #8Linux Newbie
- Join Date
- Aug 2006
- Posts
- 117
try with this
Option "Protocol" "IMPS/2"


Reply With Quote
