Fedora 19 and Dell E4300 issues
Recently I’ve installed Fedora 19 on my Dell E4300 laptop. There are some issues with this setup and I will try to reseolve them in this post:
- scrolling on touchpad doesn’t work
Just paste it in command line:
gsettings set org.gnome.settings-daemon.peripherals.touchpad scroll-method 'edge-scrolling'
After that You should be able to scroll on Your touchpad, however I noticed that scrolling is inverted. So here is next issue:
- scrolling on touchpad is inverted
Paste it in command line:
gsettings set org.gnome.settings-daemon.peripherals.touchpad natural-scroll 'false'
I will update this post with issues I will find, so stay tuned.
I found a few ways to “fix” this issue prior to finding this post and they were all temporary – this however is not, so a big “thank you” is in order! Thanks!