diff --git a/profiles/pci/graphic_drivers/profiles.toml b/profiles/pci/graphic_drivers/profiles.toml index 73edd26..01b50af 100644 --- a/profiles/pci/graphic_drivers/profiles.toml +++ b/profiles/pci/graphic_drivers/profiles.toml @@ -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" @@ -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 """ @@ -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 </etc/mkinitcpio.conf.d/10-chwd-qemu.conf # This file is automatically generated by chwd. PLEASE DO NOT EDIT IT.