All Projects → vulgo → Webdriver.sh

vulgo / Webdriver.sh

bash script for managing NVIDIA web drivers on macOS

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Webdriver.sh

linux nvidia jetson
Allied Vision CSI-2 camera driver for NVIDIA Jetson Systems. Currently supporting Nano, TX2, AGX Xavier, and Xavier NX. Support for TX2 NX coming soon.
Stars: ✭ 68 (-85.89%)
Mutual labels:  driver, nvidia
Ocl
OpenCL for Rust
Stars: ✭ 453 (-6.02%)
Mutual labels:  nvidia
Dokany
User mode file system library for windows with FUSE Wrapper
Stars: ✭ 4,055 (+741.29%)
Mutual labels:  driver
Set Egpu
Display-agnostic acceleration of macOS applications using external GPUs.
Stars: ✭ 429 (-11%)
Mutual labels:  nvidia
Ai Lab
All-in-one AI container for rapid prototyping
Stars: ✭ 406 (-15.77%)
Mutual labels:  nvidia
Romfont
VGA and BIOS rom font extraction
Stars: ✭ 443 (-8.09%)
Mutual labels:  nvidia
Ilgpu
ILGPU JIT Compiler for high-performance .Net GPU programs
Stars: ✭ 374 (-22.41%)
Mutual labels:  nvidia
Mongodb
MongoDB driver for Elixir
Stars: ✭ 463 (-3.94%)
Mutual labels:  driver
Wdbgark
WinDBG Anti-RootKit Extension
Stars: ✭ 450 (-6.64%)
Mutual labels:  driver
Rust Mysql Simple
Mysql client library implemented in rust.
Stars: ✭ 415 (-13.9%)
Mutual labels:  driver
Hasql
Performant PostgreSQL driver with a flexible mapping API
Stars: ✭ 415 (-13.9%)
Mutual labels:  driver
Openstorage
A multi-host clustered implementation of the open storage specification
Stars: ✭ 407 (-15.56%)
Mutual labels:  driver
Qmgo
Qmgo - The Go driver for MongoDB. It‘s based on official mongo-go-driver but easier to use like Mgo.
Stars: ✭ 444 (-7.88%)
Mutual labels:  driver
Sqlhooks
Attach hooks to any database/sql driver
Stars: ✭ 397 (-17.63%)
Mutual labels:  driver
Pplkiller
Protected Processes Light Killer
Stars: ✭ 453 (-6.02%)
Mutual labels:  driver
Mac Precision Touchpad
Windows Precision Touchpad Driver Implementation for Apple MacBook / Magic Trackpad
Stars: ✭ 5,107 (+959.54%)
Mutual labels:  driver
Linkedin scraper
A library that scrapes Linkedin for user data
Stars: ✭ 413 (-14.32%)
Mutual labels:  driver
Opentabletdriver
Open source, cross-platform, user-mode tablet driver
Stars: ✭ 424 (-12.03%)
Mutual labels:  driver
Csharp Driver
DataStax C# Driver for Apache Cassandra
Stars: ✭ 477 (-1.04%)
Mutual labels:  driver
Jetson Inference
Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
Stars: ✭ 5,191 (+976.97%)
Mutual labels:  nvidia

webdriver.sh

webdriver.sh screenshot

Bash script for managing NVIDIA's web drivers on macOS High Sierra and later with an option to set the required build number in NVDAStartupWeb.kext and NVDAEGPUSupport.kext.

bash 

Changes in 1.5

  • Preferred method of running incompatible drivers is the WhateverGreen ngfxcompat=1 boot argument
  • Auto-staging of GPU companion bundles is deterministic based on your current configuration
  • New --stage option to override deterministic behaviour
  • Single file to download, run and modify
  • Runs on 10.14 Mojave, now wait for drivers from NVIDIA

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 NVDAStartupWeb Info.plist for a different version of macOS

webdriver -m [BUILD]

Modifies the installed driver's NVDARequiredOS Info.plist property. 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.



Web Interface

https://vulgo.github.io/nvidia-drivers



License

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


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].