From owner-freebsd-ports@FreeBSD.ORG Thu Nov 6 21:06:45 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6D37106564A for ; Thu, 6 Nov 2008 21:06:45 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 946DB8FC28 for ; Thu, 6 Nov 2008 21:06:45 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (pD9E9E4C9.dip.t-dialin.net [217.233.228.201]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 373828A000A; Thu, 6 Nov 2008 22:06:24 +0100 (CET) Message-ID: <49135C3E.7020300@bsdforen.de> Date: Thu, 06 Nov 2008 22:06:06 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.17 (X11/20080927) MIME-Version: 1.0 To: bomberboy References: <491173E4.1050809@bsdforen.de> <6e77fe4e0811051134l110b1aceu4b9b53dace370219@mail.gmail.com> <6e77fe4e0811061244g37ac9101n5a8fa3c8aceaed9e@mail.gmail.com> In-Reply-To: <6e77fe4e0811061244g37ac9101n5a8fa3c8aceaed9e@mail.gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Wacom driver X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 21:06:45 -0000 bomberboy wrote: > On Wed, Nov 5, 2008 at 8:34 PM, bomberboy wrote: >> On Wed, Nov 5, 2008 at 11:22 AM, Dominic Fandrey wrote: >> >> Hello, >> >>> I have created a port of Bartosz Fabianowski's Wacom driver. >>> Since nobody has stepped forward to commit it, I thought I'd >>> inform this list, so that people can test it. >>> >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=128547 > > Besides the other patches in my previous mail, it might also be > interesting to include the wacom-tools that are part of linuxwacom and > which are very useful for debugging when setting up your tablet. > Furthermore is xsetwacom required if you want to rotate the screen on > a TabletPC. In that case you want the waom-tablet to be rotated as > well or you get strange effects ;-) > > These utilities can be found in the src/util folder and consist of: > wacdump > xidump > xsetwacom I'll have a look at these at the weekend, as well as the other problems you reported. I never needed to debug anything to get the tablet working, so I didn't even know these tools exist. > I believe this would require the following additional install targets > for the port Makefile: > > @${INSTALL_PROGRAM} > ${WRKDIR}/linuxwacom/${LINUXWACOM}/src/util/wacdump > ${PREFIX}/bin/wacdump > @${INSTALL_PROGRAM} ${WRKDIR}/linuxwacom/${LINUXWACOM}/src/util/xidump > ${PREFIX}/bin/xidump > @${INSTALL_PROGRAM} > ${WRKDIR}/linuxwacom/${LINUXWACOM}/src/util/xsetwacom > ${PREFIX}/bin/xsetwacom > > Note, the above is untested. > > > Regards, > Bruno