iberianpig / xSwipe

Multitouch gestures with synaptics driver on X11, Linux
451 stars 56 forks source link

Can't access shared memory area. SHMConfig disabled? #1

Closed bajubullet closed 11 years ago

bajubullet commented 11 years ago

Its saying Can't access shared memory area. SHMConfig disabled? when i try perl xSwipe.pl

iberianpig commented 11 years ago

Did you install X11::GUITest and edit 50-synaptics.conf?

This is an excerpt from README. Please check it.

1.Install X11::GUITest To install libx11-guitest-perl from synaptic package manager Or run the script on the terminal run as sudo apt-get install libx11-guitest-perl

2.Enable SHMConfig Open /etc/X11/xorg.conf.d/50-synaptics.conf with your favorite text editor and edit it to enable SHMConfig You will need to create the /etc/X11/xorg.conf.d/ directory and create 50-synaptics.conf (if it doesn't exist yet) ....

If you have tried them, you perhaps should install Perl modules from CPAN X11::GUITEST and Time::HiRes.