Updated Home (markdown)

Simon Ser 2022-03-11 08:11:06 +01:00
parent b03a8fd576
commit b279dfffff

@ -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