From owner-freebsd-doc@FreeBSD.ORG Wed Dec 19 04:44:39 2012 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 924E5F91 for ; Wed, 19 Dec 2012 04:44:39 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-lb0-f176.google.com (mail-lb0-f176.google.com [209.85.217.176]) by mx1.freebsd.org (Postfix) with ESMTP id 082208FC15 for ; Wed, 19 Dec 2012 04:44:38 +0000 (UTC) Received: by mail-lb0-f176.google.com with SMTP id k6so1382414lbo.35 for ; Tue, 18 Dec 2012 20:44:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=Ey2WohTdwbGx1mpQM2n741/nc8U8q3Fv56NTzNMCOMI=; b=ViFgw3NbzDHsz9/gTpSzOzZZj7qZTbSFqRY452Ha7Iu/pKkabIKMT8om/4VzmDayyH LO4Pot3RVtRItSGNAQsgEiRwbQ4vXNVZ2PK098itbzqPjLmQyFORq0YWEGB9/0j5oVxd 94jxPwqVcS0/vJHWVOm9bg7NFT6R89/BWEPWI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:x-gm-message-state; bh=Ey2WohTdwbGx1mpQM2n741/nc8U8q3Fv56NTzNMCOMI=; b=MDov0nMPhwYbATBmyFitpgTIRdpTZ9cGW+b3+aKtjZtdG2sAt4U3/OExT0tO1pbovD 1f/8pPhn0eoSJJOE2acN5T/K1HQYZjo2Aio9yPC8L/8MoALEGLDGJmYnj9WY0EVl5+2I 8XWDfZl+iyVVUIauKiLWeGJzAH/1nh5gXeC1QTwm5T3nmK0vSZfP7cwupVw2c9TOS6G6 A6ZpQsdlRlXeCM9btmnAZ3TOXuyfpx4jpkErpdT8LrGQbJGYMkcpcedfw5jIogWtZ0Mp bONjRSd4WPMLLbNmuJWbWNSOJwJDncPsNEqo82PweV1t7DXjUZ6pfNacNXuwgN112lAd OT/A== Received: by 10.112.25.198 with SMTP id e6mr1843579lbg.63.1355892272400; Tue, 18 Dec 2012 20:44:32 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.162.100 with HTTP; Tue, 18 Dec 2012 20:44:02 -0800 (PST) In-Reply-To: References: <20121217172902.GA1017@mycenae.sbb.rs> From: Eitan Adler Date: Tue, 18 Dec 2012 23:44:02 -0500 Message-ID: Subject: Fwd: thinkpad and synaptics To: freebsd-doc@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkbugp8cA4u1+/dYPwQexaZicF9EgJQlJzRZ3jZXu2sSDpMRPJuhXXpwRy5WpT7P2swM54d X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2012 04:44:39 -0000 Someone want to turn this into an FAQ patch? ---------- Forwarded message ---------- From: David Demelier Date: 18 December 2012 02:35 Subject: Re: thinkpad and synaptics To: Zoran Kolic Cc: freebsd-stable@freebsd.org If you plan to use the Xorg synaptics driver you *must* remove moused_enable from rc.conf, Xorg can't use the synaptics mouse if the moused already sits on the /dev/psm0 device. This is not really well documented, tough. I've sent a PR to document pkg-message for xf85-input-synaptics but it has never been checked, http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148591 See the documentation in the patch.txt, it should works. Regards 2012/12/17 Zoran Kolic ... > >In rc.conf: > > > > moused_enable="YES" > > > >in loader.conf: > > > > hw.psm.synaptics_support="1" > > OK. I know it is writen zillion times and it still does not > work for me. It is thinkpad e320, amd64, 9.1, kms. I had a > lot of problems regarding fonts and non working vertical > scroll on the pad. What I did: > put synaptics_support > run moused > changed xorg.conf in a million ways > This xorg.conf is similar to mine. I also have psm0 in /dev/ > spite I have no loader.conf option right now. I assume that > installing xf86 synaptics did the job. Simply, it does not > scroll, with this configuration. > I might need to rest a day or two, to sleep and to read more. > Best regards and, once more, thanks all for help. > > Zoran > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > -- Demelier David _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" -- Eitan Adler