New comment by xAlpharax on void-packages repository https://github.com/void-linux/void-packages/issues/50054#issuecomment-2081344657 Comment: > It looks like it might be a `dbus` issue: > > ``` > 2024-04-27T22:30:52.77406 daemon.info: Apr 27 17:30:52 /usr/bin/nvidia-powerd[5534]: nvidia-powerd version:1.0(build 1) > 2024-04-27T22:30:52.77763 daemon.err: Apr 27 17:30:52 /usr/bin/nvidia-powerd[5534]: Error requesting D-Bus name (Connection ":1.529" is not allowed to own the service "nvidia.powerd.server" due to security policies in the configuration file) > 2024-04-27T22:30:52.77770 daemon.err: Apr 27 17:30:52 /usr/bin/nvidia-powerd[5534]: Failed to acquire D-Bus name ((null)) > ``` > > I was missing the dbus configuration for it. It seems to be working now, and I will be pushing the change in #49897. Thank you for identifying the problem.