diff options
Diffstat (limited to 'system/nvidia-driver/nvidia-switch')
-rw-r--r-- | system/nvidia-driver/nvidia-switch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/nvidia-driver/nvidia-switch b/system/nvidia-driver/nvidia-switch index ce35b06e8ebae..105156c3c45b5 100644 --- a/system/nvidia-driver/nvidia-switch +++ b/system/nvidia-driver/nvidia-switch @@ -26,7 +26,7 @@ # Note: this tool "should" allow switching on the fly, but why? Pick a driver! You will still # need to edit a bunch of other config files. -# TO-DO: needs more cleanup, simplify linking using system tools +# TO-DO: needs more cleanup, simplify linking using system tools, add 15.0 fixes ROOT="${ROOT:-/}" CWD=$(pwd) @@ -43,7 +43,7 @@ GLVND="yes" # This will be replaced in the build script (yes | no) save_GL(){ -# backup original mesa and xorg conflicts to /var/log/nvidia +# backup original mesa and xorg conflicts ##to /var/log/nvidia cd $2 case "$1" in "nvidia") |