-
-
Notifications
You must be signed in to change notification settings - Fork 630
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
XPS 15 7590 (nvidia) use open-source driver #1093
XPS 15 7590 (nvidia) use open-source driver #1093
Conversation
This fixes error induced intentionally, see NixOS/nixpkgs#337289 (comment) Signed-off-by: Ayoub Nasr <ayoub.nasr@scality.com>
@mergify queue |
🛑 The pull request has been removed from the queue
|
@@ -21,5 +21,7 @@ | |||
# Bus ID of the NVIDIA GPU. | |||
nvidiaBusId = lib.mkDefault "PCI:1:0:0"; | |||
}; | |||
|
|||
open = lib.mkDefault true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To avoid the conflicting option:
open = lib.mkDefault true; | |
open = true; |
Should we have a way to encode compatibility in a more general way? For instance does the logic to enable and disable the opensource driver belong in the shared gpu code? |
@BCNelson it might be. I just faced this on another one of my machines. |
@BCNelson alright, I'll be closing this then. |
Description of changes
fix for #1092
set
hardware.nvidia.open = true;
for xps 15 7590This fixes error induced intentionally, see NixOS/nixpkgs#337289 (comment)
Things done
nixos-hardware
andimporting it via
<nixos-hardware>
or Flake inputMore info
output from nvidia-smi