Skip to content

Commit

Permalink
nvidia?
Browse files Browse the repository at this point in the history
  • Loading branch information
gru2007 committed Apr 23, 2024
1 parent 9a95912 commit 4de8078
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manifest
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ export PACKAGES="\
xorg-server \
xz \
zip \
lib32-nvidia-utils \
nvidia-dkms \
nvidia-prime \
nvidia-utils \
"

export PACKAGE_OVERRIDES="\
Expand Down Expand Up @@ -313,4 +317,7 @@ postinstallhook() {

# remove r8169 blacklist in /usr, leave it up to the user
rm /usr/lib/modprobe.d/r8168-dkms.conf

# work around Nvidia causing delays in game startup on AMD
mv /usr/share/vulkan/icd.d/nvidia_icd.json /usr/share/vulkan/icd.d/nvidia_icd.json.disabled
}

0 comments on commit 4de8078

Please sign in to comment.