Do I actually need the manufacturer's graphics driver on Linux, or is the built-in one enough?
I have put an AMD card into a Linux machine and I am trying to work out what to install. The card's manufacturer offers a driver download, the chip maker offers a different package with a repository to add, and various guides say to use one, the other, or neither.
Meanwhile the machine boots to a desktop and appears to be using the card already, which makes the whole question confusing.
What is actually going on, and how do I decide?
@gpu_gorkem · 3d ago
Which you need, concretely:
Install nothing if you want a desktop, video, and games. The in-kernel driver plus your distribution's graphics stack is the best-supported path and the one everything is tested against.
Install the vendor package if you need the compute stack for machine learning or professional applications that require it.
Two things that are commonly mistaken for needing a driver:
That second one is the real case behind most "I need the latest driver" situations.
Reply
Report