From 5beb78a094e6b55b0c167ddc479ba2a8eabbee9d Mon Sep 17 00:00:00 2001 From: mara Date: Wed, 12 Jun 2024 09:49:11 +0200 Subject: [PATCH] update --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 7f4155d..c6bc1e5 100644 --- a/install.sh +++ b/install.sh @@ -1628,6 +1628,7 @@ echo -e "${YELLOW} Install selection choose what to install End ${NC}" if lspci | grep -i nvidia; then echo "Nvidia graphics card detected. Installing drivers..." sudo apt install -y --install-recommends --install-suggests nvidia-driver + echo 'nvidia-settings --assign CurrentMetaMode=\"nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }\"' >> ~/.config/qtile/autostart.sh else echo "No Nvidia graphics card detected." fi