I’m just so sick of Microsoft and Google. But there’s two things holding me back:
-
I wanna play Steam games on my PC
-
I am just an amateur hobbyist, not a tech wizard
Is there any hope for me?
I’m just so sick of Microsoft and Google. But there’s two things holding me back:
I wanna play Steam games on my PC
I am just an amateur hobbyist, not a tech wizard
Is there any hope for me?
I believe if you tell the downloader you have a Nvidia 10-series card then it’ll give you proprietary drivers that still work on newer cards. I have a 10-series and haven’t had these issued fwiw.
Thanks. The downloader gives me an option to rebase, which I find easier to use. It shows me an option to download from ostree-unverified-registry, but I chose to do it from ostree-image-signed:docker instead. Don’t know why the signed image is not shown on the downloader by default. That said, after switching to nvidia from nvidia-open, the driver version still remains the same. Let’s see if I get freezes again in the upcoming days.
Also, there are two applications that I use outside of flatpak - a firewall(Safing Portmaster) and another password manager, for which I have to install using the rpm installer. The password manager has no problem installing using the
rpm-ostree install <name.rpm>
command. However, Portmaster installs, but won’t work because of the following error which I found from journalctl.Jul 05 16:28:23 bazzite systemd[1]: Started portmaster.service - Portmaster by Safing. Jul 05 16:28:29 bazzite portmaster-start[5786]: Error: failed to exec lock: open /opt/safing/portmaster/core-lock.pid: read-only file system Jul 05 16:28:29 bazzite systemd[1]: portmaster.service: Main process exited, code=exited, status=1/FAILURE Jul 05 16:28:29 bazzite portmaster-start[5860]: Error: please set the data directory using --data=/path/to/data/dir Jul 05 16:28:29 bazzite systemd[1]: portmaster.service: Failed with result 'exit-code'.
Someone has supposedly a work in-progress script to make this work, but I don’t think I’m qualified to scrutinize if doing this brings down the security of the system in any way.
And I don’t know if many other rpm installers have the same trouble installing in atomic distros because it’s a read-only file system. For now, I’ll have to live without my favorite firewall.
Update 2:
Unfortunately, even with secureboot disabled, I kept getting freezes. Got 3 freezes and I felt done with this. Replaced Bazzite with Nobara again.
Nvidia driver worked for a while. But, after I temporarily switched back to another atomic distro I’m dual booting on a completely separate drive(which requires secure boot for nvidia driver to work and it did work), Nobara stopped loading nvidia driver despite clearing all secure boot keys and installing the default one in UEFI/BIOS and turning off SecureBoot.
Apparently, the efi also has to be modified again. I didn’t bother doing it and reinstalled Nobara again since that will reset the efi anyway. Now, the driver is working again. I swear to any seemingly non-existent higher power that I’ll never use any distro that requires secure boot. Lol. I’m gonna reinstall Arch on my second drive now.
That said, I’d probably recommend Bazzite to anyone not having Nvidia GPU and it’s a pretty impressive project. It even comes with Wallpaper Engine baked in. My friend and I were having a hard time making it work on their system. We were trying some solutions we found on github and some C++ file didn’t have a particular header or something. Took a while to get it work and it was kinda messy later on too with the plasma shell crashing cause of it. Having additions like this would surely make life easier for regular users who would not want to deal with that mess.
Update:
Okay, I keep getting the same freeze again with the proprietary nvidia driver too. My suspicion is now heavily on Secureboot being enabled. Some Arch people kept warning me about this back in the day.
I’m going to use Bazzite without it and probably rebase again to open driver if there is no more freezes.