From owner-freebsd-questions Sun Nov 18 4:11: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 940FA37B416 for ; Sun, 18 Nov 2001 04:11:01 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 18 Nov 2001 12:11:00 +0000 (GMT) To: Steve Austin Cc: freebsd-questions@freebsd.org Subject: Re: still having mouse problems on FBSD 4.4 release In-Reply-To: Your message of "Sat, 17 Nov 2001 20:24:57 PST." <20011118042457.18116.qmail@web20408.mail.yahoo.com> Date: Sun, 18 Nov 2001 12:10:59 +0000 From: Ian Dowse Message-ID: <200111181211.aa62564@salmon.maths.tcd.ie> 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 In message <20011118042457.18116.qmail@web20408.mail.yahoo.com>, Steve Austin w rites: >When I run startx, and enter into the window manager >(Gnome, Windowmaker, fvwm - I've tried all of these so >I don't think it is a window manager problem) no mouse >pointer shows up on the screen, yet I can move the >mouse about and icons and windows will become >highlighted. I can click on the icons and get This sounds like your video card isn't fully supported by X; marginal support can explain a large selection of weird effects like this. If the X driver you are using supports the "sw_cursor" option, it will probably work around this problem. Look for a section in /etc/XF86Config beginning with Section "Device" (there may be many, so some trial and error possibly required), and within that section, add: Option "sw_cursor" Details about other driver options may be found in /usr/X11R6/lib/X11/doc/. Another option would be to try installing XFree86 v4.X as a package from the CD - there is probably some documentation somewhere describing what's involved in switching from XFree 3.3.X to 4.X. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message