You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/roccat-tools/files
root c314fd5246
Sync with portage [Sat Aug 14 19:58:14 MSK 2021].
3 years ago
..
README.gentoo
roccat-tools-5.9.0-cmake_lua_impl.patch
roccat-tools-5.9.0-fno-common.patch Sync with portage [Sat Aug 14 19:58:14 MSK 2021]. 3 years ago

README.gentoo

To allow users to use all features add them to the 'roccat' group

To allow udev to detect your device without reboot, run
# udevadm control --reload-rules && udevadm trigger --subsystem-match=usb
*************************
*** Upstream message: ***
*************************
* Some devices (Arvo, Kone) need uinput for some features. To use it as normal
* user you can either create an extra group like uinput-users and add yourself
* to this group (as described above) or reuse group roccat.
* Create a file like /etc/udev/rules.d/90-uinput.rules containing the line
* KERNEL=="uinput", GROUP="uinput-users", MODE="0660"
* and replace the group name with your choice.

* In addition, you need to enable CONFIG_INPUT_UINPUT in your kernel

* Do a logout/login to apply your new group ownership and replug your device
* and everything should work as expected.