Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 2008 15:15:16 -0400
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        FreeBSD GNOME Users <gnome@FreeBSD.org>
Subject:   HEADS UP: [Fwd: [PATCH] xorg-server: fix mouse probing]
Message-ID:  <1206731716.2392.74.camel@shumai.marcuscom.com>

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

--=-ks33V+IhUC5HcBHXFawm
Content-Type: multipart/mixed; boundary="=-s063s3IThceSAdXzu5e9"


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

FYI if X is pausing until you move your mouse.

Joe

--=20
Joe Marcus Clarke
FreeBSD GNOME Team      ::      gnome@FreeBSD.org
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome

--=-s063s3IThceSAdXzu5e9
Content-Disposition: inline
Content-Description: Forwarded message - [PATCH] xorg-server: fix mouse probing
Content-Type: message/rfc822

Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35])
	by creme-brulee.marcuscom.com (8.14.2/8.14.2) with ESMTP id
	m2SJFcKp036657
	for <marcus@marcuscom.com>; Fri, 28 Mar 2008 15:15:39 -0400 (EDT)
	(envelope-from owner-freebsd-x11@freebsd.org)
Received: from hub.freebsd.org (hub.freebsd.org [IPv6:2001:4f8:fff6::36])
	by mx2.freebsd.org (Postfix) with ESMTP id F3C8B14E553 for
	<marcus@marcuscom.com>; Fri, 28 Mar 2008 19:13:32 +0000 (UTC)
	(envelope-from owner-freebsd-x11@freebsd.org)
Received: by hub.freebsd.org (Postfix) id D02941065673; Fri, 28 Mar 2008
	19:13:32 +0000 (UTC)
Delivered-To: marcus@freebsd.org
Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org
	(Postfix) with ESMTP id C96031065670;
	Fri, 28 Mar 2008 19:13:32 +0000 (UTC)
	(envelope-from owner-freebsd-x11@freebsd.org)
Delivered-To: freebsd-x11@FreeBSD.org
Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28])
	by hub.freebsd.org (Postfix) with ESMTP id 29524106566B for
	<freebsd-x11@FreeBSD.org>; Fri, 28 Mar 2008 19:13:26 +0000 (UTC)
	(envelope-from jkim@FreeBSD.org)
From: Jung-uk Kim <jkim@freebsd.org>
To: freebsd-x11@freebsd.org
Date: Fri, 28 Mar 2008 15:13:07 -0400
User-Agent: KMail/1.6.2
MIME-Version: 1.0
Content-Disposition: inline
Content-Type: text/plain; charset="iso-8859-1"
Message-Id: <200803281513.16819.jkim@FreeBSD.org>
Cc: 
Subject: [PATCH] xorg-server: fix mouse probing
X-BeenThere: freebsd-x11@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: X11 on FreeBSD -- maintaining and support <freebsd-x11.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-x11>,
	<mailto:freebsd-x11-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-x11>;
List-Post: <mailto:freebsd-x11@freebsd.org>
List-Help: <mailto:freebsd-x11-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-x11>,
	<mailto:freebsd-x11-request@freebsd.org?subject=subscribe>
Sender: owner-freebsd-x11@freebsd.org
Errors-To: owner-freebsd-x11@freebsd.org
X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00
	autolearn=ham version=3.2.4
X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on
	creme-brulee.marcuscom.com
Content-Transfer-Encoding: quoted-printable

As you may have noticed from other threads, xorg-server has problem=20
with HAL support (default).  Please test the patch:

http://people.freebsd.org/~jkim/xorg-server.diff

You also have to patch sysutils/hal:

http://www.marcuscom.com/downloads/hal.diff

Changes:
- Do not probe /dev/psm0 as SysMouse if HAL is enabled.
- Add /dev/ums0 as SysMouse if HAL is disabled.
- Do not force sysmouse(4) mode unless device is /dev/sysmouse.  When=20
moused(8) is not running, current mode level is untouched.
- Correcly check if moused is actually running.  Checking pid file is=20
not enough because it may be /var/run/moused.<device>.pid when it is=20
invoked by devd(8) for USB mice.
- Do not attach device if it is opened by moused.
- Correctly add device path for HAL.

Thanks,

Jung-uk Kim
_______________________________________________
freebsd-x11@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-x11
To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org"


--=-s063s3IThceSAdXzu5e9--

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

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

iEYEABECAAYFAkftQ8QACgkQb2iPiv4Uz4duqACgjQDZVnPPM+LvoweCB1vqxlet
JmAAoKmyKlP7kMzIh/f7TBqOiDJ/RQ38
=tNqh
-----END PGP SIGNATURE-----

--=-ks33V+IhUC5HcBHXFawm--




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