You are not logged in.
Pages: 1
Hi, I have installed ASCII 2.0, LXQT desktop environment: there is not a touchpad enabled. I have downloaded xorg synaptic drivers but in gui preferences there is only mouse option and not touchpad. Is there a solution? Thanks
Last edited by kigen (2019-07-03 19:48:55)
Offline
I think the root cause of this is the use of libinput, as opposed to synaptics. Here is some info from Ubuntu:
https://askubuntu.com/questions/1031940 … untu-18-04
Sounds like you already installed xserver-xorg-input-synaptics, as they suggest. I think you have to adjust the touchpad via synaptics/xorg conf files, as I dont believe LXQT Keyboard and Mouse provide a gui for touchpad.
Offline
@OP: do you have xserver-xorg-input-evdev installed?
What does this say
synclient
Check the TouchPadOff value.
Also check
xinput --list
And use this for the touchpad device ID:
xinput --list-props $ID
For configuration copy the template file from /usr/share/X11/xorg.conf.d/70-synaptics.conf to /etc/X11/xorg.conf.d/70-synaptics.conf and add the desired options as per synaptics(4).
Brianna Ghey — Rest In Power
Offline
Now it works after typing this on terminal: synclient TapButton1=1 TapButton2=3 TapButton3=2
thanks all
Offline
Pages: 1