From 7bc5c4d19a43cc8d3215afba0bfb43336d007f51 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Wed, 25 Dec 2024 14:51:43 +0100 Subject: [PATCH] README: remove TODO to support resolution change, it probably works --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7c3b547..c853884 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,6 @@ For more complex selectors, see [env_logger's documentation](https://docs.rs/env Help is wanted and much appreciated! If you want to implement some of these, feel free to open an issue and I'll provide more details and try to help you along the way. - Support for frames with custom DRM modifiers (e.g. multi-planar frames) is currently not implemented. This was [implemented in mesa](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/1466) and can finally be added to `wluma`. Until then, a workaround is to export `WLR_DRM_NO_MODIFIERS=1` before launching your wlroots-based compositor. -- Changing screen resolution while `wluma` is running is not supported yet, and should crash the app. Workaround: restart `wluma` after changing resolution. - Plugging in a screen while `wluma` is running. Workaround: restart `wluma`. ## Relevant projects