Email or username:

Password:

Forgot your password?
Top-level
Liam @ GamingOnLinux 🐧🎮

@io_srvc 🤷‍♂️ i followed all the normal Fedora instructions for nvidia and i guess that comes with it

5 comments
io.srvc

@gamingonlinux Did you use rpmfusion or the .run file from nvidia? Also disable the service since you don't need it.

I used this script for installing nvidia stuff on fedora

github.com/t0xic0der/nvidia-au

Fedora was giving me issues after 6.2.11 kernel (constant freezes) so I'm no longer using it.

io.srvc

@gamingonlinux Ah nvidia-powerd.srvc does come with that. Not a big issue as like I said you can disable it since you aren't even using it.

io.srvc

@gamingonlinux

sudo systemctl stop nvidia-powerd.service

sudo systemctl disable nvidia-powerd.service

Go Up