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

From KDE UserBase Wiki
(Created page with "Les raons poden ser: * Algú està executant Linux i us demana que l'ajudeu (el vostre suport). * Voleu mostrar a un usuari com treballar amb un programari d'interfície gràfi...")
(Created page with "==Requisits== Necessitareu el programari '''x11vnc'''. Per exemple, per instal·lar-lo en SUSE Linux, obriu una Konsole i escriviu {{Input|1=yast ...")
Line 9: Line 9:




==Prerequesites==
==Requisits==
You will need the software '''x11vnc'''. For example, to install '''x11vnc''' on SUSE Linux, open a [[Special:myLanguage/Konsole|Konsole]] and type
Necessitareu el programari '''x11vnc'''. Per exemple, per instal·lar-lo en SUSE Linux, obriu una [[Special:myLanguage/Konsole|Konsole]] i escriviu {{Input|1=yast -i x11vnc}}
{{Input|1=yast -i x11vnc}}


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

Revision as of 01:45, 10 April 2011

Voleu accedir a programari KDE que s'executa en un altre ordinador.

Les raons poden ser:

  • Algú està executant Linux i us demana que l'ajudeu (el vostre suport).
  • Voleu mostrar a un usuari com treballar amb un programari d'interfície gràfica d'usuari específic.
  • Esteu treballat en l'ordinador d'escriptori i voleu continuar el treball davant la televisió (fan els Simpson) amb el portàtil.


Requisits

Necessitareu el programari x11vnc. Per exemple, per instal·lar-lo en SUSE Linux, obriu una Konsole i escriviu

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.