The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > Linux > Gentoo
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 01-07-2004
EDUD LIVE EDUD LIVE is offline
Registered User
  
 

Join Date: Jan 2004
Posts: 2
Quote:
Originally posted by malcom
Hi,

yes you know that your XF86Config is working on slackware but not on gentoo :-). /dev/mouse is usually a link to the real device, you should create it, or change your X config.

regards
malcom
I created it by using this (had the same thought you did):

ln -sf /dev/mouse/psaux /dev/mouse (that might not be the exact command, I'm very tired at th e moment)

then did this to double check that it was there

ln -l /dev/mouse

and it was