Touchpad problems
Max Herrgård
herrgard at gmail.com
Tue Oct 27 23:28:12 PDT 2020
Hi,
Try with moused on.
moused_enable=“YES” in rc.conf
and something like
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7”
EndSection
in xorg.conf (auto generated for me by X).
That together with hw.psm.synaptics_support=“1” in loader.conf makes it work for me.
Cheers,
Max
> On 27 Oct 2020, at 20:38, Jean Louis <bugs at gnu.support> wrote:
>
> Is there any way to configure touchpad that it works?
>
> I have enabled in /boot/loader.conf:
>
> hw.psm.synaptics_support="1"
>
> and in X like this:
>
> Section "InputDevice"
> Identifier "Touchpad0"
> Driver "synaptics"
> Option "Protocol" "psm"
> Option "Device" "/dev/psm0"
> EndSection
>
> and still touchpad is not working. First it worked and I had to move
> touchpad during X startup, then worked. If I did not touch it during X
> it did not wark when X was loaded.
>
> --
> Thanks,
> Jean Louis
>
More information about the Users
mailing list