From 652134184291420191f5fb970c13e1f9ff1b9cc7 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Mon, 29 Nov 2021 20:59:58 -0300 Subject: etc: Remove comments about nogroups and noroot on nvidia `nogroups` should not have been causing issues with rendering on nvidia since commit 623e68216 ("temporary fix for nvidia/nogroups/noroot issue (#3644, #841)", 2020-10-02) and commit cb460c32c ("more nvidia (#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 ce462b6b1 ("fix #3501", 2020-07-16) * mpsyt.profile: commit e17b48fca ("new profile mpsyt.profile", 2018-11-28) * mpv.profile: commit cc7c48983 ("Document #1945", 2018-07-25) * steam.profile: commit d6f8169dd ("steam fixes; #841, #3267", 2020-03-15) Commands used to find the comments: git grep -i nvidia -- etc/profile-* | grep -v private-etc Relates to #4632. --- etc/profile-a-l/kodi.profile | 1 - etc/profile-m-z/mpsyt.profile | 1 - etc/profile-m-z/mpv.profile | 1 - etc/profile-m-z/steam.profile | 1 - 4 files changed, 4 deletions(-) (limited to 'etc') diff --git a/etc/profile-a-l/kodi.profile b/etc/profile-a-l/kodi.profile index f901637f3..2277a74fe 100644 --- a/etc/profile-a-l/kodi.profile +++ b/etc/profile-a-l/kodi.profile @@ -43,7 +43,6 @@ netfilter nogroups noinput nonewprivs -# Seems to cause issues with Nvidia drivers sometimes (#3501) noroot nou2f protocol unix,inet,inet6,netlink diff --git a/etc/profile-m-z/mpsyt.profile b/etc/profile-m-z/mpsyt.profile index cadfd9b7f..ffc7698c7 100644 --- a/etc/profile-m-z/mpsyt.profile +++ b/etc/profile-m-z/mpsyt.profile @@ -50,7 +50,6 @@ apparmor caps.drop all netfilter nodvd -# Seems to cause issues with Nvidia drivers sometimes nogroups noinput nonewprivs diff --git a/etc/profile-m-z/mpv.profile b/etc/profile-m-z/mpv.profile index efb11465b..e6faba78a 100644 --- a/etc/profile-m-z/mpv.profile +++ b/etc/profile-m-z/mpv.profile @@ -62,7 +62,6 @@ include whitelist-var-common.inc apparmor caps.drop all netfilter -# nogroups seems to cause issues with Nvidia drivers sometimes nogroups noinput nonewprivs diff --git a/etc/profile-m-z/steam.profile b/etc/profile-m-z/steam.profile index dfefd7c2c..bcf94de51 100644 --- a/etc/profile-m-z/steam.profile +++ b/etc/profile-m-z/steam.profile @@ -132,7 +132,6 @@ netfilter nodvd nogroups nonewprivs -# If you use nVidia you might need to add 'ignore noroot' to your steam.local. noroot notv nou2f -- cgit v1.2.3-70-g09d2