nixGL icon indicating copy to clipboard operation
nixGL copied to clipboard

A wrapper tool for nix OpenGL application [maintainer=@guibou]

Results 65 nixGL issues
Sort by recently updated
recently updated
newest added

Debian 10 ``` salt@saltemp-uw:~/Downloads/nixGL$ ./Test.hs Running tests for nixGL It can take a while, this will build and test all drivers in the background these derivations will be built: /nix/store/sg9vnq46szcfx32n4rliqz3hpivkzj4r-glslang-7.11.3214.drv...

nixGL commit 210c6a8a547b4a548b89b08bd46ffedc396bc4f4 ubuntu 16.04.7 kernel 4.4.0-189-generic > 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) ``` $ ./Test.hs Running tests for...

I just discovered nixGL when trying to figure out how to run GPU-accelerated tensorflow on non-nixos systems. I usually develop in nix-shell, and was searching for a way to append...

quality of life

``` Failures: Test.hs:35:5: 1) NixGL, Nvidia - Bumblebee, OpenGL, 32 bits uncaught exception: IOException of type OtherError readCreateProcess: /nix/store/9r83yl1qqhq53vh90k1q2fbmsqy4lvaa-nixGLNvidiaBumblebee-440.82/bin/nixGLNvidiaBumblebee "/nix/store/8zgddbbm68a8r82adsd0k3vj8jpjvfpp-glxinfo-8.4.0/bin/glxinfo" "-B" (exit 1): failed To rerun use: --match "/NixGL/Nvidia -...

From [this comment](https://github.com/NixOS/nixpkgs/issues/9415#issuecomment-494960213), a longer explanation of what *I believe* was my underlying issue installing and using nixGL. Assume Ubuntu 16.04 for apt commands / packages. ---- 1. First I...

Unsupported device

Nvidia kernel is not needed when building. Actually, it exists some cases of nvidia driver which are not compatible with the nvidia kernel available in nixpkgs. We can use the...

I just cloned `nixGL` at 5f330c2185dc7816fed431d29c4249ab090deb00. I tried to build `nix-env -f ./ -iA nixGLNvidia` but got this error: ``` ld -r -o /build/kernel/nvidia/nv-interface.o /build/kernel/nvidia/nv-frontend.o /build/kernel/nvidia/nv.o /build/kernel/nvidia/nv-pci.o /build/kernel/nvidia/nv-acpi.o /build/kernel/nvidia/nv-cray.o /build/kernel/nvidia/nv-dma.o...

5f330c2185dc7816fed431d29c4249ab090deb00 using the nvidia official driver ``` Failures: Test.hs:79:11: 1) Sanity.OpenGL fails with unwrapped glxinfo64 expected: Nothing but got: Just "OpenGL version string: 4.6.0 NVIDIA 440.82" To rerun use: --match...

The readme tells me to run `$(nix run nixpkgs.glxinfo -c glxinfo)`. This will print `name of display :0` as first line and then try to run that as a command....

I obtained the following output when running Test.hs: $ env DRI_PRIME=1 ./Test.hs Running tests for nixGL It can take a while, this will build and test all drivers in the...

Unsupported device