From a02970d696a27bed58dc684fcc63c7e006aee4d6 Mon Sep 17 00:00:00 2001 From: Guillaume Bouchard Date: Tue, 10 Jul 2018 03:32:03 +0200 Subject: [PATCH] Add documentation for legacy driver now that we switch to GLVND --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1094899..7af711d 100644 --- 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.