Skip site navigation (1)Skip section navigation (2)
Date:      20 Sep 1998 15:58:23 -0400
From:      Kevin Street <street@iname.com>
To:        Jacques Hugo <jacques@wired.ctech.ac.za>
Cc:        Charlie Root <root@dns0.rotting.cheese.org>, questions@FreeBSD.ORG
Subject:   Re: Why does X kill my mouse?
Message-ID:  <87btoav9nk.fsf@kstreet.interlog.com>
In-Reply-To: Jacques Hugo's message of "Sun, 20 Sep 1998 09:12:30 %2B0200"
References:  <199809191426.PAA00548@dns0.rotting.cheese.org> <3604AADE.167EB0E7@wired.ctech.ac.za>

next in thread | previous in thread | raw e-mail | index | archive | help
Jacques Hugo <jacques@wired.ctech.ac.za> writes:

> Charlie Root wrote:
> > 
> > Please can anyone help me? I'm running XFree86 on a P100 with freebsd 2.2.7
> > and when I configure the mouse with /stand/sysinstall it works. But when I
> > run X it stops working. Its a microsoft serial mouse on /dev/cuaa0 and
> 
> Kill your moused process after you test it with /stand/sysinstall.  
> moused and X don't mix that well.  You might want to edit the
> /etc/rc.conf and put moused_enable="NO" in there.

moused and X should work ok together.  You need to get the Pointer
section right in XF86Config though.  You should use:

  Protocol  "Auto"   (or "MouseSystems" if Auto isn't working)
  Device    "/dev/sysmouse"

what moused is doing is reading from /dev/cuaa0 and passing on the
input to applications like X through /dev/sysmouse.  This should let
you use the mouse in X or on the console (if you turn it on with
"vidcontrol -m on" on the console).
-- 
Kevin Street
street@iName.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87btoav9nk.fsf>