X11 Issues

Thomas Sapp tpsapp at hotmail.com
Thu Jul 1 03:05:07 UTC 2004


That helped resolve my issue.  My /etc/sysconfig/mouse and 
/etc/sysconfig/gpm where already configured this way but when I change the 
DEVICE="/dev/mouse" in my XF86Config to DEVICE="/dev/input/mice" it all 
works perfectly! woohoo!  pass this on to those having the same issues!

Thanks,
Thomas Sapp
http://www.sappsworld.com





>From: Phil Schaffner <P.R.Schaffner at IEEE.org>
>Reply-To: For users of Fedora Core releases <fedora-list at redhat.com>
>To: For users of Fedora Core releases <fedora-list at redhat.com>
>Subject: Re: X11 Issues
>Date: Wed, 30 Jun 2004 22:22:12 -0400
>MIME-Version: 1.0
>Received: from hormel.redhat.com ([209.132.177.30]) by mc3-f12.hotmail.com 
>with Microsoft SMTPSVC(5.0.2195.6824); Wed, 30 Jun 2004 19:22:47 -0700
>Received: from listman.util.phx.redhat.com (listman.util.phx.redhat.com 
>[10.8.4.110])by hormel.redhat.com (Postfix) with ESMTPid DACCE7333B; Wed, 
>30 Jun 2004 22:22:31 -0400 (EDT)
>Received: from int-mx1.corp.redhat.com 
>(int-mx1.corp.redhat.com[172.16.52.254])by listman.util.phx.redhat.com 
>(8.12.10/8.12.10) with ESMTP idi612MPXW031555 for 
><fedora-list at listman.util.phx.redhat.com>;Wed, 30 Jun 2004 22:22:25 -0400
>Received: (from mail at localhost)by int-mx1.corp.redhat.com (8.11.6/8.11.6) 
>id i612MO209445for fedora-list at listman.util.phx.redhat.com;Wed, 30 Jun 2004 
>22:22:24 -0400
>Received: from mx3.redhat.com (mx3.redhat.com [172.16.48.32])by 
>int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i612MO009441for 
><fedora-list at redhat.com>; Wed, 30 Jun 2004 22:22:24 -0400
>Received: from lakermmtao11.cox.net (lakermmtao11.cox.net 
>[68.230.240.28])by mx3.redhat.com (8.12.10/8.12.10) with ESMTP id 
>i612MIXn021880for <fedora-list at redhat.com>; Wed, 30 Jun 2004 22:22:19 -0400
>Received: from [192.168.1.2] (really [68.96.220.3]) by 
>lakermmtao11.cox.net(InterMail vM.6.01.03.02 201-2131-111-104-20040324) 
>with ESMTPid 
><20040701022213.KNWZ25349.lakermmtao11.cox.net@[192.168.1.2]>for 
><fedora-list at redhat.com>; Wed, 30 Jun 2004 22:22:13 -0400
>X-Message-Info: vAu4ZEtdRihBxvTli+xfGSK2jbTRpaze
>In-Reply-To: <BAY9-F45m4oHKNqzZV90008c0fc at hotmail.com>
>References: <BAY9-F45m4oHKNqzZV90008c0fc at hotmail.com>
>Message-Id: <1088648532.4938.41.camel at tabb1.tabb>
>X-Mailer: Evolution 1.5.9.1 (1.5.9.1-2) X-RedHat-Spam-Score: 2.646 **
>X-loop: fedora-list at redhat.com
>X-BeenThere: fedora-list at redhat.com
>X-Mailman-Version: 2.1.5
>Precedence: junk
>List-Id: For users of Fedora Core releases <fedora-list.redhat.com>
>List-Unsubscribe: 
><http://www.redhat.com/mailman/listinfo/fedora-list>,<mailto:fedora-list-request at redhat.com?subject=unsubscribe>
>List-Archive: </archives/fedora-list>
>List-Post: <mailto:fedora-list at redhat.com>
>List-Help: <mailto:fedora-list-request at redhat.com?subject=help>
>List-Subscribe: 
><http://www.redhat.com/mailman/listinfo/fedora-list>,<mailto:fedora-list-request at redhat.com?subject=subscribe>
>Errors-To: fedora-list-bounces at redhat.com
>Return-Path: fedora-list-bounces at redhat.com
>X-OriginalArrivalTime: 01 Jul 2004 02:22:47.0442 (UTC) 
>FILETIME=[4CB86720:01C45F12]
>
>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
>
>
>
>--
>fedora-list mailing list
>fedora-list at redhat.com
>To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar – get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/





More information about the fedora-list mailing list