mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00:00
Add inactive display as a symptom of noveau with sway 1.6
parent
7fda9375cf
commit
cc2b77cfa1
4
Home.md
4
Home.md
|
@ -595,10 +595,12 @@ You probably shouldn't do this. If you really need to: `sudo --preserve-env=XDG_
|
||||||
|
|
||||||
This is ultimately caused by Clutter's reliance on the deprecated `wl_shell` protocol. Unless/until https://gitlab.gnome.org/GNOME/clutter/-/merge_requests/5 is merged, a workaround is to set `CLUTTER_BACKEND=gdk` to have it use gdk rather than attempt to interface directly with the compositor.
|
This is ultimately caused by Clutter's reliance on the deprecated `wl_shell` protocol. Unless/until https://gitlab.gnome.org/GNOME/clutter/-/merge_requests/5 is merged, a workaround is to set `CLUTTER_BACKEND=gdk` to have it use gdk rather than attempt to interface directly with the compositor.
|
||||||
|
|
||||||
### Sway 1.6 shows garbage on Nouveau
|
### 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 recieves no input at all.
|
||||||
|
|
||||||
Try setting `WLR_DRM_NO_MODIFIERS=1`.
|
Try setting `WLR_DRM_NO_MODIFIERS=1`.
|
||||||
|
|
||||||
This is due to two Nouveau bugs, fixed in these merge requests:
|
This is due to two Nouveau bugs, fixed in these merge requests:
|
||||||
|
|
Loading…
Reference in a new issue