this post was submitted on 09 Nov 2023
8 points (90.0% liked)
Linux 101 stuff. Questions are encouraged, noobs are welcome!
1060 readers
1 users here now
Linux introductions, tips and tutorials. Questions are encouraged. Any distro, any platform! Explicitly noob-friendly.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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, eithervulkan-radeon
oramdvlk
. For hardware video decoding, there islibva-mesa
for VA-API, andmesa-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.
Thanks! I think this pretty much answers my question. I installed all those packages but wasn’t sure why they all weren’t in one package.