From 3e1d73059e3981d2ee8fa2b82903302a2ecb2ca2 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Wed, 4 Oct 2023 20:27:53 -0400 Subject: [PATCH] Use only the iGPU on first boot (g14) --- chrootInstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/chrootInstall.sh b/chrootInstall.sh index 4aab363..ae2e6dd 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -153,6 +153,7 @@ if [ "$formfactor" == 1 ]; then curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/programs/NVIDIA-FCKR/NVIDIA-FCKR -o /usr/local/bin/NVIDIA-FCKR pacman -S mesa vulkan-icd-loader vulkan-radeon libva-mesa-driver libva-utils acpi_call --needed --noconfirm chmod 755 /etc/local.d/bashpower.start /usr/local/bin/NVIDIA-FCKR + NVIDIA-FCKR integrated fi # ssh configuration