Date: Tue, 18 Dec 2012 08:35:44 +0100 From: David Demelier <demelier.david@gmail.com> To: Zoran Kolic <zkolic@sbb.rs> Cc: freebsd-stable@freebsd.org Subject: Re: thinkpad and synaptics Message-ID: <CAO%2BPfDfFUL7C9x8o4PpC41xcmzbzQjEbAL5D02WUxDZFX=9L%2Bg@mail.gmail.com> In-Reply-To: <20121217172902.GA1017@mycenae.sbb.rs> References: <20121217172902.GA1017@mycenae.sbb.rs>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <zkolic@sbb.rs> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAO%2BPfDfFUL7C9x8o4PpC41xcmzbzQjEbAL5D02WUxDZFX=9L%2Bg>