How to Fix Touchpad Tap to Click Problem via Xorg Config on Ubuntu
Problem Touchpad tap-to-click was not working when i first installed Ubuntu linux. I will show you how to fix this problem. Check input devices One way to check which devices are managed by libinput is the xorg logfile. To view the devices, run the follwing command: grep -e "Using input driver 'libinput'" /var/log/xorg.conf.d/Xorg.0.log [ 181.523] (II) Using input driver 'libinput' for 'Video Bus' [ 181.604] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C' [ 181....