mouse and trackpad settings missing

Bug #1489697 reported by Matthew Kennedy
26
This bug affects 4 people
Affects Status Importance Assigned to Milestone
Ubuntu GNOME
Confirmed
Undecided
Unassigned

Bug Description

The settings window for Mouse & Touchpad is missing the section for Tap-to-click and Natural Scroll. It used to be there in 15.04 but isn't in 15.10. Also things like palm detection aren't working.

Revision history for this message
Matthew Kennedy (lispnik) wrote :
Revision history for this message
Matthew Kennedy (lispnik) wrote :
Revision history for this message
Matthew Kennedy (lispnik) wrote :
Revision history for this message
Matthew Kennedy (lispnik) wrote :
Revision history for this message
Matthew Kennedy (lispnik) wrote :
Revision history for this message
SB (sir-beafy) wrote :

I'm also having this. Is there any work around for this? Not having natural scrolling is very bothersome.

Revision history for this message
SB (sir-beafy) wrote :

I found the workaround for getting natural scrolling, it probably works with all other options aswell. Here it is:

1. Edit file /etc/X11/xorg.conf.d/50-synaptics.conf (create file and directory if necessary)
2. Add the following
Section "InputClass"
     Identifier "touchpad catchall"
     Driver "synaptics"
     MatchIsTouchpad "on"
     MatchDevicePath "/dev/input/event*"
 Option "VertScrollDelta" "-111"
     Option "HorizScrollDelta" "-111"
EndSection
3. Run dconf-editor to change org>gnome>settings-daemon>plugins>mouse>active to false
3.1 (Alternatively use cmd "gsettings set org.gnome.settings-daemon.plugins.mouse active false")
4. Reboot and enjoy

Source: German ubuntuusers wiki https://wiki.ubuntuusers.de/Touchpad/

Revision history for this message
SB (sir-beafy) wrote :

Edit: Also add option ' Option "HorizEdgeScroll" "1" ' to above mention, to enable horizontal scrolling if desired.

Revision history for this message
SB (sir-beafy) wrote :

Same problem in Ubuntu Gnome 16.04 Beta 1

Changed in ubuntu-gnome:
status: New → Confirmed
Revision history for this message
Bob Merhebi (bobmerhebi) wrote :

Another bug report has been marked as a duplicate of this bug: https://bugs.launchpad.net/ubuntu-gnome/+bug/1710600

It has screenshots comparing Ubuntu Gnome 16.04 and 17.04. In the latter it seems to have been fixed.
Will it be fixed for 16.04?

Revision history for this message
Bob Merhebi (bobmerhebi) wrote :

Another relevant issue is one cannot scroll through a page while test is highlighted and button is held. One should be able to scroll to select further text before releasing the button.

Revision history for this message
Bob Merhebi (bobmerhebi) wrote :

Solution for missing options:

sudo apt-get install xserver-xorg-input-libinput

Logout & log in

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.