summaryrefslogtreecommitdiff
path: root/dan
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-08-31 20:59:36 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-08-31 20:59:36 +0200
commit40344952a3c27b75e698892766bfc652e10f3bb6 (patch)
tree76441a7fc338eab98765fce022cd66ba25f9200c /dan
parentsince bookworm wget is no longer in debian base - make sure it is installed (diff)
ele-helene: test-install with VA-API support for Intel Arc A380
Diffstat (limited to 'dan')
-rw-r--r--dan/ele-helene.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/dan/ele-helene.yml b/dan/ele-helene.yml
index b2647a60..bfa06983 100644
--- a/dan/ele-helene.yml
+++ b/dan/ele-helene.yml
@@ -21,3 +21,22 @@
- role: streaming/handbrake
- role: vm/host/base
- role: vm/host/network
+ - role: apt-repo/backports
+ post_tasks:
+ - name: install kernel from backports
+ apt:
+ name:
+ - linux-image-amd64
+ default_release: bookworm-backports
+ state: latest
+
+ - name: install firmware and tools needed for GPU
+ apt:
+ name:
+ - firmware-misc-nonfree ## we should probably install this from backports as well,
+ - intel-media-va-driver-non-free ## alas there are currently no backports for this packages
+ - intel-gpu-tools
+ - vainfo
+ state: present
+
+ # Test VA-API with: vainfo --display drm --device /dev/dri/renderD129