You are not logged in.
Hi,
I have a short blackscreen on docked display over dockingstation and HDMI.
So someone can help me to debug this error?
The usb devices and ethernet port doesn’t disconnect .
Where I have to search?
Last edited by Morta (2021-11-19 05:12:34)
Offline
Yes, it is a bug introduced by GNOME 41. I raised this mutter bug.
Workaround is to add MUTTER_DEBUG_ENABLE_ATOMIC_KMS=0 to /etc/environment.
Offline
That option kills the entry dockingstation!
It's doesn't work.... but thanks for the input and it's good that is a know ed bug.
Offline
I applied this pending MR and it fixes the problem.
Offline
I applied this pending MR and it fixes the problem.
How I apply this diff to local mutter? I never did before!
Offline
You need to build, patch, and install Arch mutter from source. Steps are:
mkdir ~/mutter && cd ~/mutter
curl -O https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/mutter/trunk/PKGBUILD
vim PKGBUILD
# add line to end of prepare() function:
# curl -s "https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2098.patch" | git am
makepkg -si --nocheckLast edited by bulletmark (2021-11-19 04:13:03)
Offline
You need to build, patch, and install Arch mutter from source. Steps are:
mkdir ~/mutter && cd ~/mutter curl -O https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/mutter/trunk/PKGBUILD vim PKGBUILD # add line to end of prepare() function: # curl -s "https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2098.patch" | git am makepkg -si --nocheck
Thanks!
I had to install xorg-server-xfvb to compile mutter with adjusted patch.
Last edited by Morta (2021-11-19 05:08:40)
Offline
On the first eye it seems to work!
Last edited by Morta (2021-11-19 10:03:12)
Offline