diff options
Diffstat (limited to 'system/nvidia-driver/nvidia-switch')
-rw-r--r-- | system/nvidia-driver/nvidia-switch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/nvidia-driver/nvidia-switch b/system/nvidia-driver/nvidia-switch index 2e2750ce15..7c827cca66 100644 --- a/system/nvidia-driver/nvidia-switch +++ b/system/nvidia-driver/nvidia-switch @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2012-2017 Edward W. Koenig, Vancouver, WA, USA +# Copyright 2012-2019 Edward W. Koenig, Vancouver, WA, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -200,7 +200,7 @@ nvidia_remove(){ restore(){ # Attempt to reinstall damaged stock packages if something went wrong. -# Obviously, you will need to run this after '--remove' and before +# Obviously, you will need to run this after '--remove' and after # 'removepkg nvidia-driver'. # User must: # 1. remove any dangling symlinks and xorg-*, *-nvidia files in /usr/lib*/, @@ -218,7 +218,7 @@ fi PKGPATH=${PKGPATH:-/root/Slackware} MESA="mesa-11.2.2-$ARCH-1.txz" MESA32="mesa-compat32-11.2.2-$ARCH-1compat32.txz" -XORG="xorg-server-1.18.3-$ARCH-2.txz" +XORG="xorg-server-1.18.3-$ARCH-5.txz" # Note: The above is for stock 14.2; modify as needed for /patches or # multilib updates if [ -d $PKGPATH ]; then |