From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 24 14:23:40 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A08DF1065675 for ; Sat, 24 Jan 2009 14:23:40 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id 5FCEF8FC16 for ; Sat, 24 Jan 2009 14:23:40 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from p578b68b8.dip0.t-ipconnect.de ([87.139.104.184] helo=[192.168.2.28]) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1LQiff-0003I8-EL; Sat, 24 Jan 2009 14:35:35 +0100 Message-ID: <497B1923.2080906@gwdg.de> Date: Sat, 24 Jan 2009 14:35:31 +0100 From: Rainer Hurling User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Antonio Rieser References: <58a2fd890901221421n65d60175k3069f97db6ce6717@mail.gmail.com> In-Reply-To: <58a2fd890901221421n65d60175k3069f97db6ce6717@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: freebsd-multimedia@freebsd.org Subject: Re: Wacom driver install problem X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2009 14:23:41 -0000 Hi Tony, probably freebsd-ports@ is the better place to ask this kind of question. I am using this driver for INTUOS A3 and all works fine. There are two ways to use this driver. For the first one you have to write 'uwacom_load="YES"' in your '/boot/loader.conf'. Then the wacom driver is up before other scripts or drivers can bind to the hardware (tablet). The FreeBSD port (I think you installed 'x11-drivers/input-wacom') wrote 'wacom_enable="YES"' in '/etc/rc.conf'. This is the second way to use the driver and on most systems it is ok. But on some systems the ums driver is faster then the wacom driver, so the wacom driver is not able to see the tablet hardware any more. On these systems you should use the first possibility. I do not work with xsetwacm. But 'xsetwacom -h' tells you that there are possibilities to get and set information. I hope it helps. Greetings, Rainer Am 22.01.2009 23:21 schrieb Antonio Rieser: > Hi, > > I'm running FreeBSD 7.1 on an Acer Aspire 1680 laptop. I just installed the > FreeBSD Wacom driver (with the kernel module) from the ports collection for > use with a Wacom Bamboo USB graphics tablet. The driver works great, and > notices pressure sensitivity, button shortcuts, etc, but when I reboot, the > tablet is initially recognized only as a mouse. In the startup messages, I > noticed that the tablet is found before the 'wacom start' message. > > If I unplug and replug the tablet, then restart X, it works fine again. > Does anyone know how to force 'start wacom' before looking for the tablet? > > Also, how do I make the settings I change using xsetwacom return after I > logout and log back in? > > Thanks, and all the best, > > Tony