From owner-freebsd-questions@FreeBSD.ORG Thu Sep 1 20:09:18 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5897C1065673 for ; Thu, 1 Sep 2011 20:09:18 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 105CD8FC0C for ; Thu, 1 Sep 2011 20:09:17 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id p81K9Ff7080307; Thu, 1 Sep 2011 14:09:15 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id p81K9F5q080304; Thu, 1 Sep 2011 14:09:15 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 1 Sep 2011 14:09:15 -0600 (MDT) From: Warren Block To: Gary Dunn In-Reply-To: <1314873375135-017-00487746.osp.aloha.com@usi-mail08-mtka.usinternet.com> Message-ID: References: <1314625136.1663.14.camel@slate01> <1314690222088-015-00158650.osp.aloha.com@usi-mail08-mtka.usinternet.com> <1314873375135-017-00487746.osp.aloha.com@usi-mail08-mtka.usinternet.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Thu, 01 Sep 2011 14:09:15 -0600 (MDT) Cc: FreeBSD-Questions Subject: Re: Tablet Digitizer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2011 20:09:18 -0000 On Thu, 1 Sep 2011, Gary Dunn wrote: > On Tue, 2011-08-30 at 12:55 -0600, Warren Block wrote: >> On Mon, 29 Aug 2011, Gary Dunn wrote: >> >>> I have studied that and the source to what seems to be a driver, >>> "fujitsu-usb-touchscreen." >> >> This may be what you already have: >> http://spareinfo.blogspot.com/2010/10/linux-on-fujitsu-u810-p1620-t1010.html >> >> Whether it's trustworthy, compiles on FreeBSD, or works with xorg 7.5, >> don't know. > > Yes, that is on the Ubuntu side, but I cannot make any sense of it on > the FreeBSD side. > > I compared my Ubuntu Xorg.0.log with my FreeBSD Xorg.0.log. Quite > different. Here is an interesting bit. Starting at an identical line, > Ubuntu finds "Fujitsu Component USB Touch Panel" just before the > keyboard, while FreeBSD goes straight to the keyboard. Is this > significant? Well, it's Linux's evdev, which is roughly similar to devd(8). Likely that can be ignored on FreeBSD by just using another InputDevice section. Beyond that, it might require input from the freebsd-x11 list and possibly also the freebsd-usb list. If the components are there, it may be as simple as an x11-drivers/xf86-input-fujitsu-usb-touchscreen port. Maybe one of the existing drivers there is for a relatively similar USB touchscreen?