From e301925d9836bd9adb98c2b53075fcfc69969f81 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 3 Apr 2023 10:28:51 +0200 Subject: [PATCH] Use same identifier as device in xorg.conf by default (and screen) to fix overclock match --- 88-gsr-coolbits.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/88-gsr-coolbits.conf b/88-gsr-coolbits.conf index 2a9055c..be665f1 100644 --- a/88-gsr-coolbits.conf +++ b/88-gsr-coolbits.conf @@ -1,5 +1,5 @@ Section "Device" - Identifier "NvidiaCoolbits" + Identifier "Device0" Driver "nvidia" Option "Coolbits" "12" EndSection