|
|
|
|
Bonjour,
J'ai 2 pc, 1 sous Debian et l'autre sous XP.
Quand je suis sur la machine Debian, j'ai accés en graphique.
Quand je me connecte avec cygwin depuis mon pc sous XP, l'interace graphqiue se lance sur la machine Linux mais pas sur XP.
Dans mon ssh j'ai bien mis
X11forwarding YES
et sous cygwin je tape :
# ssh -X monlogin@MACHINE_DEBIAN
password :
# startx
Comment afficher l'interface graphqiue sur la machine d'ou je me connecte ?
merci
Salut,
|
Bjr,
|
Réfère toi à ce tuto :
|
Salut,
cygwin@windows # startx // un xterm se lance dans le xterm je tape : cygwin@windows # ssh -X monlogin@linux Password : Warning : No xauth data; fake authentication data for X11 forwarding. monlogin@linux # startkde Là KDE se lance mais dans les fenetres différentes (le bureau dans une fenetre, le menu du bas également...) Pour remedier à cela, j'ai compris qu'il fallait lancer une fenetre X et un xterm dans cette fenetre X depuis cygwin. Je teste : cygwin@windows # X | xterm //X se lance mais pas xterm(unable to pen display) Par contre quand je tape : cygwin@windows # X | startx X se lance une première fois, J'ai un message d'erreur :"A fatal error has occured and Cygwin/X will now exit. Please open /tmp/XWin.log for more information..." X se ferme X se relance avec un xterm. Là je tape cygwin@windows # ssh -X monlogin@linux Password : Warning : No xauth data; fake authentication data for X11 forwarding. monlogin@linux # startkde Tout se lance dans la fenêtre X, ça marche nickel. Mais j'ai encore quelques erreurs, déjà le : "Warning : No xauth data; fake authentication data for X11 forwarding." ensuite comment lancer un xterm dans une fenetre X sans avoir l'erreur "A fatal error has occured and Cygwin/X will now exit. Please open /tmp/XWin.log for more information..." Merci. |
"Warning : No xauth data; fake authentication data for X11 forwarding."
|