Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Oct 2001 10:10:05 -0400
From:      Louis LeBlanc <leblanc+freebsd@acadia.ne.mediaone.net>
To:        freebsd-questions@FreeBSD.org, freebsd-questions@FreeBSD.org
Subject:   Re: XFree 4.1 problem
Message-ID:  <20011003101005.F1774@acadia.ne.mediaone.net>
In-Reply-To: <3584.10.100.98.133.1002117254.squirrel@10.100.3.5>
References:  <3584.10.100.98.133.1002117254.squirrel@10.100.3.5>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011003101005.F1774>