From e6bb136d288be66bdc3c72e7515e67841b778167 Mon Sep 17 00:00:00 2001 From: XTale!Frisk <42213155+ITZProGamerDieYT@users.noreply.github.com> Date: Fri, 21 Jan 2022 06:32:53 +0000 Subject: [PATCH] Update 1-setup.sh --- 1-setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/1-setup.sh b/1-setup.sh index 90818ac..c2defe8 100755 --- a/1-setup.sh +++ b/1-setup.sh @@ -101,8 +101,9 @@ echo -ne " # Graphics Drivers find and install gpu_type=$(lspci) if grep -E "NVIDIA|GeForce" <<< ${gpu_type}; then - pacman -S nvidia --noconfirm --needed + pacman -S nvidia lib32-nvidia-utils lib32-vulkan-icd-loader --noconfirm --needed nvidia-xconfig + echo "VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/nvidia_icd.json" >> /etc/environment elif lspci | grep 'VGA' | grep -E "Radeon|AMD"; then pacman -S xf86-video-amdgpu --noconfirm --needed elif grep -E "Integrated Graphics Controller" <<< ${gpu_type}; then