Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5077

Troubleshooting • Re: Wayland can't mirror, X11 can't hotplug...

$
0
0
re-enable wayfire. in wayfire edit scroll to the output section and try 'mirror' option
Mode can also be mirror <output_name>, where <output_name> is the name of another output. In this case, the output will simply mirror the contents of the given output.
https://github.com/WayfireWM/wayfire/wi ... outputmode

Code:

sudo nano .config/wayfire.ini
there you will find some sections like i.e.(note: run the screen configuration editor first and align both screens per your requirements).

Code:

[output:HDMI-A-1]mode = 2560x1440@59951position = 0,0transform = normal[output:HDMI-A-2]mode = 2560x1440@59951position = 0,0transform = normal
try changing that to

Code:

[output:HDMI-A-1]mode = 2560x1440@59951position = 0,0transform = normal[output:HDMI-A-2]mode = mirror HDMI-A-1position = 1440,0transform = 270
Need to say I've not tested the syntax yet :oops: but you will see if that works when you're saving wayfire.ini

video mode in kernel command line will solve your X11 HPD issues!

Statistics: Posted by aBUGSworstnightmare — Wed Mar 20, 2024 5:34 pm



Viewing all articles
Browse latest Browse all 5077

Trending Articles