From owner-freebsd-questions@FreeBSD.ORG Fri Jul 18 13:52:31 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 CB43537B401 for ; Fri, 18 Jul 2003 13:52:31 -0700 (PDT) Received: from lifesupport.shutdown.com (dsl092-048-059.sfo2.dsl.speakeasy.net [66.92.48.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A40443F75 for ; Fri, 18 Jul 2003 13:52:31 -0700 (PDT) (envelope-from llewelly@lifesupport.shutdown.com) Received: (from llewelly@localhost) by lifesupport.shutdown.com (8.11.2/8.11.2) id h6IKm7K06594; Fri, 18 Jul 2003 13:48:08 -0700 (PDT) To: Gary Kline References: <005301c34cf6$9c583c80$e3dafc0c@client2> <200307180001.02678.kstewart@owt.com> <20030718162426.GB47672@tao.thought.org> <20030718123010.K72580@alpha.yumyumyum.org> <20030718172930.GA47936@tao.thought.org> From: LLeweLLyn Reese Date: 18 Jul 2003 13:48:06 -0700 In-Reply-To: <20030718172930.GA47936@tao.thought.org> Message-ID: Lines: 40 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: Kenneth Culver 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 20:52:32 -0000 Gary Kline writes: > On Fri, Jul 18, 2003 at 12:31:27PM -0400, Kenneth Culver wrote: > > > > > 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 > > > > Right. moused is essential. Forgot about that piece of the > puzzle. > > 154 ?? Ss 1:42.59 moused -p /dev/psm0 -t auto [snip] I'm running moused with the same commandline. In my XF86Config, I have: Option "Protocol" "MouseSystems" Option "Device" "/dev/sysmouse" If you have ps/2 and auto for those fields, and are running moused, I believe you may get weird problems.