mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-06 23:21:57 -07:00
renderer: fixup nvidia driver version checks
This commit is contained in:
@@ -2737,7 +2737,7 @@ SExplicitSyncSettings CHyprRenderer::getExplicitSyncSettings() {
|
|||||||
|
|
||||||
// check nvidia version. Explicit KMS is supported in >=560
|
// check nvidia version. Explicit KMS is supported in >=560
|
||||||
// in the case of an error, driverMajor will stay 0 and explicit KMS will be disabled
|
// in the case of an error, driverMajor will stay 0 and explicit KMS will be disabled
|
||||||
int driverMajor = 0;
|
static int driverMajor = 0;
|
||||||
|
|
||||||
static bool once = true;
|
static bool once = true;
|
||||||
if (once) {
|
if (once) {
|
||||||
|
Reference in New Issue
Block a user