Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

invert mouse left right scroll in ubuntu 18.04

I had this problem for a long time. I recently updated
to Ubuntu 19.10 and it was still there, so I poked around
again for solutions. It appears that this is due to having 
the (apparently obsolete) "synaptics" input driver installed 
either instead of or in addition to the "libinput" driver.
To correct this, run these two commands:

sudo apt install xserver-xorg-input-libinput

sudo apt remove xserver-xorg-input-synaptics
Comment

PREVIOUS NEXT
Code Example
Shell :: inpm install 
Shell :: how to install app from android phone programmatically 
Shell :: initramfs ubuntu 20.04 
Shell :: install OMV core packages on Debian 
Shell :: We need to generate a lot of random bytes. It is a good idea to perform some other action 
Shell :: find files changed in github actions 
Shell :: pcmanfm resycle bin 
Shell :: build pdf from tex file linux 
Shell :: cut command in unix set diameter 
Shell :: brew help 
Shell :: copy paste keys vim 
Shell :: How to zero pad numbers in file names in Bash? 
Shell :: how to make a text in batch 
Shell :: switch directory when activating environment 
Shell :: how to take a screenshot on ubuntu 
Shell :: add a colored code section in gitlab review 
Shell :: shell script call another script with parameters 
Shell :: Ubuntu Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 15551 (apt) 
Shell :: remove detached disk from raid array linux 
Shell :: This script uses variables to make a backup of my home directory. 
Shell :: change git to github 
Shell :: sed prepend to all files 
Shell :: tapping home-brew/core 
Shell :: regex log level info or warn or erro 
Shell :: unrar into directory 
Shell :: rust kill command 
Shell :: macos dd sd card 
Shell :: kill process running on port 80 
Shell :: change github 
Shell :: github pull request template 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =