disable overclocking gpu on glados (instability inc)
This commit is contained in:
parent
552f606563
commit
af630d4de1
|
@ -53,11 +53,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Warning: GPU optimisations have the potential to damage hardware
|
# Warning: GPU optimisations have the potential to damage hardware
|
||||||
gpu = {
|
# gpu = {
|
||||||
apply_gpu_optimisations = "accept-responsibility";
|
# apply_gpu_optimisations = "accept-responsibility";
|
||||||
gpu_device = 0;
|
# gpu_device = 0;
|
||||||
amd_performance_level = "high";
|
# amd_performance_level = "high";
|
||||||
};
|
# };
|
||||||
|
|
||||||
custom = {
|
custom = {
|
||||||
start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'";
|
start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'";
|
||||||
|
|
Loading…
Reference in a new issue