Linux Agora Forums  

Go Back   Linux Agora Forums > Open Source Discussion Topics > Howto Collection

Reply
 
Thread Tools Display Modes
  #1  
Old 03-07-2010, 03:50 PM
bluesdog's Avatar
bluesdog bluesdog is offline
Libranet Alumni
Senior Member
 
Join Date: Apr 2006
Location: The Sunny (hah!) Similkameen
Posts: 258
Default Touchpad Tap fix on Asus laptop w/ Debian Sid

OK, I know this is kind of specialized, but it may work on other machines, too.

Due to the recent update to xorg, gsynaptics was deprecated, and replaced by gpointing-device-settings, which is very nice, but didn't seem to enable tapping on my touchpad.

Modifying /etc/X11/xorg.conf did nothing, although I probably wasn't making the correct edits.

What did work was entering the commands,
Code:
synclient TapButton1=1
synclient TapButton2=2
synclient TapButton3=3
I wrote a simple bash script:
Code:
#!/bin/bash

synclient TapButton1=1
synclient TapButton2=2
synclient TapButton3=3
made it executable and saved it as ~/.kde/Autostart/tapping.sh
Reply With Quote
Reply

Tags
asus, laptop, tapping, touchpad, xorg

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 02:16 PM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.