-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set up Intel/Nvidia/AMD gpus #40
Comments
For nvidia we can detect the gpu chip generation and than decide if want the open or closed gpu driver. We figured out that lspci has the gpu generation for nvidia in its first few characters encoded. |
I am getting the following with nixos-anywhere and facter:
is it related? I am trying to deploy a hetzner vm, where I don't really care about graphics here. So unsure about this usecase |
@geekodour This option was introduced in nixpkgs-unstable but is not yet available in 24.05. |
We have now some support for AMD GPUs. For nvidia, we need to detect the gpu generation to figure out if we can use the open driver or not. For Intel we need to detect the iGPU generation as well to load the right opencl/opengl and vaapi driver. |
We already load gpu drivers into the initrd, but we do not yet setup opengl/vulkan drivers.
The text was updated successfully, but these errors were encountered: