Use same identifier as device in xorg.conf by default (and screen) to fix overclock match

This commit is contained in:
dec05eba 2023-04-03 10:28:51 +02:00
parent 711379899b
commit e301925d98

View File

@ -1,5 +1,5 @@
Section "Device" Section "Device"
Identifier "NvidiaCoolbits" Identifier "Device0"
Driver "nvidia" Driver "nvidia"
Option "Coolbits" "12" Option "Coolbits" "12"
EndSection EndSection