|
OpenMoko Neo1973
Desktop Survival Guide by Graham Williams |
|
|||
The Neo, which is running an XServer, can act as an XTerminal, where we use it to display the windows for an application running on another, usually more powerful, host running X/Windows applications on the network. Thus, we might run a web browser or OpenOffice on a remote computer, but display the windows on the Neo.
To do this we first tell the Neo to allow any hosts to display on its
screen with the xhost command on the Neo:
neo$ export DISPLAY=:0 neo$ xhost + access control disabled, clients can connect from any host |
On the host computer we need to tell the applications to display to
the Neo, which has a network address of 192.168.0.202, and we will
display on screen 0:
DISPLAY=192.168.0.202:0 gxine myvideo.mpg |