Merge two displays in Wayland

Hello, I use GNOME, when I run xrandr --listmonitors I get:

0: +*DP-3 1920/510x1080/290+0+0  DP-3
 1: +DP-2 1280/380x1024/300+1920+0  DP-2
 2: +HDMI-1 1920/600x1080/340+3200+0  HDMI-1

DP-3 is my primary monitor, DP-2 is my secondary monitor and HDMI-1 is my capture card, all I want is to merge (mirror) DP-3 and HDMI-1, so image from DP-3 (primary monitor) will be copied to HDMI-1 which is capture card, it was working on X11, but now I switched to Wayland, when I try to run wlr-randr I get: compositor doesn't support wlr-output-management-unstable-v1

In other words mirror DP-3 with HDMI-1 and extend DP-2.
It is working under X11 using this command: xrandr --output DP-3 --same-as HDMI-1 --output DP-2

I know Mutter doesnt have support of wlroots, but Im looking for some solution, because I would like to switch to Wayland.

Stats:

OS: Arch Linux x86_64
Kernel: 6.10.9-zen1-2-zen
Uptime: 15 mins
Packages: 4257 (pacman), 81 (flatpak)
Shell: zsh 5.9
Resolution: 1920x1080, 1280x1024, 1920x1080
DE: GNOME 46.4
WM: Mutter
WM Theme: WhiteSur-Light
Theme: WhiteSur-Light-solid [GTK2/3]
Icons: WhiteSur-dark [GTK2/3]
Terminal: WarpTerminal
CPU: AMD Ryzen 5 4500 (12) @ 4.208GHz
GPU: NVIDIA GeForce GTX 1060 6GB
Memory: 5862MiB / 31887MiB

fixed like this: ./gnome-monitor-config set -Lp -M DP-3 -M HDMI-1 -x 0 -y 1000 -L -M DP-2 -x 1920 -y 0

I hope gnome will fix it in system settings

here is issue: Cannot setup overlapping displays (#3126) · Issues · GNOME / Settings · GitLab

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.