Skip to content

Fix refresh rate reported for my laptop monitor

Albert Astals Cid requested to merge work/aacid/fix_xrander_refreshrate into master

kscreen was reporting 120Hz while xrandr and the manufacturer agree it's 60Hz only so i got inspired by the static double mode_refresh (const XRRModeInfo *mode_info) function in xrandr and now kscreen reports 60Hz for all the modes

Merge request reports