Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Nov 2008 21:44:47 +0100
From:      bomberboy <bomberboy@gmail.com>
To:        freebsd-ports@freebsd.org
Cc:        kamikaze@bsdforen.de
Subject:   Re: Wacom driver
Message-ID:  <6e77fe4e0811061244g37ac9101n5a8fa3c8aceaed9e@mail.gmail.com>
In-Reply-To: <6e77fe4e0811051134l110b1aceu4b9b53dace370219@mail.gmail.com>
References:  <491173E4.1050809@bsdforen.de> <6e77fe4e0811051134l110b1aceu4b9b53dace370219@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 5, 2008 at 8:34 PM, bomberboy <bomberboy@gmail.com> wrote:
> On Wed, Nov 5, 2008 at 11:22 AM, Dominic Fandrey <kamikaze@bsdforen.de> 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 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



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