slackbuilds/libraries/libgaminggear
Heinz Wiesinger fd9245fe0a All: Change SlackBuild shebang to /bin/bash
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-04 12:49:49 +02:00
..
90-uinput.rules
README libraries/libgaminggear: Clarified option to use custom group 2019-10-19 23:15:16 +07:00
libgaminggear.SlackBuild All: Change SlackBuild shebang to /bin/bash 2021-07-04 12:49:49 +02:00
libgaminggear.info libraries/libgaminggear: Updated for version 0.15.1 2017-06-24 08:33:05 +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. The default is uinput-users but you 
can specify a different group before running the script:

GROUP="groupname" ./libgaminggear.SlackBuild

You will need to create the group

    # groupadd -r -g 317 $GROUP

and add all needed users to this group

    # usermod -a -G $GROUP $USER