From owner-freebsd-x11@freebsd.org Mon Jan 8 21:08:38 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 B7F46E625DD for ; Mon, 8 Jan 2018 21:08:38 +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 9C88774CDC for ; Mon, 8 Jan 2018 21:08:38 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: by hraggstad.unrelenting.technology (OpenSMTPD) with ESMTPSA id 1ce2f40f TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Mon, 8 Jan 2018 21:08:35 +0000 (UTC) Subject: Re: Running FreeBSD on the Lenovo Thinkpad T470s (success) To: =?UTF-8?Q?Ren=c3=a9_Ladan?= , freebsd-x11@freebsd.org References: <20171230155857.3ba51994@bsd64.grem.de> <97dc9da5-30f6-0c8d-a3f9-662469974bb2@freebsd.org> <8f19b64f-255f-fd14-7b47-dfd149c76e12@unrelenting.technology> From: Greg V Message-ID: <2575bfb8-555b-6f14-8d7d-053851e3e574@unrelenting.technology> Date: Tue, 9 Jan 2018 00:08:31 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US 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 21:08:38 -0000 On 01/09/2018 00:02, René Ladan wrote: > On 08-01-2018 21:28, Greg V via freebsd-x11 wrote: >> On 01/08/2018 23:23, Michael Gmelin wrote: >>>> On 8. Jan 2018, at 21:15, René Ladan wrote: >>>> >>>>> On 30-12-2017 15:58, Michael Gmelin wrote: >>>>> Hi, >>>>> >>>>> 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. >>>>> >>>>> 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: >>>>> >>>>> https://blog.grem.de/pages/t470s.html >>>>> >>>> I followed your instructions to try to get the touchpad working on my >>>> laptop (Acer E5-773G-78RN) but that didn't work. >>>> >>>> libinput-debug-events sees the touchpad (I think, event0) but it doesn't >>>> respond to it: >>> Did you install a patched version of xorg (with UDEV enabled) and a >>> custom kernel (device and option added)? What is the output of xinput? >>> What is the output of evemu-record from devel/evemu? Feel free to >>> email me all config- and log files off-list. > Hmm, there is no option UDEV in 'make config' for xorg-server, only DEVD > (default) and HAL? You need my patch for that: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222609 >> If libinput doesn't list it, it's not time to mess with xorg yet :) >> >> I guess EVDEV_SUPPORT is enabled since there's a "PixArt USB Optical >> Mouse" (ums) device. >> > That PixArt thing is physical USB mouse, which always works ;) Yeah, uh, if you didn't have EVDEV_SUPPORT, it would not show up as an evdev device. >> Is the psm module loaded? Is there anything in dmesg about psm? > Not currently I think: > rene@e17:~ % grep -i psm /root/dmesg-v-20180108 > psm0: unable to allocate IRQ > rene@e17:~ % kldstat -v|grep psm > 439 acpi/psmcpnp > 438 isa/psmcpnp > 437 atkbdc/psm atkbdc/psm is it, it's built into the kernel, that's fine. The "unable to allocate IRQ" looks like a problem… https://lists.freebsd.org/pipermail/freebsd-stable/2015-February/081757.html