Package:Synaptics

From Funtoo
Revision as of 09:49, January 11, 2015 by Threesixes (talk | contribs) (Created page with "{{Ebuild |Summary=Driver for Synaptics touchpads |CatPkg=x11-drivers/xf86-input-synaptics |Homepage=http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/ }} Synaptics...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Synaptics

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

Synaptics is the drive for laptop touchpad mice.

   /etc/portage/make.conf
INPUT_DEVICES="synaptics evdev"

Your system should have a /etc/X11/xorg.conf.d directory on your system. If there isn't one create it:

root # mkdir /etc/X11/xorg.conf.d
   /etc/X11/xorg.conf.d/50-synaptics.conf
Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        Option "VertEdgeScroll" "on"
        Option      "CircularScrolling"         "on"
        Option      "VertScrollDelta"          "-111"
        Option      "HorizScrollDelta"         "-111"
        Option      "TapButton1"       	          "1"
EndSection