LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   MouseWheel on KDE, Slack 11 (https://www.linuxquestions.org/questions/linux-newbie-8/mousewheel-on-kde-slack-11-a-562276/)

dpsource 06-16-2007 02:28 PM

MouseWheel on KDE, Slack 11
 
I have an mx300 on ps2 port... i want the mouse wheel to work!!

Heres my input mice section...

Section "InputDevice"

# Identifier and driver
# On platforms where PnP mouse detection is supported the following
# protocol setting can be used when using a newer PnP mouse:
# Option "Protocol" "Auto"
# The available mouse protocols types that you can set below are:
# Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2
# Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2
# MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse
# ThinkingMouse ThinkingMousePS/2 Xqueue
# which is usually a symbolic link to the real device.
# Option "Device" "/dev/ttyS0"
# Option "Device" "/dev/ttyS1"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
# Option "Protocol" "Xqueue"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
Option "MouseWheel"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
# The mouse device. The device is normally set to /dev/mouse,
Option "Device" "/dev/mouse"
# Option "Device" "/dev/psaux"
EndSection



What should i change to make it owrk?

thanks

Okie 06-16-2007 02:31 PM

change Option "Protocol" "PS/2" to Option "Protocol" "ImPS/2"

and add a line:

Option "ZAxisMapping" "4 5 6 7"

dpsource 06-16-2007 02:38 PM

Quote:

Originally Posted by Okie
change Option "Protocol" "PS/2" to Option "Protocol" "ImPS/2"

and add a line:

Option "ZAxisMapping" "4 5 6 7"

It did workd!! thanks very much

Cya!


All times are GMT -5. The time now is 10:24 AM.