Difference between pages "Template:OrganizationFooter" and "Package:Synaptics"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
(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...")
 
Line 1: Line 1:
<includeonly>
{{Ebuild
{{Tip|Are you part of a Funtoo-friendly organization? Register it on the Funtoo Linux Wiki to let our user community know about the services you offer!<br/>
|Summary=Driver for Synaptics touchpads
{{#forminput:form=Organization|query string=namespace=Organization|button text=Add organization}}
|CatPkg=x11-drivers/xf86-input-synaptics
|Homepage=http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/
}}
}}
</div><div class="col-xs-12 col-md-3">{{#vardefine:Geoloc|{{#show:{{FULLPAGENAME}}|?Geoloc|}}}}{{#if:{{#var:Geoloc|}}|{{
Synaptics is the drive for laptop touchpad mice.
#display_point:
 
coordinates={{#var:Geoloc}}
{{File|name=/etc/portage/[[make.conf]]|lang=|body=
| zoom=7
INPUT_DEVICES="synaptics evdev"}}
| width=100%
 
| height=350
Your system should have a {{f|/etc/X11/xorg.conf.d}} directory on your system.
}} <span style="font-size: 8pt;">{{#show: {{FULLPAGENAME}} | ?Location name}}</span>}}
If there isn't one create it:
__NOTOC__
{{console|body=
__NOEDITSECTION__
###i## mkdir /etc/X11/xorg.conf.d
__NOTITLE__
}}
</div></div></div>
 
[[Category:Organizations|{{PAGENAME}}]]</includeonly>
{{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}}

Revision as of 09:49, January 11, 2015

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