• 0 Posts
  • 11 Comments
Joined 8 months ago
cake
Cake day: November 8th, 2023

help-circle



  • I’ve already scrapped the whole thing already anyway. It’s an interesting concept, but it just didn’t work for me. It makes sense if I was distributing a specific build to loads of machines, but for my own PC, its completely overkill.

    If you’re rebasing on new commits then you set it up wrong. Consult the new instructions, there a lot more clear.

    I had to rebase at the time because they completely reworked the bling stuff and scrapped Yafti, so my previously working builds were failing from that point onward, and I just thought it better to return to Arch.






  • Someone smarter than me can probably explain this way better…

    As far as Wayland goes, If I remember correctly, it’s mainly just a protocol, and Gnome/KDE do all the actual work of making stuff happen, so both need to support it to have it work correctly. Like if Wayland was a language like French, Gnome and KDE need to know the French words for something before they can have conversations about it, and Gnome hasn’t been as studious with it’s dictionary in regards to VRR. X11 just has an ancient code-base, and adding support for anything involves a lot of effort to make sure something else isn’t broken by the addition.

    Gnome hasn’t officially merged support for VRR yet, but there is a merge request to add support, and a patched version built on that code available if you want to try it (mutter-vrr, gnome-control-center-vrr) at least on Arch Linux’s AUR.




  • I personally use an Nvidia card, so someone more knowledgeable can correct me.

    For the open source drivers, Its a combination of both an AMDGPU (newer cards) or ATI (older cards) kernel module, alongside the mesa package, which provides 3D acceleration and OpenGL support. There is a separate package for Vulkan support too, either vulkan-radeon or amdvlk. For hardware video decoding, there is libva-mesa for VA-API, and mesa-vdpau for VDPAU support.

    So yeah, Windows has one monolithic drivers .exe, and Linux has it all split out into separate chunks. How quickly you get updates depends on your choice of linux distro.