Touchpad access in Linux
Posted
by Mike Hordecki
on Stack Overflow
See other posts from Stack Overflow
or by Mike Hordecki
Published on 2010-03-11T20:42:37Z
Indexed on
2010/03/11
20:44 UTC
Read the original article
Hit count: 180
Hi!
The problem is: How to access x,y,z coordinates of my touchpad?
Now that SHMConfig is disabled by default, I've found out that, in order to do it, I need to access a file from /dev/input/. Those files are, sadly, readable by root only. Is there any way to access the touchpad while in user-mode?
© Stack Overflow or respective owner