Set custom refresh rate
Set custom refresh rate
Hello! I am on Fedora 40 KDE Edition (Wayland). I have monitor with two supported refresh rates (60, 50 Hz). How can I set custom refresh rate? I know, on Windows you can use CRU.
Set custom refresh rate
Hello! I am on Fedora 40 KDE Edition (Wayland). I have monitor with two supported refresh rates (60, 50 Hz). How can I set custom refresh rate? I know, on Windows you can use CRU.
You want to look into modifying your display EDID.
I don't believe there's a GUI for this on Linux but this post referencing the Archwiki might come in handy
https://foosel.net/til/how-to-override-the-edid-data-of-a-monitor-under-linux/
I added new refresh rate for testing, but after enabling it I just get black screen.
In this guide author dumped edid from disaplay and then loaded it without any modifications. So after reloading edid you can choose any resolution? Or I understood something wrong?
I think you'd have to modify the edid, since you're setting a custom refresh rate, not a hidden one.
I've use wxEDID to force enable VRR before.
Archwiki references a [@<refresh>]
(presumably denoted as [@144]
for something like 144Hz) property, hopefully that's all you should need to define, though I'm not sure if you'll need to manually recalculate vertical and horz timings or something.
Maybe this can help fill in any gaps
in case you have not solved it, it's easy on Sway. man sway-output
(kinda) tells you how to do it. Here's an example sway config line:
output HDMI-1 res --custom 1921x1081@61Hz
You can even change CRT timings like front porch, if you want that.
Is it possible on KDE Plasma?