cannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 3 days agoThe fact that you can’t run through Windows setup w/o internet and an online account is absolute bullshitlemmy.worldimagemessage-square158fedilinkarrow-up1901
arrow-up1901imageThe fact that you can’t run through Windows setup w/o internet and an online account is absolute bullshitlemmy.worldcannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 3 days agomessage-square158fedilink
minus-squareobnomus@lemmy.mllinkfedilinkEnglisharrow-up1·edit-217 hours agoOk so turns out for my issue there is a fix and I tried it and it worked and I can’t believe it. All I have to do is create this /etc/modprobe.d/99-nvidia-power.conf, add this to it options nvidia NVreg_PreserveVideoMemoryAllocations=1 options nvidia NVreg_TemporaryFilePath=/var/tmp options nvidia NVreg_EnableS0ixPowerManagement=1 options nvidia-drm modeset=1 fbdev=1 and run sudo dracut --rebuild and reboot.
minus-square1984@lemmy.todaylinkfedilinkarrow-up1·edit-213 hours agoAh I actually remember that fix! I used the same one a couple of years ago when I was on Nvidia. Cool to see it still does it’s job, but sad that it’s still needed.
Ok so turns out for my issue there is a fix and I tried it and it worked and I can’t believe it.
All I have to do is create this
/etc/modprobe.d/99-nvidia-power.conf, add this to itoptions nvidia NVreg_PreserveVideoMemoryAllocations=1options nvidia NVreg_TemporaryFilePath=/var/tmpoptions nvidia NVreg_EnableS0ixPowerManagement=1options nvidia-drm modeset=1 fbdev=1and run
sudo dracut --rebuildandreboot.Ah I actually remember that fix!
I used the same one a couple of years ago when I was on Nvidia. Cool to see it still does it’s job, but sad that it’s still needed.