porcorosso: try out nouveau+modesetting?

This commit is contained in:
Luke Granger-Brown 2021-06-19 18:31:21 +01:00
parent eba082c249
commit 8c75ce4ecc
2 changed files with 2 additions and 3 deletions

View file

@ -157,8 +157,7 @@ in {
services.xserver.layout = "us"; services.xserver.layout = "us";
services.xserver.libinput.enable = true; services.xserver.libinput.enable = true;
services.xserver.windowManager.i3.enable = true; services.xserver.windowManager.i3.enable = true;
#services.xserver.videoDrivers = [ "nvidia" ]; services.xserver.videoDrivers = [ "nouveau" "modesetting" ];
services.xserver.videoDrivers = [ "intel" ];
specialisation.intelGraphics.configuration = { specialisation.intelGraphics.configuration = {
services.xserver.videoDrivers = lib.mkForce [ "intel" ]; services.xserver.videoDrivers = lib.mkForce [ "intel" ];
}; };

View file

@ -30,7 +30,7 @@ pkgs.stdenvNoCC.mkDerivation rec {
name = "quotes-node_modules"; name = "quotes-node_modules";
src = builtins.filterSource filterSourcePred ./theme/static_src; src = builtins.filterSource filterSourcePred ./theme/static_src;
outputHash = "sha256:1bm4vb19ikxsdllj80sqnj9s9d2cpp7f5b37gdwfh8i6kk5m0n1x"; outputHash = "sha256:0jgy91b5mzglmc63562z3k82w8avr3piplr712i9k3dz00mbhijs";
outputHashMode = "recursive"; outputHashMode = "recursive";
buildInputs = with pkgs; [ nodejs ]; buildInputs = with pkgs; [ nodejs ];