Andrei Borzenkov wrote:
udev rules add tag uaccess and later udev runs uaccess builtin if device has this tag.
ENV{ID_MAKER_TOOL}=="?*", TAG+="uaccess"
and later
TAG=="uaccess", ENV{MAJOR}!="", RUN{builtin}+="uaccess"''
Probably tag is not added to nVidia nodes.
YES!! Thanks so much - that is indeed the source of the trouble! So I ran an recursive grep for uaccess on the (working) snapshot and found /usr/lib/tmpfiles.d/nvidia-logind-acl-trick.conf: L /run/udev/static_node-tags/uaccess/nvidiactl - - - - /dev/nvidiactl L /run/udev/static_node-tags/uaccess/nvidia-uvm - - - - /dev/nvidia-uvm L /run/udev/static_node-tags/uaccess/nvidia-modeset - - - - /dev/nvidia-modeset L /run/udev/static_node-tags/uaccess/nvidia0 - - - - /dev/nvidia0 rpm says it doesn't belong to any package, but the scripts of the kernel module package, nvidia-gfxG04-kmp-default-390.132_k5.3.12_2-6.30.x86_64, did remove it upon uninstall: lux:/ # rpm -q --scripts nvidia-gfxG04-kmp-default-390.132_k5.3.12_2-6.30.x86_64 | grep -B 1 nvidia-logind # cleanup of bnc# 1000625 rm -f /usr/lib/tmpfiles.d/nvidia-logind-acl-trick.conf The current system does *not* have this file anymore. And interestingly enough, those line is also in the postuninstall scriptlet of the new package, nvidia-gfxG05-kmp-default. So it somehow seems deprecated? Anyhow, I'll keep it alive manually and hope that it really fixes the issue (too tired to try it right away....) Thanks again for leading me the right way! -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org