You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The keypresses are accepted but there are no updates to Kodi window until I switch to another app (with alt+tab) and back. The symptoms are exactly the same as in #841. Using Arch Linux and nvidia with binary drivers.
`nogroups` should not have been causing issues with rendering on nvidia
since commit 623e682 ("temporary fix for nvidia/nogroups/noroot issue
(netblue30#3644, netblue30#841)", 2020-10-02) and commit cb460c3 ("more nvidia (netblue30#3644)",
2020-10-03), which had made it a no-op on nvidia. And the handling of
the "render" and "video" groups are independent to the handling of
`nogroups` now; see the previous 3 commits.
Commits which introduced the comments on each profile:
* kodi.profile: commit ce462b6 ("fixnetblue30#3501", 2020-07-16)
* mpsyt.profile: commit e17b48f ("new profile mpsyt.profile",
2018-11-28)
* mpv.profile: commit cc7c489 ("Document netblue30#1945", 2018-07-25)
* steam.profile: commit d6f8169 ("steam fixes; netblue30#841, netblue30#3267",
2020-03-15)
Commands used to find the comments:
git grep -i nvidia -- etc/profile-* | grep -v private-etc
Relates to netblue30#4632.
The keypresses are accepted but there are no updates to Kodi window until I switch to another app (with alt+tab) and back. The symptoms are exactly the same as in #841. Using Arch Linux and nvidia with binary drivers.
firejail/etc/profile-a-l/kodi.profile
Line 36 in f5fabe7
After removing
noroot
all goes back to normal.The text was updated successfully, but these errors were encountered: