Skip to content

Commit f7250d2

Browse files
authored
profiles: Add 32-bit Vulkan driver for virtual machines (#256)
Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
1 parent e6935d0 commit f7250d2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

profiles/pci/graphic_drivers/profiles.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ class_ids = "0300 0380 0302"
276276
vendor_ids = "1002 8086 10de"
277277
device_ids = "*"
278278
priority = 3
279-
packages = 'mesa lib32-mesa vulkan-swrast xf86-video-vesa'
279+
packages = 'mesa lib32-mesa vulkan-swrast xf86-video-vesa lib32-vulkan-swrast'
280280

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

0 commit comments

Comments
 (0)