From owner-freebsd-current@freebsd.org Thu Mar 8 16:37:14 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DF18F420CB; Thu, 8 Mar 2018 16:37:14 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from hraggstad.unrelenting.technology (hraggstad.unrelenting.technology [71.19.146.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "hraggstad.unrelenting.technology", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C5626844A9; Thu, 8 Mar 2018 16:37:13 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: by hraggstad.unrelenting.technology (OpenSMTPD) with ESMTPSA id 58dcd093 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 8 Mar 2018 16:30:29 +0000 (UTC) Received: from localhost (markarth.lan [local]) by markarth.lan (OpenSMTPD) with ESMTPA id 9fe441cf; Thu, 8 Mar 2018 19:30:26 +0300 (MSK) Date: Thu, 8 Mar 2018 19:30:26 +0300 From: Greg To: Hans Petter Selasky Cc: ticso@cicely.de, freebsd-arm@freebsd.org, freebsd-current@freebsd.org, Bernd Walter Subject: Re: webcamd based touchscreen problem on Pi3 Message-ID: <20180308163026.z3ptrc7376smnsrt@unrelenting.technology> References: <20180308161645.GF80981@cicely7.cicely.de> <818e1917-0472-c0dd-a9d6-b7532faf4d4b@selasky.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline In-Reply-To: <818e1917-0472-c0dd-a9d6-b7532faf4d4b@selasky.org> OpenPGP: url=https://unrelenting.technology/pub/3B011BAF.asc User-Agent: the one that sucks less X-Hashcash: 1:20:180308:hps@selasky.org::lPXtTLw6Ufn3DaRr:1NRM X-Hashcash: 1:20:180308:freebsd-arm@freebsd.org::2p6xsw8qGTrWDsuF:0Y2C X-Hashcash: 1:20:180308:ticso@cicely7.cicely.de::6pxJbXR0l0jyRZKK:0Pkc X-Hashcash: 1:20:180308:ticso@cicely.de::M50k720fvpCplVMd:1FBf X-Hashcash: 1:20:180308:freebsd-current@freebsd.org::TRDzCR/pbT/Lqczs:cpw X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2018 16:37:14 -0000 On 03/08, Hans Petter Selasky wrote: >On 03/08/18 17:16, Bernd Walter wrote: >>Hardware is a Raspberry Pi3 with current r330034. >>I'm trying to run a USB touchscreen. >>Tested wmt and uep, but neither wants to attach, although the Waveshare >>display I'm using is likely running an egalaxy firmware. >>However webcamd accepts the device and creates a /dev/input/event0. >>But I can't get X to use it. >>xf86-input-evdev-2.10.5 is installed and it created an X config file >>under /usr/local/share/X11/xorg.conf.d/10-evdev.conf. >>I also tried some google results in /etc/X11/xorg.conf, but X never >>touches the device: > >See here: > >https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196678 Or here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222609 But that's all about hotplug. It is definitely possible to manually configure the device on the stock xorg-server package. I can't say if the "google results" are correct without actually seeing them, but it should explicitly specify the /dev/input/event0 path.