diff --git a/Home.md b/Home.md index 0f698fe..229f92e 100644 --- a/Home.md +++ b/Home.md @@ -627,13 +627,11 @@ This is ultimately caused by Clutter's reliance on the deprecated `wl_shell` pro ### Sway 1.6 shows garbage or a blank screen on Nouveau -Could manifest as a blank screen where windows or bars are not drawn at all, only the mouse pointer. +Could manifest as a blank screen where windows or bars are not drawn at all, only the mouse pointer. Could manifest an inactive display where the monitor receives no input at all. -Could manifest an inactive display where the monitor receives no input at all. +Try setting `WLR_DRM_NO_MODIFIERS=1`. If you have it set, try un-setting it. -Try setting `WLR_DRM_NO_MODIFIERS=1`. - -This is due to two Nouveau bugs, fixed in these merge requests, and released in mesa 21.1.0: +Issues when modifiers are enabled are due to two Nouveau bugs, fixed in these merge requests, and released in mesa 21.1.0: - https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8500 - https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3724