From owner-freebsd-mobile@FreeBSD.ORG Mon Jun 16 23:21:57 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 51618D2F for ; Mon, 16 Jun 2014 23:21:57 +0000 (UTC) Received: from mail-qa0-x233.google.com (mail-qa0-x233.google.com [IPv6:2607:f8b0:400d:c00::233]) (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 129872A0D for ; Mon, 16 Jun 2014 23:21:57 +0000 (UTC) Received: by mail-qa0-f51.google.com with SMTP id j7so7025084qaq.38 for ; Mon, 16 Jun 2014 16:21:56 -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=kbT2UAxkej9KKL6RCHGKI79W0dfMUkrwlWtLJ9LagIk=; b=B8+Et9aXX2BfyP5qnFrcMZ79wmAgZ2WCkDxEkMylvWXC/vkyK4NDGC7CXgPV/VZWf8 9VvvmUIKMz5//FS8bnANWb7praUTo3dHexzrlMHSbBl3D2HZFx6JCdEN4W4pebuZJGUU re+ajyjKVqPi5tHw51fDpnGgwYYEZzjGN92Va67fi+QyIItOPZpxJ9tCNGceXkjkSfVT ajgRzMLz23s0fudCfWEPgtM1CtGa6sxUE7OuvmVCzo7TfT1rW1pDdywBVsQKFMv4lPRB olEb3kmPwZwZR8ocqJfMTI87WZLYrbhZv9l0JJalshefKoCqS86cmHoLxZT5DT5whRNC HliQ== MIME-Version: 1.0 X-Received: by 10.140.104.66 with SMTP id z60mr28936404qge.21.1402960916241; Mon, 16 Jun 2014 16:21:56 -0700 (PDT) Received: by 10.96.12.166 with HTTP; Mon, 16 Jun 2014 16:21:56 -0700 (PDT) In-Reply-To: <58DCAA2E-44DA-48F3-87B3-366301F55138@metricspace.net> References: <539DA73B.7050709@metricspace.net> <1402931204.35984.YahooMailNeo@web140703.mail.bf1.yahoo.com> <58DCAA2E-44DA-48F3-87B3-366301F55138@metricspace.net> Date: Tue, 17 Jun 2014 01:21:56 +0200 Message-ID: Subject: Re: Lenovo W540 so far From: Ivan Rokotov To: Eric McCorkle Content-Type: text/plain; charset=UTF-8 Cc: Anthony Jenkins , "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: Mon, 16 Jun 2014 23:21:57 -0000 2014-06-16 21:41 GMT+02:00 Eric McCorkle : > There's no virtual scrolling though. Has that been added to the driver yet, > or am I missing some config items? Eric, what do you mean by virtual scrolling? In my case, two-finger scrolling and edge scrolling are working (both horizontal and vertical). Option "VertEdgeScroll" "on" Option "HorizEdgeScroll" "on" Option "VertTwoFingerScroll" "1" Option "HorizTwoFingerScroll" "1" Option "VertScrollDelta" "-50" Option "HorizScrollDelta" "-60" (minus is for mac-style 'natural scrolling'). Or you mean something else? Ivan