Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions profiles/pci/graphic_drivers/profiles.toml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class_ids = "0300 0380 0302"
vendor_ids = "1002 8086 10de"
device_ids = "*"
priority = 3
packages = 'mesa lib32-mesa vulkan-swrast xf86-video-vesa'
packages = 'mesa lib32-mesa vulkan-swrast xf86-video-vesa lib32-vulkan-swrast'

[virtualbox]
vendor_ids = "80EE"
Expand All @@ -301,7 +301,7 @@ class_ids = "0300"
desc = 'X.org vmware video driver and open-vm-tools'
priority = 5
environment_types = "vmware"
packages = 'open-vm-tools xf86-input-vmmouse'
packages = 'open-vm-tools xf86-input-vmmouse vulkan-swrast lib32-vulkan-swrast'
post_install = """
systemctl enable --now --no-block vmtoolsd.service
"""
Expand All @@ -316,7 +316,7 @@ class_ids = "0300"
desc = 'QEMU/KVM guest drivers'
priority = 5
environment_types = "kvm qemu"
packages = 'spice-vdagent qemu-guest-agent vulkan-virtio gtkmm3'
packages = 'spice-vdagent qemu-guest-agent vulkan-virtio lib32-vulkan-virtio gtkmm3'
post_install = """
cat <<EOF >/etc/mkinitcpio.conf.d/10-chwd-qemu.conf
# This file is automatically generated by chwd. PLEASE DO NOT EDIT IT.
Expand Down
Loading