Recent Changes - Search:

Général

Sécurité

Windows

Linux

Systeme

Réseaux

XBMC

Liens

PmWiki

edit SideBar

ConfigurationDeLaRSolutionDeVNCServer

Dans le fichier de configuration propre à chaque utilisateur (/home/<user>/.vnc/xstartup) :

   $geometry ="1024x768";
   $depth = "24";
   $getDefaultFrom = "-display localhost:0"

Source : How to configure vncserver ?

Dans le même genre, le fichier xstartup a une configuration par défaut : il lance le Window Manager x-window-manager. Pour lancer le window manager GNOME par exemple, il suffit de remplacer/ajouter la ligne suivante :

   #x-window-manager &
   exec gnome-session &
Edit - History - Print - Recent Changes - Search
Page last modified on March 14, 2009, at 01:38 PM