From owner-freebsd-stable@FreeBSD.ORG Tue Dec 18 07:35:46 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 043816D2 for ; Tue, 18 Dec 2012 07:35:46 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-pa0-f46.google.com (mail-pa0-f46.google.com [209.85.220.46]) by mx1.freebsd.org (Postfix) with ESMTP id C4A908FC0A for ; Tue, 18 Dec 2012 07:35:45 +0000 (UTC) Received: by mail-pa0-f46.google.com with SMTP id bh2so324948pad.5 for ; Mon, 17 Dec 2012 23:35:45 -0800 (PST) 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=D03d6jFJHQ/dnnrtpsx5MANPy15ZXAdIAd14YSoGQHc=; b=KU/zgVv6LNQN0VETTWktCiVX7pF25b3QxofrmGeyc2+qRWRywRSiL4GSEXWfCeWGtG LB9Bn0f1I8TpXin8JqyYZjlDgefKEIwElJpwGXQIbEmtbLGRgcDEFstxzWsWgta093Kb OxWuL2U4HjktbQl7wObXLOWxSGZSj1P8GDzcJOjMfRjREou8MJisGb0sYSmJXxJStllu ZvsslCazwena2GIqrkMKDKd23DMHt1SU64ELzgniYCZTAjQn7KxWqi/uEHFV2eEhCsqn lGw54hWoBu61aHsLVbdH+8pSt2DbGQKPsQSerpk54AtNYYjDkwClPIdnjOL9hEVRpGxC mD8w== MIME-Version: 1.0 Received: by 10.68.252.228 with SMTP id zv4mr3840446pbc.134.1355816145170; Mon, 17 Dec 2012 23:35:45 -0800 (PST) Received: by 10.66.80.36 with HTTP; Mon, 17 Dec 2012 23:35:44 -0800 (PST) In-Reply-To: <20121217172902.GA1017@mycenae.sbb.rs> References: <20121217172902.GA1017@mycenae.sbb.rs> Date: Tue, 18 Dec 2012 08:35:44 +0100 Message-ID: Subject: Re: thinkpad and synaptics From: David Demelier To: Zoran Kolic Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2012 07:35:46 -0000 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 > As first, thanks for answer. > > > Section "ServerLayout" > > Identifier "X.org Configured" > > Screen 0 "Screen0" 0 0 > > InputDevice "Mouse0" "CorePointer" > > InputDevice "Keyboard0" "CoreKeyboard" > > Option "AutoAddDevices" "Off" > > EndSection > > > > [...] > > > > Section "InputDevice" > > Identifier "Mouse0" > > Driver "mouse" > > Option "Protocol" "auto" > > Option "Device" "/dev/sysmouse" > > Option "ZAxisMapping" "4 5 6 7" > > EndSection > > > >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