Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Aug 2003 20:05:46 -0400
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        Greg Magnusson <glm@cyborgspiders.com>
Cc:        "freebsd-gnome@freebsd.org" <freebsd-gnome@freebsd.org>
Subject:   Re: gnome_mouse_configuration
Message-ID:  <1061510746.88714.8.camel@shumai.marcuscom.com>
In-Reply-To: <5.2.1.1.0.20030821174015.00a39b60@mail.sasknow.com>
References:  <5.2.1.1.0.20030821174015.00a39b60@mail.sasknow.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-EDITv0YAVAQFQ2pUDUsD
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Thu, 2003-08-21 at 19:52, Greg Magnusson wrote:
> re:  configuration of a mouse using freebsd 4.7 + XFree86-4.2.0_1 gnome d=
esktop
>=20
> Hello,
>=20
> I have just got my FreeBSD 4.7 p4 box running with the new=20
> Nvidia-GeForce-2mx-400 graphics driver.  I have been able to 'startx' and=
=20
> see the gnome-enlightenment desktop.  My problem:  The mouse cursor start=
s=20
> in the middle of the screen and then flys to the top left hand corner aft=
er=20
> the slightest touch.  The cursor responds to mouse motion, but in a very=20
> erratic way, sticking to the to left  hand corner.  I have repeatedly gon=
e=20
> into /stand/sysinstall/ Configure "Mouse" to no avail.  I have tested thi=
s=20
> on 3 different mice.  Even when I pass the mouse configuration test 'enab=
le=20
> the mouse daemon' the desktop cursor responds erratically as outlined=20
> above.  I have tried this with a logitech 3 button serial, a dexxa 3 butt=
on=20
> serial and a Microsoft Intellimouse 3 button ps-2.  Because the same effe=
ct=20
> happens with different mice, I am wondering if there is a way to configur=
e=20
> gnome to handle the mouse inputs.
>=20
> Any and all help is apprecitated.

The problem is in your XFree86 configuration.  Set your mouse protcol to
"auto" and you shouldn't have any more problems.  For example:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
        Option      "Buttons" "5"
EndSection

This assumes you have moused running.

Joe

>=20
> Greg Magnusson
> glm@cyborgspiders.com
>=20
> _______________________________________________
> freebsd-gnome@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
> To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"
--=20
PGP Key : http://www.marcuscom.com/pgp.asc

--=-EDITv0YAVAQFQ2pUDUsD
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (FreeBSD)

iD8DBQA/RV5ab2iPiv4Uz4cRAiB+AJ9Ls71Yfp4AcrWl/eAOz/tlYwSBiwCgh5cP
Xjj1O+rAQo2LdHL7e0GtjUI=
=YWcr
-----END PGP SIGNATURE-----

--=-EDITv0YAVAQFQ2pUDUsD--



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