what do you suggest to me as a solution?
Printable View
what do you suggest to me as a solution?
www.slackbook.org
the xorgconfig section
edit: slackware 11.0 sets up your mouse wheel by default
mouse works fine,but wheel doesnt.
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.
its an a4tech optical mouse .cheapest kind. it has two buttons on top of it.and there is a wheel between them.
Then, edit your /etc/X11/xorg.conf file
and int the mouse's InputDevice section
add or edit
Option "ZAxisMapping" "2 3"
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?
try with this
Option "Protocol" "IMPS/2"