Bonjour à tous,
Le problème que je rencontre,
J'essaye d'accéder depuis Ubuntu (Client) vers Ubuntu server (Server). Le problème est qu'en démarrant via n'importe quel client VNC, j'ai un écran vide et gris...
Les informations,
OS Client
Distributor ID: Ubuntu
Description: Ubuntu Bionic Beaver (development branch)
Release: 18.04
Codename: bionic
Remmina installé
Le profil Remmina créé
OS Server
Distributor ID: Ubuntu
Description: Ubuntu 17.10
Release: 17.10
Codename: artful
La partie graphique (gnome) est déjà installé.
vnc4server est installé
Le fichier ~/.vnc/xstartup
#!/bin/sh
# Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER
# exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
x-window-manager &
gnome-panel &
gnome-settings-daemon &
metacity &
nautilus &
Je sais démarré et tuer le serveur, je pense à une erreur dans la configuration.
EDIT: J'ai oublié de spécifier que Ubuntu Server est sur une machine virtuelle (vmware).
Merci par avance pour votre aide.