From owner-freebsd-x11@freebsd.org Mon Jan 8 20:23:09 2018 Return-Path: Delivered-To: freebsd-x11@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 3E05FE5F4EF for ; Mon, 8 Jan 2018 20:23:09 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id ABD84724DB for ; Mon, 8 Jan 2018 20:23:08 +0000 (UTC) (envelope-from freebsd@grem.de) Received: (qmail 85346 invoked by uid 89); 8 Jan 2018 20:23:01 -0000 Received: from unknown (HELO ?192.168.250.192?) (mg@grem.de@93.104.64.114) by mail.grem.de with ESMTPA; 8 Jan 2018 20:23:01 -0000 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (1.0) Subject: Re: Running FreeBSD on the Lenovo Thinkpad T470s (success) From: Michael Gmelin X-Mailer: iPhone Mail (14G60) In-Reply-To: <97dc9da5-30f6-0c8d-a3f9-662469974bb2@freebsd.org> Date: Mon, 8 Jan 2018 21:23:00 +0100 Cc: freebsd-x11@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20171230155857.3ba51994@bsd64.grem.de> <97dc9da5-30f6-0c8d-a3f9-662469974bb2@freebsd.org> To: =?utf-8?Q?Ren=C3=A9_Ladan?= X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jan 2018 20:23:09 -0000 > On 8. Jan 2018, at 21:15, Ren=C3=A9 Ladan wrote: >=20 >> On 30-12-2017 15:58, Michael Gmelin wrote: >> Hi, >>=20 >> I found some time to play with FreeBSD on a Lenovo Thinkpad T470s and >> I'm quite happy with the results, as all important features work, >> especially essentials like graphics, touchpad and suspend to RAM. >>=20 >> The configuration is pretty straightforward, but a few things required >> research (like evdev, udev and libinput), that's why I documented my >> setup here, hoping that it might help others: >>=20 >> https://blog.grem.de/pages/t470s.html >>=20 > I followed your instructions to try to get the touchpad working on my > laptop (Acer E5-773G-78RN) but that didn't work. >=20 > libinput-debug-events sees the touchpad (I think, event0) but it doesn't > respond to it: >=20 > root@e17:~ # libinput-debug-events > -event0 DEVICE_ADDED System mouse seat0 > default group1 cap:p left scroll-nat scroll-button > -event1 DEVICE_ADDED System keyboard multiplexer seat0 > default group2 cap:k > -event2 DEVICE_ADDED AT keyboard seat0 > default group3 cap:k > -event3 DEVICE_ADDED PixArt USB Optical Mouse, class 0/0, rev > 1.10/1.00, addr 1 seat0 default group4 cap:p left scroll-nat scroll-butto= n >=20 > I have Xorg.0.log and verbose dmesg available=20 Did you install a patched version of xorg (with UDEV enabled) and a custom k= ernel (device and option added)? What is the output of xinput? What is the o= utput of evemu-record from devel/evemu? Feel free to email me all config- an= d log files off-list. Yours, Michael