LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Mouse Problems (https://www.linuxquestions.org/questions/slackware-14/mouse-problems-58223/)

miklok 05-05-2003 10:53 AM

Mouse Problems
 
:newbie: I am new to Linux and have just installed Slackware v8.1 onto my dual boot machine (AMD 800). I have ran through the xf86config but i still cant get my mosue to work in the gnome enviroment. my mouse (a microsoft wheel mouse) is installed in the dedicated mouse port on my pc, does anyone have any ideas of what my problem may be.

I am not sure of the correct address for the mouse.

Any help greatly appreciated, as its driving me mad.

Miklok

fancypiper 05-05-2003 10:57 AM

Look at the "Protocol" for your mouse in your /etc/X11/XF86Config-4 file and try my setting and see if it works.
Code:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"



All times are GMT -5. The time now is 12:56 PM.