From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 00:45:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8070816A4CE; Mon, 29 Nov 2004 00:45:18 +0000 (GMT) Received: from ispmxmta05-srv.alltel.net (ispmxmta05-srv.alltel.net [166.102.165.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8F7C43D55; Mon, 29 Nov 2004 00:45:17 +0000 (GMT) (envelope-from trey@fastmail.fm) Received: from [192.168.0.3] (really [69.40.80.76]) by ispmxmta05-srv.alltel.net with ESMTP <20041129004517.BEZZ5505.ispmxmta05-srv.alltel.net@[192.168.0.3]>; Sun, 28 Nov 2004 18:45:17 -0600 Message-ID: <41AA7126.8020304@fastmail.fm> Date: Sun, 28 Nov 2004 19:45:26 -0500 From: Trey Sizemore User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Ovens References: <41A8E362.1070309@fastmail.fm> <200411281927.10285.marko@freebsd.org> <41AA4F94.1010600@fastmail.fm> <200411282231.30591.marko@freebsd.org> In-Reply-To: <200411282231.30591.marko@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: USB mouse support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 00:45:18 -0000 Mark Ovens wrote: >On Sun November 28 2004 22:22, Trey Sizemore wrote: > > >>Mark Ovens wrote: >> >> >>>On Sun November 28 2004 18:28, Trey Sizemore wrote: >>> >>> >>>>Hmmm...not sure why mine's not working then. Is your mouse the wireless >>>>version? Mine says Microsoft Wireless Mouse 2.0 (it's kind of a light >>>>purple color ). >>>> >>>> >>>Yes, same as mine. >>> >>>You did change ''moused_port'' in /etc/rc.conf to /dev/psm0 when you >>>connected it to the PS/2 port, didn't you? >>> >>> >>Actually, the only entries I have in /etc/rc.conf are: >>ifconfig_vr0="DHCP" >>linux_enable="YES" >>usbd_enable="YES" >> >>What does this line look like? >> >> > >Here's what I have: > >moused_enable="yes" # Run the mouse daemon. >moused_type="auto" # See man page for rc.conf(5) for available settings. >moused_port="/dev/ums0" # Set to your mouse port. >moused_flags="" # Any additional flags to moused. > > > OK...making some progress now. I have these entries (except I'm using /dev/psm0 for the time being) and now the mouse is jumping to the upper left corner of the screen and flickering menus mysteriously. Moving the mouse only causes the flickering. I used another PS/2 connected mouse (wired this time -> MS Optical USB) and it gave the exact same behavior). Any ideas about what to check? It appears my /etc/rc.conf and /etc/X11/xorg.conf (mouse section, at least) look identical to yours. I've been googling, but apparently not putting in the right combo of words (flickering, erratic, etc.). Thanks again.