Code Monkey home page Code Monkey logo

webdriver.sh's Introduction

webdriver.sh

webdriver.sh screenshot

Bash script for managing NVIDIA's web drivers on macOS High Sierra.

  • The easiest way to install NVIDIA's drivers
  • Quickly roll back to a previous driver version with webdriver list
  • Automatically applies a Clover kext patch - use any driver version (Clover systems)
  • Or patches the drivers to load on your current macOS version (non-Clover systems)

source <(curl -s https://raw.githubusercontent.com/vulgo/webdriver.sh/v1.3.0/get)

Installing

Install webdriver.sh with Homebrew

brew tap vulgo/repo
brew install webdriver.sh

Update to the latest release

brew upgrade webdriver.sh

Example Usage

Macbook Pro NVIDIA EGPU

Install the latest drivers

webdriver

Installs/updates to the latest available NVIDIA web drivers for your current version of macOS.


Choose from a list of drivers

webdriver --list

Displays a list of driver versions, choose one to download and install it.


Install from local package or URL

webdriver FILE

Installs the drivers from package FILE on the local filesystem.

webdriver -u URL

Downloads the package at URL and installs the drivers within. There is a nice list of available URLs maintained here.


Uninstall drivers

webdriver --remove

Removes NVIDIA's web drivers from your system.


Patch drivers to load on a different version of macOS

webdriver -m [BUILD]

Modifies the installed driver's NVDARequiredOS. If no [BUILD] is provided for option -m, the installed macOS's build version string will be used.


Show help

webdriver --help

Displays help, lists options.



Frequently Asked Questions

Is webdriver.sh compatible with regular, or other third-party methods of driver installation?

Yes, you can use webdriver.sh before or after using any other method of driver installation.

Does webdriver.sh install the NVIDIA preference pane?

No, you can install it at any point via NVIDIA's installer package - webdriver.sh works fine with or without it. Alternatively, Web Driver Manager is a minimal menu bar app (source) that monitors driver status and the nvda_drv NVRAM variable.

Do I need to disable SIP?

No, but you'll want to if you are modifying the drivers to load - making changes to a kext's Info.plist excludes it from the prelinked kernel the next time it's built.

Will webdriver.sh mess with NVIDIA's installer or 'repackage' the driver?

No, there are other tools available for doing this. For example, NvidiaWebDriverRepackager

Won't there be problems without repackaging?

No, the drivers are installed in exactly the same way (yes, it's just copying files) - and NVIDIA's own installer removes anything installed by webdriver.sh.

Can't I just uninstall the drivers using webdriver.sh?

Yes, webdriver -r

Does webdriver.sh install things to the wrong place?

No.


License

webdriver.sh is free software licensed under the terms of the GPL version 3 or later.


webdriver.sh's People

Contributors

vulgo avatar

Watchers

Malcolm Greaves avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.