I have some graphical issues on login when I'm using the intel gpu.
I checked the boot logs and it shows that the nvidia persistence service failed to load on the intel gpu. After running systemctl status nvidia-persistenced.service
I found that nvidia-persistenced tries to run the following command /usr/bin/nvidia-persistenced --user nvidia-persistenced --no-persistence-mode --verbose
but /usr/bin/nvidia-persistenced doesn't exist.
Does anyone know how to get nvidia-persistenced to run properly?
nomodeset
and fix all the graphic driver problems before trying to login (for example by reinstalling them) – Akisame Nov 12 '16 at 13:26grep "FAIL" /var/log/boot.log
return [FAILED] Failed to start NVIDIA Persistence Daemon.? Might be relatet with this. I havenvidia-persistenced
under/usr/lib/nvidia-375/bin/
. – Pablo Bianchi Jun 07 '17 at 18:42