ljdsalkjadslkj
This commit is contained in:
@@ -16,7 +16,7 @@ lib.mkMerge [
|
||||
hardware.graphics.enable32Bit = true;
|
||||
|
||||
# does not work on pascal
|
||||
# hardware.nvidia.open = true;
|
||||
# hardware.nvidia.open = lib.mkDefault true;
|
||||
|
||||
# Experimental and only works on modern Nvidia GPUs (Turing or newer).
|
||||
/* powerManagement.finegrained = true; */
|
||||
@@ -24,7 +24,7 @@ lib.mkMerge [
|
||||
{
|
||||
|
||||
nixpkgs.config.openglSupport = true; # why is this not set by hardware.opengl.enable ?
|
||||
nixpkgs.config.cudaSupport = true;
|
||||
nixpkgs.config.cudaSupport = true;
|
||||
nixpkgs.config.vdpauSupport = true;
|
||||
nixpkgs.config.vaapiSupport = true;
|
||||
nixpkgs.config.nvidiaSupport = true;
|
||||
@@ -78,6 +78,7 @@ lib.mkMerge [
|
||||
#hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.latest;
|
||||
#hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.beta;
|
||||
|
||||
|
||||
#hardware.nvidia.prime = {
|
||||
# offload.enable = true;
|
||||
# # Bus IDs. You can find them using lspci, grepping for "3D" or "VGA"
|
||||
|
||||
Reference in New Issue
Block a user