summaryrefslogtreecommitdiff
path: root/libraries/libgaminggear/README
diff options
context:
space:
mode:
authorGerardo Zamudio <gerardo.zamudio@linux.com>2015-12-19 06:46:11 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-12-19 07:23:16 +0700
commited6bd92037553d01f271077fa64c059587e04fa7 (patch)
tree97dbf0a7f82aa3ec0a28287a0ed22d1898c2b0ab /libraries/libgaminggear/README
parent0bfc057b257caaf71ed18a7e7794b09a08bedf62 (diff)
downloadslackbuilds-ed6bd92037553d01f271077fa64c059587e04fa7.tar.gz
libraries/libgaminggear: Added (Libraries for gaming input devices).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libgaminggear/README')
-rw-r--r--libraries/libgaminggear/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/libgaminggear/README b/libraries/libgaminggear/README
new file mode 100644
index 0000000000..9253e2a310
--- /dev/null
+++ b/libraries/libgaminggear/README
@@ -0,0 +1,12 @@
+Libgaminggear provides functions and widgets common for gaming input
+devices.
+
+For input events to work for users (needed for software macros and such)
+they need access rights for uinput or uhid. To use them as normal user
+you should create an extra group like
+
+ # groupadd -r -g 317 uinput-users
+
+and add all needed users to this group
+
+ # usermod -a -G uinput-users $USER