From owner-freebsd-questions@FreeBSD.ORG Fri Jul 18 09:31:45 2003 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 C3BB537B401 for ; Fri, 18 Jul 2003 09:31:45 -0700 (PDT) Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id E457643FBD for ; Fri, 18 Jul 2003 09:31:44 -0700 (PDT) (envelope-from culverk@yumyumyum.org) Received: by mailhub.yumyumyum.org (Postfix, from userid 1001) id F315256; Fri, 18 Jul 2003 12:31:27 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mailhub.yumyumyum.org (Postfix) with ESMTP id E341C4C; Fri, 18 Jul 2003 12:31:27 -0400 (EDT) Date: Fri, 18 Jul 2003 12:31:27 -0400 (EDT) From: Kenneth Culver To: Gary Kline In-Reply-To: <20030718162426.GB47672@tao.thought.org> Message-ID: <20030718123010.K72580@alpha.yumyumyum.org> References: <005301c34cf6$9c583c80$e3dafc0c@client2> <200307180001.02678.kstewart@owt.com> <20030718162426.GB47672@tao.thought.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Daryl Hunt cc: freebsd-questions@freebsd.org Subject: Re: I hate meeses to pieces 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: Fri, 18 Jul 2003 16:31:46 -0000 > > > I am an extreme newbie at FreeBSD. I have it installed but when I go > > > into the Xserver in either of the two GUIs I get a weird mouse that > > > seems to only be able to stay on the very top of the screen and has > > > no vertical movement. > > > > > > I have it setup on Auto and PS/2 Busmouse settings. It works when > > > the config is run from the command line but it blows up like I > > > described upon entering the GUI (i.e. KDE) > > > > > > > I was always told to use "sysmouse" and auto. > > > Same here. > I had this problem when I let X open the /dev entry for the mouse on it's own, but if I use moused the problem disappears. So I'd suggest that you make sure you're using moused, and then make sure it's using /dev/sysmouse. If you're still having the problem after that, then I'm out of ideas :-P Ken