Trying to fix gsp not loading
This commit is contained in:
parent
8bf5603afc
commit
5fc2467b25
@ -124,7 +124,7 @@
|
|||||||
hardware.opentabletdriver.enable = true;
|
hardware.opentabletdriver.enable = true;
|
||||||
|
|
||||||
# load amdgpu and nouveau at boot
|
# load amdgpu and nouveau at boot
|
||||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
boot.initrd.kernelModules = [ "nouveau" "amdgpu" ];
|
||||||
|
|
||||||
# Load nvidia driver for Xorg and Wayland
|
# Load nvidia driver for Xorg and Wayland
|
||||||
services.xserver.videoDrivers = [ "amdgpu" ];
|
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user