enable nvidia_drm.fbdev
This fixes sunshine failing to detect the GPU https://wiki.archlinux.org/title/NVIDIA#DRM_kernel_mode_setting https://archive.is/iLaes
This commit is contained in:
parent
65361d49b7
commit
4a249abf84
@ -14,7 +14,7 @@
|
|||||||
kernelModules = [ ];
|
kernelModules = [ ];
|
||||||
};
|
};
|
||||||
kernelModules = [ "v4l2loopback" ];
|
kernelModules = [ "v4l2loopback" ];
|
||||||
kernelParams = [ "mitigations=off" ];
|
kernelParams = [ "mitigations=off" "nvidia_drm.fbdev=1" ];
|
||||||
extraModulePackages = [ config.boot.kernelPackages.v4l2loopback ];
|
extraModulePackages = [ config.boot.kernelPackages.v4l2loopback ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user