[-] brenno@lemmy.world 3 points 1 month ago

I've built a Dockerfile that does a hybrid of solution 1 and AppImage building.

It compiles the software with an older Debian release, then packages the software in a Python AppImage with necessary dependencies installed and the proper dynamic libs copied.

[-] brenno@lemmy.world 5 points 3 months ago

Neverball is a fantastic ball-in-a-maze (Monkey Ball) OSS game

[-] brenno@lemmy.world 3 points 3 months ago* (last edited 3 months ago)

The kernel driver isn't all you need, you still have to pair it to their closed-source drivers or Nouveau/NVK, which are the device drivers

[-] brenno@lemmy.world 3 points 3 months ago

The driver you're likely referring to is NVK, which is also not developed by Nvidia, check out the annoucement post by Collabora, it says:

As said above, NVK is a new open-source Vulkan driver for NVIDIA hardware in Mesa. It's been written almost entirely from scratch using the new official headers from NVIDIA. We occasionally reference the existing nouveau OpenGL driver [...]

And also

a few months ago, NVIDIA released an open-source version of their kernel driver. While this isn't quite documentation, it does give us something to reference to see how NVIDIA drives their hardware. The code drop from NVIDIA isn't a good fit for upstream Linux, but it does give us the opportunity to rework the upstream driver situation and do it right.

So they're developing a driver based off headers made available by Nvidia and some of the reverse engineered code from regular Nouveau. In fact, it seems to be a branch of Nouveau as it stands:

Trying out NVK is no different than any other Mesa driver. Just pull the branch nvk/main branch from the nouveau/mesa project, build it, and give it a try

So the "OSS drivers from Nvidia" aren't what makes it work, it's the whole community effort to build NVK from scratch.

Regardless, it only supports the most recent cards using Turing architecture. From mesa3d docs:

NVK currently supports Turing (RTX 20XX and GTX 16XX) and later GPUs. Eventually, we plan to support as far back as Kepler (GeForce 600 and 700 series) GPUs but anything pre-Turing is currently disabled by default.

[-] brenno@lemmy.world 4 points 3 months ago

Judging by the docs at mesa3d, I don't even have a card that supports it

NVK currently supports Turing (RTX 20XX and GTX 16XX) and later GPUs. Eventually, we plan to support as far back as Kepler (GeForce 600 and 700 series) GPUs but anything pre-Turing is currently disabled by default.

[-] brenno@lemmy.world 22 points 3 months ago

Assuming you're talking about Nouveau, it's pretty hit or miss depending on what card you have. My previous laptop had an MX330 and it couldn't do hardware acceleration stuff and 120Hz via HDMI, not to mention screen sharing on Wayland was wonky.

Oh, and it's worth to mention that "their" open source driver had nothing to do with Nvidia themselves; they absolute do not care, as opposed to AMD.

[-] brenno@lemmy.world 3 points 5 months ago* (last edited 5 months ago)

FluentReader not only looks pretty good, but also is capable of fetching the text from linked articles, avoiding needing to open a web browser (and also stripping all ads in the process)

brenno

joined 1 year ago