From owner-freebsd-hackers@freebsd.org Fri Oct 2 10:44:54 2015 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FF91A0E54B for ; Fri, 2 Oct 2015 10:44:54 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: from mail-lb0-x22f.google.com (mail-lb0-x22f.google.com [IPv6:2a00:1450:4010:c04::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ABC07111A for ; Fri, 2 Oct 2015 10:44:53 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: by lbbmp1 with SMTP id mp1so24263010lbb.1 for ; Fri, 02 Oct 2015 03:44:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=VuFJhfijEdluw7tjZvY6SBZyYJiNIhHuBgLpQmc7T/U=; b=npInHZIxCwnqc7CrZPO1EpWiCY3940uOsCmZY/WSX2ySY7gprZoHY6j7mrdoyRrY2b VO77OalpNU3+uhYuDwbCS/XhpG303+7a8MAgJka7XXlGfj2KQr+m9IKVfeqXW867WoQQ YpI7fvzie9kxLkNkJGdgvuOcjGh4YdOD2YLGZRMZt4x/GEwXe5brUSPvTjoxxaf+VaWH 88Sbxiiv23RGz/HpLJaSgpfhzJSYgSTiLtS8gf8dZ16Vwpjy8g5MagcwkCJubMPiw5qU wX1L0ywHBRjVotzIBpLl2Swt893bMcUwHZ1AHvPHKtJV+Lvk49pqMJZ0BaXjXLGVnpb2 UO5g== X-Received: by 10.112.63.67 with SMTP id e3mr5230041lbs.92.1443782691642; Fri, 02 Oct 2015 03:44:51 -0700 (PDT) Received: from [172.29.2.94] (altimet-gw.cs2.dp.wnet.ua. [217.20.178.249]) by smtp.googlemail.com with ESMTPSA id xh10sm1380147lbb.33.2015.10.02.03.44.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 02 Oct 2015 03:44:51 -0700 (PDT) Subject: Re: Freebsd and touchscreens To: deco33000 Jog , "freebsd-hackers@freebsd.org" References: <986321443637372@web17m.yandex.ru> <737431443719175@web14h.yandex.ru> From: Vitaly Magerya Message-ID: <560E601A.1090803@gmail.com> Date: Fri, 2 Oct 2015 13:44:42 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <737431443719175@web14h.yandex.ru> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Oct 2015 10:44:54 -0000 On 2015-10-01 20:06, deco33000 Jog wrote: > Anyone? In short, there currently is very little to none support of touchscreens in FreeBSD -- on ARM or not. There is the wacom driver (x11-drivers/xf86-input-wacom); also a generic driver that's not even in the ports [1] and may or may not work. With that said, x11-drivers/xf86-input-evdev was ported recently, and combined with multimedia/webcamd and a patch to xorg-server over at [2] this should (hopefully) provide the full support to whatever touchscreens Linux suports. You can thank Hans Petter Selasky for this work. Unfortunately our x11@ team has been slow in committing these changes, and the PR at [2] has been lingering for 9 months now. You'll need to apply the patch from that PR manually, if you want to have it working. [1] http://tx97.net/xf86-input-usbhid/ [2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196678