Peter Suetterlin wrote:
Summary from https://bugzilla.opensuse.org/show_bug.cgi?id=1080742
The permissions of /dev/nvidia-modeset are wrong, and something always sets them back to the default values
A (temporary) fix is to edit /etc/modprobe.d/50-nvidia-default.conf and, in the first line, set the default permission to 0666, i.e.,
options nvidia NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=33 NVreg_DeviceFileMode=0666
and rebuild the initrds.
Note that NVreg_DeviceFileGID should be the ID of the video group (on my TW system it is not 33, but 486) Personally I would recommend the solution from Stefan Dirsch, because his solution does not expand the permissions more then necessary. He recommends to add the line
L /run/udev/static_node-tags/uaccess/nvidia-modeset - - - - /dev/nvidia-modeset to the file /usr/lib/tmpfiles.d/nvidia-logind-acl-trick.conf and then reboot. This works for me. Source: https://bugzilla.opensuse.org/show_bug.cgi?id=1080742#c42 Greetings, Björn -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org