From owner-freebsd-questions Wed Oct 3 7:12:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls20.mediaone.net (chmls20.mediaone.net [24.147.1.156]) by hub.freebsd.org (Postfix) with ESMTP id 7375937B409 for ; Wed, 3 Oct 2001 07:12:18 -0700 (PDT) Received: from canada.acadia.ne.mediaone.net (acadia.ne.mediaone.net [65.96.185.189]) by chmls20.mediaone.net (8.11.1/8.11.1) with ESMTP id f93ECgx16507; Wed, 3 Oct 2001 10:12:43 -0400 (EDT) Received: (from leblanc@localhost) by canada.acadia.ne.mediaone.net (8.11.5/8.11.5) id f93EA6C55262; Wed, 3 Oct 2001 10:10:06 -0400 (EDT) (envelope-from leblanc) Date: Wed, 3 Oct 2001 10:10:05 -0400 From: Louis LeBlanc To: freebsd-questions@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Re: XFree 4.1 problem Message-ID: <20011003101005.F1774@acadia.ne.mediaone.net> Reply-To: freebsd-questions@FreeBSD.org Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <3584.10.100.98.133.1002117254.squirrel@10.100.3.5> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3584.10.100.98.133.1002117254.squirrel@10.100.3.5> User-Agent: Mutt/1.3.22.1i X-bright-idea: Lets abolish HTML mail! 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 On 10/03/01 09:54 PM, Sudirman Hassan sat at the `puter and typed: > Hi, > > I'm just install Xfree86-4.10. Going thru the installation, run the xf86config. > Everything when okay except mouse. > > Mouse will appear at the center of the screen whenever I start the X. If I move > the move, the cursor will directly go to the left topmost of the screen. If I > move it, it just move a little bit and will go back to the left top most area > of the screen. Sounds like a protocol issue. What mouse are you using? > I have enable mouse daemon ( /dev/sysmouse ), set is in xf86config as I should > and set the protocol to "SysMouse" but the problem still occur. I have no > problem for other things.. display of my kde look much more better. You can't enable the sysmouse *and* run the mouse thru X. I don't run sysmouse myself, so I can't help you with that. As for running thru X, here is my mouse section: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psm0" Option "BaudRate" "9600" Option "Resolution" "400" Option "ZAxisMapping" "4 5" Option "Buttons" "3" EndSection The Protocol setting should work for you, but unless you have a mouse with a wheel, you should leave out the ZAxisMapping, and if your mouse has only two buttons, you need to add an emulate command - I don't remember it offhand, look in /usr/X11R6/lib/X11/doc/ for a lot of info, particularly in README.mouse. > Xfree863.3.6 work okay.. but I wanna try xfree4.10. > My vga card is SIS 620. I had a little bit of a headache setting it up at first because of the config syntax and directive changes, but once I caught on (read half the docs in the directory I gave above) I had no trouble. And it really is pretty cool. Runs the mousewheel for many apps itself, so no need for imwheel. HTH Lou -- Louis LeBlanc leblanc@acadia.ne.mediaone.net Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://acadia.ne.mediaone.net ԿԬ economist, n: Someone who's good with figures, but doesn't have enough personality to become an accountant. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message