www

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

commit a02970d696a27bed58dc684fcc63c7e006aee4d6
parent fa08b64b31a6612c7d8aedb46ab5c2f4de167446
Author: Guillaume Bouchard <guillaum.bouchard@gmail.com>
Date:   Tue, 10 Jul 2018 03:32:03 +0200

Add documentation for legacy driver now that we switch to GLVND

Diffstat:
MREADME.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -181,6 +181,10 @@ If by any chance it does not work, you need to install nixGL using the same nixp NIX_PATH=nixpkgs=https://github.com/nixos/nixpkgs/archive/94d80eb72474bf8243b841058ce45eac2b163943.tar.gz nix build -f ./default.nix nixGLIntel ``` +# Old nvidia drivers + +Users of nvidia legacy driver should use the `backport/noGLVND` branch. + # `nixGLCommon` `nixGLCommon nixGLXXX` can be used to get `nixGL` executable which fallsback to `nixGLXXX`. It is a shorter name for people with only one OpenGL configuration.