On Wed, 2004-06-30 at 18:21 -0700, Thomas Sapp wrote: > I just installed Fedora Core in to a VMWare virtual machine and it continues > to tell me that /dev/mouse and /dev/msmouse do not exist. Yet the mouse > works in console mode without issue using /dev/msmouse. I know that in > Redhat 9 there was a command something like XF86Configure or similar that > allowed me to run through the X11 configuration but I am not sure how to do > this on fedora. Can anyone help with this? I have a MS Intellimouse > Explorer and as I said the OS recognizes it but X11 doesn't. IIRC vmware-tools is not quite in line with Xorg and refused to work without finding /etc/XF86Config. Finally got it to work for both gpm and X by having both that and /etc/X11/xorg.conf, and for good measure doing "ln -fs /dev/input/mice /dev/mouse". On my VMware system with a Logitech mouse... /etc/sysconfig/mouse: FULLNAME="Generic - 3 Button Mouse (PS/2)" MOUSETYPE=imps2 XEMU3="no" XMOUSETYPE=IMPS/2 DEVICE=/dev/input/mice /etc/sysconfig/gpm # Additional options for gpm (e.g. acceleration), device OPTIONS="" DEVICE="/dev/input/mice" MOUSETYPE="exps2" Seems to me I found a more elegant solution on another system but I'm not there. Make sure you have VMware 4.5.2 build-8848, or later if available. May also want to get and install http://platan.vc.cvut.cz/ftp/pub/vmware/vmware-any-any-update73.tar.gz or later. Phil