LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Slack 11.0 mouse config (https://www.linuxquestions.org/questions/slackware-14/slack-11-0-mouse-config-560343/)

dayers 06-08-2007 08:14 PM

Slack 11.0 mouse config
 
I am dual-booting Slack 11.0 on a ThinkPad T42P. My mouse is a Microsoft Wheel Mouse Optical USB. I've tried USB mouse, PS/2 and Microsoft PS/2 without success. What should go in xorg.conf?

Thanks for your help.

Dave

Old_Fogie 06-08-2007 09:16 PM

Can you post your kernel version & your /etc/X11/xorg.conf file .

tronayne 06-09-2007 12:29 PM

In the mouse InputDevice section, try:
Code:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/mouse"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

You really only need "4 5" in the ZAxisMapping; mine gets configured with "4 5 6 7" by the ATI configuration (and it works just fine).

Also, be sure to check what /dev/mouse is pointing at - it should, with a USB mouse,look like this:
Code:

ls -al /dev/mouse
lrwxrwxrwx 1 root root 10 2007-06-09 08:44 /dev/mouse -> input/mice

Be sure to stop and restart X when you change things.


All times are GMT -5. The time now is 01:59 PM.