Difference between pages "Package:Synaptics" and "Funtoo Linux Installation"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m (grammar double doh!!)
 
(Redirected page to Install)
 
Line 1: Line 1:
{{Ebuild
#REDIRECT [[Install]]
|Summary=Driver for Synaptics touchpads
|CatPkg=x11-drivers/xf86-input-synaptics
|Homepage=http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/
}}
Synaptics is the driver for laptop touchpad mice.
 
{{File|name=/etc/portage/[[make.conf]]|lang=|body=
INPUT_DEVICES="synaptics evdev"}}
 
Your system should have a {{f|/etc/X11/xorg.conf.d}} directory.
If there isn't one create it:
{{console|body=
###i## mkdir /etc/X11/xorg.conf.d
}}
 
{{File|name=/etc/X11/xorg.conf.d/50-synaptics.conf|lang=|body=
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
}}
 
{{PageNeedsUpdates}}
{{EbuildFooter}}

Latest revision as of 06:07, January 12, 2015

Redirect to: