raspi2raspi icon indicating copy to clipboard operation
raspi2raspi copied to clipboard

Change source monitor

Open lillipu opened this issue 7 years ago • 1 comments

Hi Andrew, Thanks for your previous advice, the sharing works really well now. I don't quite understand jet at what point I can define the source and destination screens. Is this even possible after the pi is booted? Sofar the 7" was always the source and HDMI destination. Since in your description it sais 0 is default source and 5 is default destination, I tried with raspi2raspi stopped: raspi2raspi --source 5 --destination 0 but what I get is two screens that are off . with raspi2raspi started I get some very weird blurred moving something on both sides... Many thanks!

lillipu avatar Aug 09 '17 12:08 lillipu

You will probably need to change the layer number as well if the destination contains the framebuffer. Try

raspi2raspi --source 5 --destination 0 --layer 10

AndrewFromMelbourne avatar Aug 09 '17 20:08 AndrewFromMelbourne