LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   mouse isn't working (https://www.linuxquestions.org/questions/linux-hardware-18/mouse-isnt-working-415666/)

nagual 02-15-2006 08:06 AM

mouse isn't working
 
I am using the latest installment of overclockix, and everything works fine except for my mouse which is a ps2 mouse. Any suggestions would be helpful.

Sargek 02-16-2006 05:05 AM

Can you post the 'Section "InputDevice"' section from your /etc/X11/xorg.conf (or xf86config), whichever your distro uses. Want to see what your mouse protocol settings look like.

nagual 02-16-2006 02:51 PM

Section "Pointer"

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"

EndSection

Sargek 02-16-2006 07:06 PM

Well, you might try changing the device to /dev/mouse instead of /dev/psaux. Your protocol is OK because I am running two mice: a ps2 and a usb and I am using the same protocol. Your device will probably be different than mine though. You can test to see if the device works by typing
Code:

cat /dev/mouse
, hit enter, then move your mouse around. If you get garbage on the screen, that's the mouse device. After that, just ctrl+c to kill the command and use whatever device worked as your mouse device. Hope this helped.

nagual 02-17-2006 07:56 AM

I tried cat /dev/mouse and cat /dev/psaux, and they both give me garbage on the screen, however neither in the
XF86Config does anything. Any other suggestions?

Sargek 02-17-2006 08:25 PM

Hmmm. The only other thing I can think of to try is to change the protocol to "PS/2" instead of "IMPS/2".


All times are GMT -5. The time now is 09:48 AM.