LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   xorg -configure doesn't detect my PS/2 mouse (https://www.linuxquestions.org/questions/linux-newbie-8/xorg-configure-doesnt-detect-my-ps-2-mouse-352213/)

whoever 08-11-2005 10:17 AM

xorg -configure doesn't detect my PS/2 mouse
 
Because my PS/2 mouse isn't seen I ran a test to see if my kernel was able to see it, I typed : cat /dev/input/mouse0 & cat /dev/input/mice. When I move the mouse I get a bunch of garbage characters.( I think that's a good thing.) So I updated the file xorg.conf.new to reflect the entries:

There were already default entries above these
Option "Protocol" "auto"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mouse0"
Option "Device" "/dev/input/mice"

So I next typed cp /root/xorg.conf.new /etc/X11/xorg.conf

Last I typed "startx"...The screen went black and came back with a message: Fatal server error: failed to initialize core devices.

hamish 08-11-2005 10:59 AM

did you enable mice in your kernel?

h

whoever 08-11-2005 01:01 PM

yes...PS/2 mouse support & USB mouse support has been enabled in the kernel.


All times are GMT -5. The time now is 07:57 PM.