Hi,
     I remember to have read Dr. Sachin could Configure X but failed to
start it due to mouse device problem. I also faced a similar problem but
could overcome it by changing the mouse device specification line in
/etc/X11/XF86Config file.
        Mine is a PS/2 mouse. I changed the line 
      
           /dev/mouse

           in XF86Config to

           /dev/psaux

           and the next startx was fine.

   I did it because I find  /dev/mouse is just a link to /dev/psaux in
RedHat Linux. And in Debian, I found  /dev/mouse is missing. Ofcourse I
could have created a link with
  ln  -s /dev/psaux /dev/mouse 
  
        

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to