Hi all,

We needed to implement a Remote Display in Beaglebone black with Debian 
Jessie image.

For that I proceeded as per the link 
http://eionix.blogspot.in/2015/02/remote-access-your-beaglebone-black.html.

And whatever displayed in BBB local HDMI desktop is displayed in the remote 
laptop display also.

As per the link mentioned above, we have to use the following command in 
BBB(act as vnc server).

x11vnc -auth /var/run/lightdm/root/:0 -forever

And in remote laptop with Ubuntu 16.04 LTS, we have run the command

vinagre 192.168.7.2::5900.

But when I run my GUI application with startx command(and applications will 
be called from the file ~/.xinitrc), the applications appear on local BBB 
display, but it is not coming on Remote Laptop Display. Remote Display 
shows only the previous Desktop of BBB.

I think, it is showing the desktop, because of the X Authority file 
/var/run/lightdm/root/:0. 
When we execute startx, the display manager used is 
/etc/alternatives/x-window-manager. What should be the X Authority file for 
x-window-manager, that I should place in x11vnc command, for the remote 
display of my application?


Thanks in advance for the help.


Thanks & Regards,
Sajeevan.K


-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/f0830b39-4e4a-4816-9cbc-f07a19ae00ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to