From owner-freebsd-questions Sun Apr 7 4:48:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.gu.edu.au (kraken.itc.gu.edu.au [132.234.250.31]) by hub.freebsd.org (Postfix) with ESMTP id 6439437B405 for ; Sun, 7 Apr 2002 04:48:44 -0700 (PDT) Received: from kurango.cit.gu.edu.au (daemon@kurango.cit.gu.edu.au [132.234.86.1]) by mailhost.gu.edu.au (8.10.1/8.10.1) with ESMTP id g37Bn5i09694; Sun, 7 Apr 2002 21:49:05 +1000 (EST) Received: from localhost (steve@localhost) by kurango.cit.gu.edu.au (8.12.2/8.12.2) with SMTP id g37BmYUn006925; Sun, 7 Apr 2002 21:48:35 +1000 (EST) Date: Sun, 7 Apr 2002 21:48:34 +1000 (EST) From: Steven Goodwin To: Beauford Cc: FreeBSD Subject: Re: XF86Config - HELP!!! In-Reply-To: <000001c1de0a$d5130fc0$6401a8c0@p1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 I don't think xf86config (it think that is the utility) has ever set up my mouse properly under freebsd. A couple of modifications have always seemed to get it working for me. Firstly, I have the option moused_enable="YES" in my /etc/rc.conf file which starts the moused daemon upon boot. This is not necessary if your mouse is USB and you have the usb daemon start moused for you. To do this (if you have a usb mouse), add usbd_enable="YES" in the same rc.conf file instead. Now, in the /etc/X11/XF86Config modify the appropriate lines in the InputDevice section to the following Option "Protocol" "auto" Option "Device" "/dev/sysmouse" And see how you go. Good Luck, Steve On Sun, 7 Apr 2002, Beauford wrote: > This can't be this hard. I have run XF86Config at least 200 times and > have tried combination after combination, and I can't even get the damn > mouse to work (Logitec 3 button serial). > > I have a Celeron 366 with a SB16, SiS 6236 video card, and an older 14 > inch MicroScan SVGA monitor and have put in the proper information when > asked, so I don't have a clue. The biggest problem though is the mouse. > Whenever I run startx it crashes with the lovely "no such file or > directory" error about the mouse - which I don't understand, cause it is > there. > > Can anyone shed light on what I might be doing wrong, 'cause I just > don't see it. > > I have also tried setting the mouse up in sysinstall and it won't work > there either. > > Thanks > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message