thinkpad and synaptics

David Demelier demelier.david at gmail.com
Tue Dec 18 07:35:46 UTC 2012


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 at 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org"
>



-- 
Demelier David


More information about the freebsd-stable mailing list