-
-
Notifications
You must be signed in to change notification settings - Fork 629
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
error with hardware.nvidia.open (dell xps 15 7590) #1092
Comments
It was an intentional breaking change NixOS/nixpkgs#337289 (comment) there will need to be some changes to fix it and figure out if it should be turned on for your gpu |
@BCNelson thanks! |
I'm not sure about the specifics. But I do know that it defaulted to false before |
2 tasks
13 tasks
13 tasks
getchoo
added a commit
to getchoo-contrib/nixpkgs
that referenced
this issue
Sep 16, 2024
This requirement was introduced in NixOS#337289 as a way to make sure users "explicitly pick which version of the driver they want since nvidia recommends the open one, but that is incompatible with older drivers". This is reasonable, however the user isn't informed in any real way aside from the upcoming release notes This has caused a [good](NixOS#337289 (comment)) [amount](NixOS#337289 (comment)) [of](NixOS#338196) [confusion](NixOS/nixos-hardware#1092) amongst users. By introducing this assertion and using a new `useOpenModules` local variable, we can have the same behavior but display a proper error message to hopefully clear things up until we can safely make this a default
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
on my xps laptop using this flake:
in configuration.nix I have:
hardware.nvidia.prime.offload.enable = true;
nixos rebuild fails with
I assumed this option is set automatically by https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/os-specific/linux/nvidia-x11/default.nix
am I wrong ?
thanks for your help in advance :)
The text was updated successfully, but these errors were encountered: