←back to thread

Framework Laptop 16

(frame.work)
465 points susanthenerd | 1 comments | | HN request time: 0s | source
Show context
bodge5000 ◴[] No.45028546[source]
I'm glad the AMD GPU option still exists, I don't have great experience with NVIDIA on Linux. The rest of the upgrades, like the new top cover and keyboard, are very welcome
replies(7): >>45028865 #>>45028869 #>>45028941 #>>45029212 #>>45029936 #>>45032760 #>>45033023 #
rauli_ ◴[] No.45028865[source]
It's so weird to hear people who have problems with NVIDIA GPUs on Linux, because for me it's always been the opposite. I have had problems with AMD but never with NVIDIA.
replies(7): >>45028883 #>>45028950 #>>45029058 #>>45032559 #>>45032839 #>>45034309 #>>45035060 #
aidenn0 ◴[] No.45028950[source]
When the AMD driver was named "radeon" nvidia was better, but since "amdgpu" came out things have flipped.
replies(1): >>45029100 #
TomLisankie ◴[] No.45029100[source]
Is this because the driver itself has changed in its operation or just from the name change breaking lots of code that referenced the "radeon" name?
replies(3): >>45029195 #>>45029264 #>>45029428 #
chao- ◴[] No.45029264{3}[source]
They were referencing a time, in the middle of the 2010's, when "amdgpu" was released. It is a completely rewritten, different driver, and is mostly open source [0]. Before that, the driver was named "radeon" and it was very shaky. I can speak to this personally. I had desktop Linux systems with both AMD/ATI and Nvidia GPUs, and while there were some issues with Nvidia, the AMD/ATI drivers gave me nightmares.

Once the rewritten "amdgpu" driver came out, things got much better. The first few cards created after that (IIRC the Polaris GPUs, RX 400's), the situation reversed. I still have had occasional issues with various Nvidia cards (normally driver updates breaking things), but for almost a decade now, I have not had issues with AMD GPUs under Linux.

[0] Except for pro features while using workstation cards. You need to use a proprietary driver for those, but even those share a lot of code with the open source driver.

replies(4): >>45029674 #>>45031942 #>>45032763 #>>45036322 #
1. bsimpson ◴[] No.45031942{4}[source]
That's high praise - props to the people who worked on that rewrite!