Update Linux framework laptop for AMD board.

Unfortunately, FreeBSD does not seem to boot so it is not being updated in this commit.
This commit is contained in:
Tom Alexander
2023-12-06 21:14:38 -05:00
parent 9d54609a12
commit a7fe6ff42d
9 changed files with 56 additions and 7 deletions

View File

@@ -0,0 +1,20 @@
# TODO: decide between amdgpu_top, nvtop, and radeontop
# TODO: Should I enable APM?
- name: Install packages
package:
name:
- linux-firmware # Arch wiki claims this is needed to boot
- mesa
- lib32-mesa
- vulkan-radeon
- lib32-vulkan-radeon
- libva-mesa-driver # Accelerated video decoding
- lib32-libva-mesa-driver # Accelerated video decoding
- mesa-vdpau # Accelerated video decoding
- lib32-mesa-vdpau # Accelerated video decoding
- vulkan-icd-loader
- lib32-vulkan-icd-loader
- libva-utils # for vainfo
- vdpauinfo # for vdpauinfo
- vulkan-tools # For vulkaninfo
state: present