From 577584dc92db0201d5e1ff3854d08e1a6ea370b4 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Tue, 29 Jul 2025 13:30:49 +0200 Subject: [PATCH] switch to latest kernel, try to fix screen fragments with multimonitor --- nixy/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixy/configuration.nix b/nixy/configuration.nix index 00f90e4..0814160 100644 --- a/nixy/configuration.nix +++ b/nixy/configuration.nix @@ -86,8 +86,9 @@ in kernelParams = [ "psmouse.synaptics_intertouch=0" "mem_sleep_default=deep" + "amdgpu.sg_display=0" ]; - #kernelPackages = pkgs.linuxPackages_latest; + kernelPackages = pkgs.linuxPackages_latest; kernel.sysctl = { "net.core.default_qdisc" = "fq"; "net.ipv4.tcp_congestion_control" = "bbr";