Closed pedroborraz closed 10 months ago
Hi @pedroborraz, could you send me the output of:
systemctl --all | grep nvidia
Also I need to know how did you installed the Nvidia drivers (eg: akmod-nvidia from rpmfusion)?
Greetings :)
output:
borraz@fedora:~$ systemctl --all | grep nvidia
nvidia-fallback.service loaded inactive dead Fallback to nouveau as nvidia did not load
nvidia-powerd.service loaded inactive dead nvidia-powerd service
I installed the drivers from the rpmfusion non free repo, from gnome software.
thanks for the quick attention
Looks like the rpmfusion package is missing the nvidia-persistenced
dependency.
Try installing it with:
sudo dnf install nvidia-persistenced
Let me know if it works ;)
this worked thank you very much, I will close the issue love u <3
Describe the bug when trying to change the graphics to nvidia only, an error is shown to enable a service
To Reproduce Steps to reproduce the behavior:
sudo envycontrol -s nvidia
System Information:
Additional context Add any other context about the problem here. If possible try to reproduce the problem with
--verbose
flag and attach its output.