[SOLVED] Re: Touchpad problems

Jean Louis bugs at gnu.support
Wed Oct 28 03:11:30 PDT 2020


* Michael Neumann <mneumann at ntecs.de> [2020-10-28 11:26]:
> On Tue, Oct 27, 2020 at 10:38:31PM +0300, Jean Louis 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.
> 
> Try to enable moused (moused_enable=YES in rc.conf) and use device
> /dev/sysmouse instead for X.

Thank you!

I have put in /boot/loader.conf:

hw.psm.synaptics_support="1"
hw.psm.tap_enabled="1"

And in /etc/rc.conf:

moused_enable=YES

as it was my mistake to name it moused_enabled instead moused_enable

Now the touchpad works, tappin works too.

-- 
Jean Louis



More information about the Users mailing list