Skip to content

Instantly share code, notes, and snippets.

Computer Information:
Manufacturer: Micro-Star International Co., Ltd.
Model: MS-158K
Form Factor: Laptop
No Touch Input Detected
Processor Information:
CPU Vendor: AuthenticAMD
CPU Brand: AMD Ryzen 7 5800H with Radeon Graphics
CPU Family: 0x19
CPU Model: 0x50
@fcep
fcep / toNine.sh
Last active August 8, 2017 18:11
Script to install Gallium-Nine on Arch Linux using well supported AUR packages
set -e
export LANG=C
yes | yaourt -G pacs {lib32-,}mesa-git wine-d3dadapter-git xorg-server-git xf86-input-evdev-git xf86-input-synaptics-git xf86-video-nouveau
#pacman -S mesa-git/llvm-svn mesa-git/lib32-llvm-svn
sed -i "s@./autogen.sh@./autogen.sh --enable-nine@g" *mesa*/PKGBUILD
for i in xorg-server-git xf86*; do