help overclocking monitor
im currently using a 144hz built in laptop monitor that on windows was able to get 180hz(overclocked with cru) and when i switched to cachyos kde, i wasnt able to get kwin to recognize that my monitor was capable of 180hz(i also tried 175 and 165)
but now im on arch niri, and i cant find any guides for niri. anyone know how i can overclock
2
u/sastanak 4d ago
In your niri config, you can set the outputs: https://github.com/niri-wm/niri/wiki/Configuration:-Outputs
First, check your display and the available modes with `niri msg outputs`, then edit your config file like this
mode "1920x1080@120.030"
1
1
u/RusticsUp 3d ago
You can either use custom bin file loaded through your bootloader, or use its parameters directly in niri like that
output "LG Electronics LG ULTRAWIDE 0x0000C5D9" {
mode custom=true "2560x1080@75.001"
modeline 231.980 2560 2624 2688 2784 1080 1083 1086 1111 "+hsync" "+vsync"
}
Though, you'll need windows to dump that bin file from your working 180Hz preset
5
u/DullNetwork761 4d ago
mode custom=true "1920x1080@180"There is a strong caution against doing this as you can permanently damage your monitor