nix-community / nixGL

A wrapper tool for nix OpenGL application [maintainer=@guibou]
677 stars 78 forks source link

404 error with latest nvidia drivers #124

Open brianmay opened 1 year ago

brianmay commented 1 year ago

I have the latest nvidia drivers installed on Debian/bullseye.

nix run --impure github:guibou/nixGL -- program
error: unable to download 'https://download.nvidia.com/XFree86/Linux-x86_64/525.85.12/NVIDIA-Linux-x86_64-525.85.12.run': HTTP error 404

       response body:

       <?xml version="1.0" encoding="iso-8859-1"?>
       <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
                "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
       <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
        <head>
            <title>404 - Not Found</title>
        </head>
        <body>
            <h1>404 - Not Found</h1>
            <script type="text/javascript" src="//wpc.75674.betacdn.net/0075674/www/ec_tpm_bcon.js"></script>
        </body>
       </html>
(use '--show-trace' to show detailed location information)
ConnorBaker commented 1 year ago

Likewise on Fedora/RHEL 9!

EDIT: Uninstalled the driver provided by NVIDIA's own repo and used the runfile for the latest from https://download.nvidia.com/XFree86/Linux-x86_64 (currently https://download.nvidia.com/XFree86/Linux-x86_64/525.89.02/) and all is well.