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

[Question] Wayland support? #22

Open
escape0707 opened this issue Mar 27, 2023 · 2 comments
Open

[Question] Wayland support? #22

escape0707 opened this issue Mar 27, 2023 · 2 comments

Comments

@escape0707
Copy link

If I understood correctly, monitor refresh rate and resolution is completely controlled by Wayland compositor is using Wayland display mode, right?

So I suppose it will be quite unlikely for this script to be updated to identify and call many compositors' control API under Wayland?

@kevinlekiller
Copy link
Owner

On KDE Wayland, there's kscreen-doctor, not sure about other DE's / WM's. Ideally someone would make something abstract.

xrandr kind of still works, it can still set modes, but it doesn't show all the modes.

In this script I'm using kscreen-doctor to force enable vrr on a detected display (enables interpolation if not detected).

@escape0707
Copy link
Author

escape0707 commented Mar 27, 2023

I'm using GNOME, and I found gnome-randr-rust to be useful to change resolution and refresh rate on Wayland. But yeah, sadly there isn't a stable protocol to do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants