From owner-freebsd-questions Mon Mar 4 15:48:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id DBC4C37B405 for ; Mon, 4 Mar 2002 15:48:16 -0800 (PST) Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id 6C4035D06; Mon, 4 Mar 2002 15:48:13 -0800 (PST) To: Rickard Borgm ster Cc: freebsd-questions@freebsd.org Subject: Re: moused and X In-reply-to: Your message of "Mon, 04 Mar 2002 22:08:00 +0100." <20020304220800.1cead043.doktorn@realworld.nu> Date: Mon, 04 Mar 2002 15:48:13 -0800 From: "Kevin Oberman" Message-Id: <20020304234813.6C4035D06@ptavv.es.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Date: Mon, 4 Mar 2002 22:08:00 +0100 > From: Rickard Borgmäster > Sender: owner-freebsd-questions@FreeBSD.ORG > > Previously, I used FreeBSD 4.3 with X4. I also had moused enabled. > Now I have upgraded to FBSD 4.5 and to latest X from ports. > > But if I have moused enabled in rc.conf, the pointer will just > flicker uncontrolled around the screen when going into X mode. > > Also, if I enable gdm for a tty, X will not start as it cannot > find any pointer device. > > I do not know what pointer device I had X using before, since > I accidently removed my old XF86Config file :-/ Now it points to > /dev/psm0 > > Where should it point, when using a regular PS/2 mouse? I'd try: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/mouse" You will need to keep the Identifier the same as you are now using. These strings are referenced from other parts of the config. You may need added option lines for 3 button emulation or for a wheel. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message