summaryrefslogtreecommitdiffstats
path: root/src/xprivate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xprivate.cpp')
-rw-r--r--src/xprivate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xprivate.cpp b/src/xprivate.cpp
index 53059e4..15447b7 100644
--- a/src/xprivate.cpp
+++ b/src/xprivate.cpp
@@ -672,7 +672,7 @@ bool XPrivate::addResolutionToOutput(OutputInfo *oi, const QSize &res)
for (auto *mode : _modeMap) {
if (int(mode->width) != res.width() || int(mode->height) != res.height())
continue;
- if (toVertRefresh(mode) < 59 || toVertRefresh(mode) > 70)
+ if (toVertRefresh(mode) < 55 || toVertRefresh(mode) > 70)
continue; // Play it safe
if (bestMode == nullptr || abs(toVertRefresh(bestMode) - 60) > abs(toVertRefresh(mode) - 60)) {
bestMode = mode; // As close to 60 as possible