2

I have quite a strange problem.

My sister upgraded her Lubuntu yesterday to 14.04 and everything went alright. After some reboots though (she said she hadn't done anything except for messing with the look and feel settings) the tap-to-click on the touchpad suddenly stopped working. Scrolling works alright.

What I've done:

  1. Checked the mouse options. Everything was fine.
  2. Logged in as guest. Tap-to-click worked just fine.
  3. Put in the line Option "TapButton1" "1" into the inputclass section of 50-synaptics.conf. After rebooting/logging out nothing has changed.
  4. Tried synclient tapbutton1=1. That works in the current session.
  5. Put in the xorg.conf folder a new configuration file.

Still, I wasn't able to fix the problem permanently. I couldn't find any other solutions apart from the one described in 3.

I would be really thankful for any suggestions :)

Adaephon
  • 5,061
Dia X
  • 21

5 Answers5

1

Yesterday i had exactly the same problem, i also tried everything you listed here and nothing worked and i also tried to change the mouse options through the System Settings menu.

But today i connected my mouse to my laptop and he was also not working well, so then again i open the System Settings menu and gone to Mouse & Touchpad and in general changed the Primary Button to the Right and then to the Left again. And awkwardly this worked, now my touchpad and external mouse are working just fine.

I don't know if this will solve your problem, because like i said is an awkward solution/process for an awkward problem...

SrBla
  • 11
1

Since you found a command that works in the current session synclient tapbutton1=1

Add that command to /etc/rc.local and it should execute each time you re-boot.

0

Anyone new comer might want to follow this answer: https://askubuntu.com/a/971519/905106 In my case installing both libinput and synaptic worked. There might come a time when you happen to remove any of the above package and your touchpad or Keybord stops working , so then you need to go root shell in recovery from grub menu, then install those packages. Make sure your network cable/usb thethering is plugged in beforhand.

Hacke
  • 428
  • 1
  • 4
  • 13
-1

Had a similar issue. This is the way I solved it.

Go to System settings.

Go to Mouse and Touchpad.

Under Touchpad options, enable Tap to click checkbox.

This is how it looks like.

-3

Had the same problem after upgrading to ubuntu 14.04 (xubuntu actually). I've installed a touchpad utility from synaptic package manager. Upon opening it the tap to click option had been disabled, I've enabled it and it now works.

Blk
  • 1