switch to latest kernel, try to fix screen fragments with multimonitor
This commit is contained in:
parent
55ab5a06eb
commit
577584dc92
@ -86,8 +86,9 @@ in
|
|||||||
kernelParams = [
|
kernelParams = [
|
||||||
"psmouse.synaptics_intertouch=0"
|
"psmouse.synaptics_intertouch=0"
|
||||||
"mem_sleep_default=deep"
|
"mem_sleep_default=deep"
|
||||||
|
"amdgpu.sg_display=0"
|
||||||
];
|
];
|
||||||
#kernelPackages = pkgs.linuxPackages_latest;
|
kernelPackages = pkgs.linuxPackages_latest;
|
||||||
kernel.sysctl = {
|
kernel.sysctl = {
|
||||||
"net.core.default_qdisc" = "fq";
|
"net.core.default_qdisc" = "fq";
|
||||||
"net.ipv4.tcp_congestion_control" = "bbr";
|
"net.ipv4.tcp_congestion_control" = "bbr";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user