Add xf86-video-scfb on FreeBSD VMs

This commit is contained in:
Anthony Rose 2023-09-25 11:07:00 +01:00
parent 9dc7c33ee3
commit 429be8acb8

View file

@ -17,7 +17,8 @@
become: true become: true
community.general.pkgng: community.general.pkgng:
# utouch-kmod and xf86-input-evdev are needed for mouse in QEMU/KVM. # utouch-kmod and xf86-input-evdev are needed for mouse in QEMU/KVM.
name: utouch-kmod,xf86-input-evdev # xf86-video-scfb is needed for video acceleration and Gnome.
name: utouch-kmod,xf86-input-evdev,xf86-video-scfb
state: present state: present
- name: Set xorg screen - name: Set xorg screen
become: true become: true