Page 1 of 1

Narrowcasting

Posted: Thu Jan 07, 2016 3:17 pm
by student050
Hello,

I got a problem.
I have 2 Raspberry Pi's that are connected on 2 different tv´s.
But now I want to mirror my screen from my windows pc on the Raspberry Pi´s.
The Raspberry Pi´s are in 2 different locations and connected with the internet.
I have tried a few things but nothing worked.
Do you guys have a few idears how i can do this?

Re: Narrowcasting

Posted: Thu Jan 07, 2016 7:41 pm
by Navyscourge
Have you tried with VNC - the server on Windows and viewer on the Pi?

Re: Narrowcasting

Posted: Mon Jan 11, 2016 8:12 am
by student050
Navyscourge wrote:Have you tried with VNC - the server on Windows and viewer on the Pi?
Thank you for your reply.
It works great.
I only have one problem, I want the VNC viewer on fullscreen.
I used this command:

Code: Select all

xtightvncviewer -fullscreen

I got black bordes around my screen like you see here:
Image

Is there any way I can force scale to always fill my display?
thanks.