From owner-freebsd-questions Mon Oct 8 14: 9:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 3554537B43C for ; Mon, 8 Oct 2001 14:09:02 -0700 (PDT) Received: from jonc.itouch ([192.168.2.21]) by itouch.co.nz with esmtp (Exim 3.33 #1) id 15qhdC-0009sY-00; Tue, 09 Oct 2001 10:08:10 +1300 Received: (from jonc@localhost) by jonc.itouch (8.11.6/8.11.6) id f98L89g90227; Tue, 9 Oct 2001 10:08:09 +1300 (NZDT) (envelope-from jonc) Date: Tue, 9 Oct 2001 10:08:09 +1300 From: Jonathan Chen To: Kastaki Cc: FreeBSD-Questions@freebsd.org Subject: Re: XFree86 and Mouse Message-ID: <20011009100809.A89857@jonc.itouch> References: <00a201c1503b$dcb7a540$3958fd3e@computer> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <00a201c1503b$dcb7a540$3958fd3e@computer>; from kastaki@ganbert.com on Mon, Oct 08, 2001 at 09:57:36PM +0100 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 On Mon, Oct 08, 2001 at 09:57:36PM +0100, Kastaki wrote: > I have installed FreeBSD 4.3 (intel) on a PIII 1Ghz, 256M Ram. > VGA is Intel 810e. > > I configure Kernel to include AGP, and have managed to set-up my VGA card > OK. > > I then proceeded in installing Xfree86 4.0.3 ok.... Get the latest port, XFree86-4.1.0. It's got new patches especially useful for i810. > I tested my mouse and it works. > > I went into xf86config and configure my mouse as PS/2 on psm0 - which is > correct. > > When I startx, I get an error that Device psm0 is Busy!!! > and thus I am not allowed in to X!! [...] Make sure nothing else is using /dev/psm0 by using "fstat /dev/psm0". Here's the section from my XF86Config for the mouse, if it helps: Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psm0" EndSection Cheers. -- Jonathan Chen ---------------------------------------------------------------------- "Beer. Now there's a temporary solution." - Homer Simpson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message