From owner-freebsd-x11@freebsd.org Tue Jan 9 09:47:07 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 B8600E7243C for ; Tue, 9 Jan 2018 09:47:07 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 9064F73DF6 for ; Tue, 9 Jan 2018 09:47:07 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 8FB5CE7243A; Tue, 9 Jan 2018 09:47:07 +0000 (UTC) Delivered-To: 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 8F51CE72439 for ; Tue, 9 Jan 2018 09:47:07 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-qt0-x22a.google.com (mail-qt0-x22a.google.com [IPv6:2607:f8b0:400d:c0d::22a]) (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 4478D73DF5 for ; Tue, 9 Jan 2018 09:47:07 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: by mail-qt0-x22a.google.com with SMTP id i40so17057462qti.8 for ; Tue, 09 Jan 2018 01:47:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=gWS2xA4sP5bJI+GtajnuDQH3bq5D0qTbbMR1o15TPgk=; b=dzIcBivMZ9NBv5h7yBwRJOUuu5rnaIjp2upBsYIZBkEMrVe80hOrDk9r+J75eiDePG iWugtzGqwmFT+MXbisUnyQ1IwWdHhKWS2QkDwoR50bovWqptKUNjmm100+hiXh5tYQt1 vECM7t0Gyi/k6Cl04tcI9CIrjICT6GIYl6+SSPf+bJyvU+tKM+OLXzvdmZxEBVVaIOXM opol3WFlL+c1zagY2WHlSI60EnbprAbQTuJiR3Z9XthB0wSRqIHrvFtfjdZNPmSWOHXt 9kpzFxgobJ09xs4KMfwUYSvYkXLq45ogJ4VE7vOHlTmZunQYNghkNy2z1vB+sSbAzz05 K3Jw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=gWS2xA4sP5bJI+GtajnuDQH3bq5D0qTbbMR1o15TPgk=; b=NZ18/7kb4LU8XwYgB1w6kZmoSR87wyNmHMHr26kSnJKkBeg40CxYejw6WmQQWMnXqB Dc0nwSDGcdNEP2B7gDFOnGQZd5r99mQL3vVKHCN/AgvDawX9Mer/DGLL11jp9X9FJL35 sFaREHuEQ/53ZnC13KNI95hf33XWwpyGuN41ja9Uz10mu9oRQxM1/2RVtjbN7X0svjGN An5rl1VpGQ4qNohJQefQekzp1/+TQWKwQxYgB+r0ipVpN6O0okARpwA7ukiEZQHldxtB EOei4f5AhRWZbWtEXaWQrlDNfrHNRO6IbFd+OFW8rkoEVGEuCNC94qpHank895+EI4Ev 76nA== X-Gm-Message-State: AKwxyte9jcawtRoV3ItChRKI/M8fj55HMWnalsh4yBUmoQ2UBjyYlm69 ki3l693ge2rfOqXPCnjxUMj+789exulqAvQL64s= X-Google-Smtp-Source: ACJfBotYikqS1oIKSSgRSSSRDkAxxZRBWAASzB0lDM3XAFWsazhoPMGy6Yx+vSCOhbZneNNPXZ31QYOL9s9t/A2ypJc= X-Received: by 10.200.15.83 with SMTP id l19mr20166499qtk.319.1515491226285; Tue, 09 Jan 2018 01:47:06 -0800 (PST) MIME-Version: 1.0 Received: by 10.55.25.213 with HTTP; Tue, 9 Jan 2018 01:47:05 -0800 (PST) In-Reply-To: <20180108224736.0b25321e@bsd64.grem.de> References: <20171230155857.3ba51994@bsd64.grem.de> <97dc9da5-30f6-0c8d-a3f9-662469974bb2@freebsd.org> <8f19b64f-255f-fd14-7b47-dfd149c76e12@unrelenting.technology> <2575bfb8-555b-6f14-8d7d-053851e3e574@unrelenting.technology> <433bde69-3134-5a07-a613-37380cd03547@gmail.com> <20180108224736.0b25321e@bsd64.grem.de> From: =?UTF-8?Q?Ren=C3=A9_Ladan?= Date: Tue, 9 Jan 2018 10:47:05 +0100 Message-ID: Subject: Re: Running FreeBSD on the Lenovo Thinkpad T470s (success) To: Michael Gmelin , "freebsd-x11@freebsd.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 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: Tue, 09 Jan 2018 09:47:07 -0000 2018-01-08 22:47 GMT+01:00 Michael Gmelin : > > > On Mon, 8 Jan 2018 22:38:55 +0100 > Ren=C3=A9 Ladan wrote: > > > On 08-01-2018 22:08, Greg V wrote: > > > > > > On 01/09/2018 00:02, Ren=C3=A9 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=C3=A9 Ladan wrot= e: > > >>>>> > > >>>>>> 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=3D222609 > > >>> 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=E2=80=A6 > > > > > > https://lists.freebsd.org/pipermail/freebsd-stable/2015- > February/081757.html > > > > > Hmm, indeed. > > > > After applying the xorg-server patches correctly the touchpad still > > does not work (unplugging the mouse makes no difference). > > > > From /var/log/Xorg.0.log : > > [ 10976.795] (II) config/udev: Adding input device System mouse > > (/dev/input/event0) > > [ 10976.795] (**) System mouse: Applying InputClass "evdev pointer > > catchall" [ 10976.795] (**) System mouse: Applying InputClass > > "libinput pointer catchall" > > [ 10976.795] (II) LoadModule: "libinput" > > [ 10976.795] (II) > > Loading /usr/local/lib/xorg/modules/input/libinput_drv.so > > [ 10977.222] (II) Module libinput: vendor=3D"X.Org > > Foundation" [ 10977.222] compiled for 1.18.4, module version =3D > > 0.25.0 [ 10977.222] Module class: X.Org XInput Driver > > [ 10977.222] ABI class: X.Org XInput driver, version 22.1 > > [ 10977.222] (II) Using input driver 'libinput' for 'System > > mouse' [ 10977.222] (**) System mouse: always reports core events > > [ 10977.222] (**) Option "Device" "/dev/input/event0" [ 10977.223] > > (**) Option "_source" "server/udev" [ 10977.223] (II) input device > > 'System mouse', /dev/input/event0 is tagged by udev as: Mouse > > [ 10977.223] (II) input device 'System mouse', /dev/input/event0 is a > > pointer caps > > [ 10977.223] (**) Option "config_info" "udev:/dev/input/event0" > > [ 10977.223] (II) XINPUT: Adding extended input device "System mouse" > > (type: MOUSE, id 6) > > [ 10977.223] (**) Option "AccelerationScheme" "none" > > [ 10977.223] (**) System mouse: (accel) selected scheme none/0 > > [ 10977.223] (**) System mouse: (accel) acceleration factor: 2.000 > > [ 10977.223] (**) System mouse: (accel) acceleration threshold: 4 > > [ 10977.224] (II) input device 'System mouse', /dev/input/event0 is > > tagged by udev as: Mouse > > [ 10977.224] (II) input device 'System mouse', /dev/input/event0 is a > > pointer caps > > > > So if I understand correctly X sees the device but cannot talk to it? > > > > Did you do all the other checks outlined in my previous email and also > check the output of bin/evemu-record? Is this actually a synaptics > touchpad? Do you have any xorg configuration in place (besides > configuring the input class you shouldn't need any). > > I only have the two xorg configuration files from your blog. Not super-su= re if it is a synaptics touchpad though, nothing in verbose dmesg about touchpads. -m > > p.s. Just to repeat: > # sysctl kern.features.evdev_support > kern.features.evdev_support: 1 > yes > # sysctl kern.evdev.rcpt_mask > kern.evdev.rcpt_mask: 12 > yes > # pkg info -R xorg-server | grep UDEV > UDEV =3D "on"; > yes > #sysctl hw.psm.synaptics_support > sysctl hw.psm.synaptics_support: 1 > yes > > -- > Michael Gmelin > --=20 https://rene-ladan.nl/