Skip to content

Commit 01c59ac

Browse files
committed
Install fake mesa driver
1 parent 8e12a78 commit 01c59ac

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Configs/Arch.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@
262262
"arch_vulkan_pkgs/vulkan-tools-1.4.304-2-x86_64.pkg.tar.zst",
263263
"arch_vulkan_pkgs/vulkan-headers-1:1.4.304-1-any.pkg.tar.zst",
264264
"arch_vulkan_pkgs/lib32-libxshmfence-1.3.3-1-x86_64.pkg.tar.zst",
265+
"arch_vulkan_pkgs/mesa-asahi-dummy-25.0.0_pre20241211-6-any.pkg.tar.xz",
265266
"Scripts/Arch/mega_install_packages.sh"
266267
],
267268

@@ -277,6 +278,7 @@
277278
["vulkan-tools-1.4.304-2-x86_64.pkg.tar.zst", "root/"],
278279
["vulkan-headers-1:1.4.304-1-any.pkg.tar.zst", "root/"],
279280
["lib32-libxshmfence-1.3.3-1-x86_64.pkg.tar.zst", "root/"],
281+
["mesa-asahi-dummy-25.0.0_pre20241211-6-any.pkg.tar.xz", "root/"],
280282
["mega_install_packages.sh", "root/"]
281283
],
282284

@@ -336,7 +338,8 @@
336338
"pacman --noconfirm -Syu",
337339
"pacman --noconfirm -S perl",
338340
"perl -0777 -pi -e 's/#\\[multilib\\]\\n#Include\/\\[multilib\\]\\nInclude\/igs' /etc/pacman.conf",
339-
"pacman --noconfirm -Syu"
341+
"pacman --noconfirm -Syu",
342+
"pacman --noconfirm -U /root/mesa-asahi-dummy-25.0.0_pre20241211-6-any.pkg.tar.xz"
340343
],
341344

342345
"Commands_InChroot2_CMT": [
Binary file not shown.

0 commit comments

Comments
 (0)