[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 05/11] FSF: hardware: graphics-card: Update AMD status.
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v1 05/11] FSF: hardware: graphics-card: Update AMD status. |
Date: |
Tue, 5 Nov 2024 15:14:27 +0100 |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
sviki/fsf/hardware/graphics-cards.mdwn | 48 +++++++++++++++++++++-----
1 file changed, 40 insertions(+), 8 deletions(-)
diff --git a/sviki/fsf/hardware/graphics-cards.mdwn
b/sviki/fsf/hardware/graphics-cards.mdwn
index e41b2c4..185d99e 100644
--- a/sviki/fsf/hardware/graphics-cards.mdwn
+++ b/sviki/fsf/hardware/graphics-cards.mdwn
@@ -69,11 +69,43 @@ submodels don't have decent support, whereas others do.
## AMD
-After 2023, most cards work with trisquel 11, and they are more stable
-than nvidia cards. They rely much more on cpu for graphic intensive
-tasks.
-
-Before 2023 we could not these, because at least the ones we tested
-required loading a non-free firmware blob into the graphics card before
-it will do anything. Maybe there is a specific model that has some
-functionality before firmware is loaded.
+AMD graphics card or chip require nonfree software to work:
+
+ * If the display works during the boot (in GRUB for instance) it
+ means that the boot software (the BIOS/UEFI, etc) ran the nonfree
+ video BIOS that is stored on a memory chip inside the graphic card. If
+ the radeon/amdgpu driver doesn't work, the Linux kernel is also
+ able to talk to this nonfree software to make the display work.
+
+ * The Radeon and amdgpu Linux drivers need to load and run some
+ bytecode (called AtomBIOS) that is also stored somewhere in the
+ memory chip of the graphic card.
+
+Beside the video BIOS issue, another question is if these cards works
+in free distros.
+
+After 2023, most cards compatible with the radeon driver work with
+trisquel 11, and they are more stable than nvidia cards.
+
+While many feature work like multi-display, there is no GPU
+acceleration at all, so the computer will rely on the CPU instead for
+graphic intensive tasks.
+
+See the [radeon
+article](https://libreplanet.org/wiki/Group:Hardware/Components/GPUs/radeon)
+on the hardware section of the LibrePlanet wiki for more details and
+for how to add the missing cards to linux-libre (if you know how to
+compile and run a custom kernel, this should be easy for you to do).
+
+Before 2023 we could not use these, because at least the ones we
+tested required loading a non-free firmware blob into the graphics
+card before it will do anything.
+
+Some newer cards compatible with the amdgpu driver instead were not
+tested either but if they work they might have serious limitations (no
+multi display support) because no one made the amdgpu driver work in
+linux-libre yet, so the only option is to try use the BIOS/UEFI video
+BIOS instead. The same [radeon
+article](https://libreplanet.org/wiki/Group:Hardware/Components/GPUs/radeon)
+and/or the linux-libre mailing list has pointers on how to add support
+for the amdgpu driver in linux-libre.
\ No newline at end of file
--
2.46.0
- [PATCH v1 00/11] FSF sysadmin wiki patches for GPUs, Denis 'GNUtoo' Carikli, 2024/11/07
- [PATCH v1 06/11] FSF: hardware: graphics-card: Nvidia: Warn about nonfree software., Denis 'GNUtoo' Carikli, 2024/11/07
- [PATCH v1 08/11] FSF: hardware: graphics-card: Add section about other card vendors., Denis 'GNUtoo' Carikli, 2024/11/07
- [PATCH v1 10/11] FSF: hardware: disable option roms: improve flashrom commands., Denis 'GNUtoo' Carikli, 2024/11/07
- [PATCH v1 02/11] FSF: explain how to test contributions., Denis 'GNUtoo' Carikli, 2024/11/07
- [PATCH v1 01/11] FSF: clarify how to contribute., Denis 'GNUtoo' Carikli, 2024/11/07
- [PATCH v1 04/11] FSF: hardware: graphics-card: Intel: Update and clarify., Denis 'GNUtoo' Carikli, 2024/11/07
- [PATCH v1 03/11] FSF: hardware: graphics-card: Intel: fix typo., Denis 'GNUtoo' Carikli, 2024/11/07
- [PATCH v1 05/11] FSF: hardware: graphics-card: Update AMD status.,
Denis 'GNUtoo' Carikli <=
- [PATCH v1 07/11] FSF: hardware: graphics-card: Add possible lead with nouveau instabilities., Denis 'GNUtoo' Carikli, 2024/11/07
- [PATCH v1 11/11] FSF: hardware: disable option roms: clarify shutdown / cold boot., Denis 'GNUtoo' Carikli, 2024/11/07
- [PATCH v1 09/11] FSF: hardware: disable option roms: update and point hardware/graphics-card to it., Denis 'GNUtoo' Carikli, 2024/11/07