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

Thought I'd throw in my test failures. It seems to be working fine though when running nixVulkanNvidia to run my program though. ``` Failures: Test.hs:79:11: 1) Sanity.OpenGL fails with unwrapped...

In the README.md, it says we can contribute with running the test suite. I couldn't find a way to upload the result so here I am. ``` Running tests for...

Running `nix flake show github:guibou/nixGL` results in: ``` github:guibou/nixGL/c917918ab9ebeee27b0dd657263d3f57ba6bb8ad ├───defaultPackage error: expected a derivation ``` This causes errors when a flake uses nixGL as an input and the nil LSP...

I am currently using nixGL in a context where I will be provisioning docker containers that run machine learning code that may run on a variety of host systems. To...

When using nixGL in a flake, it would be convenient to use the `auto.nixGLDefault` attribute to generate a `nixGL` wrapper (previously I was generating `nixGLnvidia-`. `auto.nixGLDefault` can't be used in...

Is there a way of exposing both APIs at the same time? There are apps that are able to change from one backend to the other (games manly but also...

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: 404 - Not Found...

Is it possible to get this to work with [wslg](https://github.com/microsoft/wslg)? All my natively installed wsl ubuntu apps work with 3d acceleration, but not the ones installed with nix.

Format of `/proc/driver/nvidia/version` in the new open source kernel module is different, making `versionMatch` failed. On my machine (Arch Linux installing `nvidia-open-dkms`) it looks like this: ```console NVRM version: NVIDIA...

Hi! I'm using `nixGL` and it works great. Thanks for maintaining this tool. I noticed Firefox outputs an error about libva on my AMD laptop when launched with nixGL, and...