From owner-freebsd-current@FreeBSD.ORG Tue Apr 7 20:52:46 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 02339106566C; Tue, 7 Apr 2009 20:52:46 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Robert Noland Date: Tue, 7 Apr 2009 16:52:15 -0400 User-Agent: KMail/1.6.2 References: <49D8D03B.8090302@arcor.de> <1238979841.1829.20.camel@balrog.2hip.net> In-Reply-To: <1238979841.1829.20.camel@balrog.2hip.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200904071652.29530.jkim@FreeBSD.org> Cc: freebsd-current@FreeBSD.org, Manfred Lotz , "Sean C. Farley" Subject: Re: xorg loops X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Apr 2009 20:52:46 -0000 On Sunday 05 April 2009 09:04 pm, Robert Noland wrote: > On Sun, 2009-04-05 at 19:53 -0500, Sean C. Farley wrote: > > While the mouse driver is patched, I do not see where > > XPS2_SUPPORT is actually set anywhere in the build. > > I remember messing with that after the last upgrade, when I was > trying to deal with mice issues. jkim@ said something about it > only being supported on more recent platforms. http://lists.freebsd.org/pipermail/cvs-src/2008-April/089763.html http://lists.freebsd.org/pipermail/cvs-src/2008-April/090051.html http://lists.freebsd.org/pipermail/cvs-src/2008-April/090052.html http://lists.freebsd.org/pipermail/cvs-ports/2008-April/146815.html > > Defining it allows the driver to detect my mouse. Actually, > > before the patch it would not even let me set it to > > GlidePointPS/2. It seems the xserver patch is in the attic now: http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11-servers/xorg-server/files/Attic/patch-Xserver-hw-xfree86-os-support-xf86_OSlib.h I think you should restore the patch, rebuild, and reinstall xserver and xf86-input-mouse to enable it. Alternatively, it can be moved to configure script of xf86-input-mouse, I think. I don't know which is prefered by X.org developers theses days. :-( Jung-uk Kim