As for the TOUCHPAD, it would seem that UP4 resets the the synaptic.conf to the 'bad' default to fix.
terminal
- Code: Select all
sudo nano /usr/share/X11/xorg.conf.d/50-synaptics.conf
then erase all content and replace it with:
- Code: Select all
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "VertEdgeScroll" "1"
EndSection
Should fix the problem, when UP3 was release I had to do the same step over again. Think of it as re-learning something that may have been forgoten.














