Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running under Wayland reveals bad rendering performance #7462

Open
1 task done
michaelgregorius opened this issue Aug 19, 2024 · 0 comments
Open
1 task done

Running under Wayland reveals bad rendering performance #7462

michaelgregorius opened this issue Aug 19, 2024 · 0 comments
Labels

Comments

@michaelgregorius
Copy link
Contributor

michaelgregorius commented Aug 19, 2024

System Information

Linux - Wayland

LMMS Version(s)

bda1a9c

Bug Summary

See this comment and the ones following for now: #7453 (comment)

Short story: the Wayland rendering loop reveals performance problems if an application is not able to update its GUI at a rate of 60 Hz. Frames that take longer than 1/60 second to render will be dropped which to the users appears like very laggy updates in the seconds range.

With intelligent data structures and efficient rendering code it should be possible to reach the requested update rate.

This will mostly affect custom widgets like the waveform renderer/view.

Expected Behaviour

Render quickly.

  • I have searched all existing issues and confirmed that this is not a duplicate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant