this post was submitted on 17 Oct 2024
23 points (100.0% liked)

Linux

47866 readers
2506 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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.

top 11 comments
sorted by: hot top controversial new old
[–] vikingtons@lemmy.world 4 points 1 week ago (2 children)

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/

[–] user_naa@lemmy.world 1 points 1 week ago* (last edited 1 week ago) (1 children)

I added new refresh rate for testing, but after enabling it I just get black screen. How to fix this issue?

[–] vikingtons@lemmy.world 1 points 1 week ago* (last edited 1 week ago) (2 children)

I'm sorry to hear that. Does this system only have access to this single display? Did you use a kernel command to modify your EDID? If so, are you able to temporarily modify your grub before booting into the OS?

[–] user_naa@lemmy.world 1 points 1 week ago (1 children)

I set modified EDID in GRUB. I have only 1 display.

[–] vikingtons@lemmy.world 1 points 1 week ago

I see. You can temporarily edit your grub before the OS loads. This should afford you the opportunity to boot into the system without EDID modifications, though im not sure if your modified EDID will still load under this scenario. If so, you may need to switch into a CLI session to undo your changes.

[–] user_naa@lemmy.world 1 points 1 week ago (2 children)

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?

[–] SteveTech@programming.dev 4 points 1 week ago

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.

[–] vikingtons@lemmy.world 1 points 1 week ago* (last edited 1 week ago)

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

https://tomverbeure.github.io/video_timings_calculator

[–] TMP_NKcYUEoM7kXg4qYe@lemmy.world 1 points 1 week ago (1 children)

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.

[–] user_naa@lemmy.world 1 points 1 week ago

Is it possible on KDE Plasma?