Tutorials/Access another computer's display/it: Difference between revisions

From KDE UserBase Wiki
(Importing a new version from external source)
(Importing a new version from external source)
Line 3: Line 3:
Vuoi accedere ai programmi KDE che sono in esecuzione su un altro computer.
Vuoi accedere ai programmi KDE che sono in esecuzione su un altro computer.


Reasons can be
Le ragioni possono essere:
* someone is running Linux and requesting support from you
* qualcuno che sta utilizzando Linux richiede il tuo aiuto,
* you want to train a user how to work with a specific gui software
* vuoi insegnare ad un utente come lavorare con uno specifico programma,
* you have worked on your desktop computer and want to continue work in front of the TV (Simpsons coming) on your notebook
*hai lavorato sul tuo computer desktop e vuoi continuare a farlo di fronte alla TV (stanno per iniziare i Simpson) con il tuo portatile.





Revision as of 12:41, 28 December 2010

Vuoi accedere ai programmi KDE che sono in esecuzione su un altro computer.

Le ragioni possono essere:

  • qualcuno che sta utilizzando Linux richiede il tuo aiuto,
  • vuoi insegnare ad un utente come lavorare con uno specifico programma,
  • hai lavorato sul tuo computer desktop e vuoi continuare a farlo di fronte alla TV (stanno per iniziare i Simpson) con il tuo portatile.


Prerequesites

You will need the software x11vnc. For example, to install x11vnc on SUSE Linux, open a Konsole and type

yast -i x11vnc

So let's assume you want to access a KDE desktop session of user on the computer user-desktop. Open a Konsole and do:

you@your-computer $ ssh user@user-desktop
user@user-desktop $ export DISPLAY=:0
user@user-desktop $ x11vnc

The program x11vnc tells you where to connect. The line will read like

The VNC desktop is:      user-desktop:0

Connect from your notebook:

you@your-computer $ vncviewer user-desktop:0

The "user-desktop" term may be the host name of the server machine if that name is configured in the "hosts" file on the client machine.