# The VNCSERVERS variable is a list of display:user pairs.
#
# Uncomment the line below to start a VNC server on display :1
# as my 'myusername' (adjust this to your own). You will also
# need to set a VNC password; run 'man vncpasswd' to see how
# to do that.
#
# DO NOT RUN THIS SERVICE if your local area network is
# untrusted! For a secure way of using VNC, see
# <URL:http://www.uk.research.att.com/vnc/sshvnc.html>.
VNCSERVERS="1:glpi"
VNCSERVERARGS[1]="-geometry 1024x768"
Alors avec VNCViewer j'arrive bien à me connecter à la session 1 (@IP:1). J'arrive sur la session GLPI.
Maintenant que je suis connecté, j'aimerai bien aller sur la session root.
Dans ce cas comment faire ?
J'ai pensé à une chose en fesant un :
# The VNCSERVERS variable is a list of display:user pairs.
#
# Uncomment the line below to start a VNC server on display :1
# as my 'myusername' (adjust this to your own). You will also
# need to set a VNC password; run 'man vncpasswd' to see how
# to do that.
#
# DO NOT RUN THIS SERVICE if your local area network is
# untrusted! For a secure way of using VNC, see
# <URL:http://www.uk.research.att.com/vnc/sshvnc.html>.
VNCSERVERS="1:glpi 2:root"
VNCSERVERARGS[1]="-geometry 1024x768"
VNCSERVERARGS[2]="-geometry 1024x768"
Avec VNCViewer j'arrive bien à me connecter à la session 2 (@IP:2). J'arrive sur la session root.
Mais j'ai un drole d'affichage :
Comment faire pour avoir l'interface graphique Gnome ?