Carlos E. R. wrote:
On 05/02/2020 09.14, Peter Suetterlin wrote:
| Should I add them to the video group, or is there some pam magic | happening?
No.
Compare with Leap 15.1:
cer@Telcontar:~> l /dev/dri/card* /dev/dri/render* /dev/nvidia* ls: cannot access '/dev/dri/render*': No such file or directory crw-rw----+ 1 root video 226, 0 Jan 23 22:17 /dev/dri/card0 crw-rw----+ 1 root video 245, 0 Jan 23 22:17 /dev/nvidia-uvm crw-rw----+ 1 root video 195, 0 Jan 23 22:17 /dev/nvidia0 crw-rw----+ 1 root video 195, 255 Jan 23 22:17 /dev/nvidiactl cer@Telcontar:~>
Do you see the "+" there? That's the magic.
cer@Telcontar:~> getfacl /dev/nvidia0 getfacl: Removing leading '/' from absolute path names
Ah, thanks! I always forget about this command :(( But: lux:~ # getfacl /dev/nvidia0 getfacl: Removing leading '/' from absolute path names # file: dev/nvidia0 # owner: root # group: video user::rw- group::rw- other::--- and lux:~ # l /dev/nvidia* crw-rw---- 1 root video 195, 254 Feb 5 00:03 /dev/nvidia-modeset crw-rw---- 1 root video 240, 0 Feb 5 00:03 /dev/nvidia-uvm crw-rw---- 1 root video 195, 0 Feb 5 00:03 /dev/nvidia0 crw-rw---- 1 root video 195, 255 Feb 5 00:03 /dev/nvidiactl No plus here. So somehow the nvidia stuff dropped out of the permission-adjustment loop :o At least closing in on it I hope.... -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org