Bonjour à tous,
je voudrais me connecter à mon serveur Linux qui tourne sous Fedora Core 6. Je voudrais m'y connecter par VNC sous l'environnement xfce4.
J'ai installé vnc-server et les packages propre à x11 et xfce4.
J'arrive à me connecter avec vnc, mais je tombe sur une écran vide qui contient juste une petite horloge en haut a droite et une console.
Voici mon 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 &
#xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
startxfce4 &
Et voici le log de ma connexion VNC
Xvnc Free Edition 4.1.2
Copyright (C) 2002-2005 RealVNC Ltd.
See http://www.realvnc.com for information on VNC.
Underlying X server release 70101000, The X.Org Foundation
Sat Feb 3 17:11:08 2007
vncext: VNC extension running!
vncext: Listening for VNC connections on port 5902
vncext: Listening for HTTP connections on port 5802
vncext: created VNC server for screen 0
Could not init font path element /usr/share/X11/fonts/CID/, removing from list!
localuser:khorne being added to access control list
Sat Feb 3 17:11:18 2007
Connections: accepted: 82.236.181.233::4525
SConnection: Client needs protocol version 3.5
SConnection: Client uses unofficial protocol version 3.5
SConnection: Assuming compatibility with version 3.3
Sat Feb 3 17:11:20 2007
VNCSConnST: Server default pixel format depth 16 (16bpp) little-endian rgb565
Sat Feb 3 17:11:21 2007
VNCSConnST: Client pixel format depth 16 (16bpp) little-endian rgb565
Pourriez vous m'aider et me dire ce que j'ai oublié???