Hello, The trackpad driver works pretty well but is there a way to customize the gestures? i've been reading in other forums and there are some ways to edit the gestures using touchegg or ginn, but when I try to change them nothing happens.
I try to edit Ginn by changing the /etc/ginn/wishes.xml is there something else I should do?
When executing the script it fails because the SHMConfig is not enabled, don't know how to do it. And the cursor disappears, I had to restart to solve it
# Example xorg.conf.d snippet that assigns the touchpad driver # to all touchpads. See xorg.conf.d(5) for more information on # InputClass. # DO NOT EDIT THIS FILE, your distribution will likely overwrite # it when updating. Copy (and rename) this file into # /etc/X11/xorg.conf.d first. # Additional options may be added in the form of # Option "OptionName" "value" # Section "InputClass" Identifier "touchpad catchall" Driver "synaptics" MatchIsTouchpad "on" # This option is recommend on all Linux systems using evdev, but cannot be # enabled by default. See the following link for details: # http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html MatchDevicePath "/dev/input/event*" Option "SHMConfig" "on" EndSection
iberianpig
16 Posts
4660
0
Posted October 10th, 2012 09:00
Hi, I created Linuxs' multitouch script, xSwipe. This script make your linux PC be able to recognize
some swipes like a macbook.You can change setting for swipe by "eventKey.cfg".
Now, I'm testing this program for XPS13.
Could you please try to use this program and give me a feedback?
github.com/.../xSwipe