slackbuilds/libraries/libgaminggear
Gerardo Zamudio 262a0b6a53 libraries/libgaminggear: Updated for version 0.15.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-11-16 06:41:38 +07:00
..
90-uinput.rules
README
libgaminggear.SlackBuild libraries/libgaminggear: Updated for version 0.15.0. 2016-11-16 06:41:38 +07:00
libgaminggear.info libraries/libgaminggear: Updated for version 0.15.0. 2016-11-16 06:41:38 +07:00
slack-desc

README

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