URL: https://linuxfr.org/forums/linux-mandriva/posts/pb-configurer-vncserver Title: pb configurer vncserver Authors: dunkansk8 Date: 2004年10月03日T21:59:28+02:00 Tags: Score: 0 bonjour, voici mon probleme j'essai de faire fonctioner vnc sur une mandrake 9 mais lorsque je me connect avc un client kde ne se lance pas voici le xstartup #!/bin/sh [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey vncconfig -iconic & xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & startkde & et voici les logs Xvnc version 4.0 - built Jun 14 2004 12:01:28 Underlying X server release 40201000, The XFree86 Project, Inc Sun Oct 3 10:20:55 2004 vncext: VNC extension running! vncext: Listening for VNC connections on port 5901 vncext: Listening for HTTP connections on port 5801 vncext: created VNC server for screen 0 Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! sh: /home/dunkan/.vnc/xstartup: /bin/sh : bad interpreter: No such file or directory Sun Oct 3 10:21:02 2004 Connections: accepted: 192.168.0.3::2895 SConnection: Client needs protocol version 3.5 SConnection: Client uses unofficial protocol version 3.5 SConnection: Assuming compatibility with version 3.3 Sun Oct 3 10:21:05 2004 VNCSConnST: Server default pixel format depth 16 (16bpp) little-endian rgb565 VNCSConnST: Client pixel format depth 16 (16bpp) little-endian rgb565