On Sat, Mar 23, 2013 at 6:58 PM, Peter Gueckel <pgueckel@xxxxxxxxx> wrote: > I just plugged in my brand new Logitech Wireless T650 touchpad. > > The cursor moves, but I am unable to get any other response: no > tapping, etc. > > I have the xorg synaptics driver and kcm_touchpad installed, but it > is greyed out and there is no way for me to activate it. > > How do I do this? First, find out what does synclient report? $ synclient Look at FastTaps, TapButton1, 2 and 3. If any of them are zero, set them: $ synclient FastTaps=1 TapButton1=1 TapButton2=2 TapButton3=3 and see if tapping works. If so, you can add it to /etc/X11/xorg.conf.d/10-touchpad.conf $ cat /etc/X11/xorg.conf.d/10-touchpad.conf # See: # http://fedoraproject.org/wiki/Input_device_configuration # https://wiki.archlinux.org/index.php/Touchpad_Synaptics/10-synaptics.conf_example # Use # synclient -l # to see all current options Section "InputClass" Identifier "tap-by-default" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Option "TapButton1" "1" Option "TapButton2" "2" Option "TapButton3" "3" Option "FastTaps" "on" EndSection > > -- > users mailing list > users@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe or change subscription options: > https://admin.fedoraproject.org/mailman/listinfo/users > Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines > Have a question? Ask away: http://ask.fedoraproject.org -- Dale Dellutri -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org