slackbuilds_ponce/libraries/libgaminggear
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
90-uinput.rules
libgaminggear.info
libgaminggear.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
README
slack-desc

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