Add xf86-video-scfb on FreeBSD VMs
This commit is contained in:
parent
9dc7c33ee3
commit
429be8acb8
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue