From owner-freebsd-mobile@FreeBSD.ORG Thu Jun 19 15:20:54 2014 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 316C8339 for ; Thu, 19 Jun 2014 15:20:54 +0000 (UTC) Received: from mail-oa0-x22b.google.com (mail-oa0-x22b.google.com [IPv6:2607:f8b0:4003:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E80F22B92 for ; Thu, 19 Jun 2014 15:20:53 +0000 (UTC) Received: by mail-oa0-f43.google.com with SMTP id o6so5508274oag.16 for ; Thu, 19 Jun 2014 08:20:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=9exzHkQYxmSTWj4RcB3lR4y0fgqiJlmGit5TSH/gbGc=; b=E2uVnS+0FW4XjuqD8hOiSd9gTl8kLnkzkqyIdOpR6EZR+SDRU+3kKBtlK4Z6i9XWTO PQoX9Sp3K7ezA3g+5HM2526a1ITirluuC0elCAA+5+Pg+CLrlt2yuOgjMy/F4j037C/H wGNJrAUw8/CgU9+RxpGU5h69jk2Cn53yXJaeB3Szs6SxVEanS5OmlYvp4gScUWq4kDL2 7qPbunmG+j7qleclmQ7X4+WIVEVFyo5o+uQBmndTrazl7kf5w+X+uByJr3bVhVtZx4Qc LIddxlN89/5VzTx8UXJhjqUwQFoqP2wwwNTh1z3wnH/uHacbeYRrrpONLyyHlMu3WTEo juLg== MIME-Version: 1.0 X-Received: by 10.60.101.170 with SMTP id fh10mr5138794oeb.39.1403191253238; Thu, 19 Jun 2014 08:20:53 -0700 (PDT) Received: by 10.202.90.135 with HTTP; Thu, 19 Jun 2014 08:20:53 -0700 (PDT) In-Reply-To: <1403185649.28371.YahooMailNeo@web140703.mail.bf1.yahoo.com> References: <539DA73B.7050709@metricspace.net> <1402931204.35984.YahooMailNeo@web140703.mail.bf1.yahoo.com> <58DCAA2E-44DA-48F3-87B3-366301F55138@metricspace.net> <53A02532.60201@metricspace.net> <53A03BAF.3020807@yahoo.com> <53A080D3.2000207@yahoo.com> <53A23DAF.7030201@yahoo.com> <1403185649.28371.YahooMailNeo@web140703.mail.bf1.yahoo.com> Date: Thu, 19 Jun 2014 17:20:53 +0200 Message-ID: Subject: Re: [Patch] psm(4) ClickPad detection (was Re: Lenovo W540 so far) From: Ivan Rokotov To: Anthony Jenkins Content-Type: text/plain; charset=UTF-8 Cc: Eric McCorkle , "freebsd-mobile@freebsd.org" X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2014 15:20:54 -0000 2014-06-19 15:47 GMT+02:00 Anthony Jenkins : > The keyboard not working bugs me - you might try doing a 'make > buildworld/installworld' as per /usr/src/UPDATING (or just copy > /usr/src/sys/sys/mouse.h to /usr/include/sys/mouse.h) and rebuild > x11-drivers/xf86-input-{mouse|keyboard|synaptics}. Thank you, this was the problem. Sorry, I overlooked that I have to copy the new mouse.h to /usr/include/sys before rebuilding the synaptics driver. Now (with patched kernel and patched driver) I have everything as before: clickpad property is detected during boot, and working keyboard and touchpad in X (without real click possibility - as far as I understand, it's expected). So now I can move to the further tests. :) > Is your X server compiled with devd(8) support (experimental) or hald support? Default options: [x] AIGLX Compile with Accelerated Indirect GLX support [x] SUID Install the Xorg server with setuid bit set -------------------------------- CONF ------------------------------ (*) HAL Compile with HAL config support ( ) DEVD Use devd for autoconfiguration of input devices (experi) > I'll probably need your entire /var/log/Xorg.0.log to see why it's not working. > Can you kill your X server, then run So I guess it's not needed for now. I.