[email protected] wrote:
> Hi,
> 
> (I am using kernel 3.8 installed as described on the eewiki and
> a Gentoo Linux on my Beaglebone Black.)
> 
> I want to start an X11 application on my beaglebone and redirect
> its output (via LAN) to my PC using "export DISPLAY...." on my
> beaglebone.
> 
> Unfortunately I cant start X on the beaglebone. It ends with
> "Server ended unsuccessfully: No screen found" (or similiar...
> I dont remember the exact phrase here...)
> 
You don't need X running on the BBB to do this.  In X the server is
the system/screen which runs X (i.e. your desktop machine remote from
the BBB) and the X client is the actual running program (on your BBB).

Just do the following:-

    ssh -X <name of your BBB>

then at the command prompt on the BBB run the program you want and it
will pop up a window in the X server on your desktop machine.

-- 
Chris Green
ยท

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to