LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   The mouse and the... (https://www.linuxquestions.org/questions/slackware-14/the-mouse-and-the-70475/)

gamehack 07-06-2003 08:43 AM

The mouse and the...
 
I have added in XF86Condfig Option "Zaxismapping" "4 5" but the scrolling of my mouse doesn't works.Any ideas ?
I'm using KDE 3.1 but there is a upper panel in the top of the monitor (like the gnome menu) and I do not know how to remove it.I have tried with the control center but it disappers for a second and then when i press apply it appears again.

Azmeen 07-06-2003 09:17 AM

It's supposed to be:

Option "ZAxisMapping" "4 5"

And also make sure you have commented or remove this line:

Option "Emulate3Buttons"

All the above is cAsE sEnSiTiVe!

gamehack 07-06-2003 09:46 AM

Anyway...it doesn't works...
 
# Identifier and driver

Identifier "Mouse1"
Driver "mouse"

# 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
Option "Protocol" "PS/2"

# The mouse device. The device is normally set to /dev/mouse,
# which is usually a symbolic link to the real device.

Option "Device" "/dev/mouse"
Option "ZAxisMapping""4 5"
# Option "Device" "/dev/psaux"
# 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 "ChordMiddle"

EndSection

MasterC 07-06-2003 09:50 AM

Quote:

Originally posted by Azmeen
It's supposed to be:

Option "ZAxisMapping" "4 5"

And also make sure you have commented or remove this line:

Option "Emulate3Buttons"

All the above is cAsE sEnSiTiVe!

It has been my findings that in particular, this file specifically, is not CaSe SensiTIVe. However, maybe I was just *lucky* ;)

Cool

Azmeen 07-06-2003 10:01 AM

Try using Option "Protocol" "IMPS/2"

MasterC 07-06-2003 10:50 AM

Here's mine, it's working:
Code:

Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping""4 5"



HTH

Cool


All times are GMT -5. The time now is 04:49 AM.