Monday, April 16, 2012

Fedora 16 : Enable touchpad in GDM on Acer Aspire 5742

# vim /etc/X11/xorg.conf.d/00-enable-touch-gdm.conf

Section "InputClass"
       Identifier "tap-by-default"
       MatchIsTouchpad "on"
       Option "TapButton1" "1"
EndSection