290
Alright fine I admit it, I want to learn Linux
(lemmy.dbzer0.com)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
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.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.