Synclient and Persistance

Issues related to applications and software problems
Post Reply
Stryke_the_Orc
Posts: 2
Joined: 2015/01/12 17:43:57

Synclient and Persistance

Post by Stryke_the_Orc » 2015/01/12 17:52:50

Hello everyone.

I'm sorry if this has been asked/answered or is in the wrong place, search doesn't appear to be working for me at the moment. Mods, feel free to move/close as needed.
I'm having some trouble with my synaptics touchpad, the vertical scrolling doesn't persist through reboot. I've used the

Code: Select all

synclient VertEdgeScroll=1
command to enable it, added this line to the /usr/share/X11/xorg.conf.d/50-synaptics.conf file, also tried adding it to the .bashrc and .bash_profile files, yet nothing allows it to persist through reboots. Any help would be greatly appreciated.

Thank you!

User avatar
TrevorH
Site Admin
Posts: 33220
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Synclient and Persistance

Post by TrevorH » 2015/01/13 13:51:31

If you're editing /usr/share/X11/xorg.conf.d/50-synaptics.conf then you need to be adding a line into the first stanza that contains Driver "synaptics" of the format:

Code: Select all

        Option "FingerLow" "0"
So in your case that would be Option "VertEdgeScroll" "1"
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Stryke_the_Orc
Posts: 2
Joined: 2015/01/12 17:43:57

Re: Synclient and Persistance

Post by Stryke_the_Orc » 2015/01/17 05:36:57

Thank you kind sir!

Post Reply