diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-04-03 10:28:51 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-04-03 10:28:51 +0200 |
commit | e301925d9836bd9adb98c2b53075fcfc69969f81 (patch) | |
tree | dab5897ef0c2d4b3f9f4e3d7c5c28b6edd392422 | |
parent | 711379899b0b3624a1c33c56ca4ee57024b1441c (diff) |
Use same identifier as device in xorg.conf by default (and screen) to fix overclock match
-rw-r--r-- | 88-gsr-coolbits.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |