2023-12-07 02:14:38 +00:00
|
|
|
# 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
|
2023-12-08 18:05:32 +00:00
|
|
|
- radeontop
|
2024-06-25 02:04:03 +00:00
|
|
|
- nvtop
|
2023-12-07 02:14:38 +00:00
|
|
|
state: present
|