www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit b5660a81bd485be2ee4762b03e1a24839564a121
parent 7f934a88ce5103fb28d608a25a40ea42048f9f2b
Author: Guillaume Bouchard <guillaum.bouchard@gmail.com>
Date:   Tue, 28 Apr 2020 16:39:07 +0200

Merge pull request #42 from zimbatm/readme

README: document nixGLDefault
Diffstat:
MREADME.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -47,6 +47,8 @@ configuration. - `nix-env -f ./ -iA nixGLIntel`: Mesa OpenGL implementation (intel, amd, nouveau, ...). - `nix-env -f ./ -iA nixGLNvidiaBumblebee`: Proprietary Nvidia driver on hybrid hardware. - `nix-env -f ./ -iA nixGLNvidia`: Proprietary Nvidia driver. +- `nix-env -f ./ -iA nixGLDefault`: Tries to auto-detect and install Nvidia, + if not, fallback to mesa. ## Vulkan wrappers