Skip to content

fix: The same resolution and refresh rate have different mode IDs.

Guo kaka requested to merge guokaka/kwayland-server:master into master

After changing the resolution and refresh rate, check the refresh rate again and find that two same refresh rates are displayed. This is because the kernel has sent the same refresh rate twice. We can cancel check mode Id to solve this problem.

Edited by Guo kaka

Merge request reports