Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 21/05/2006, à 14:42

Boudin Rouge

Serveur VNC sous dapper 6.06

Bonjour à tous.

J'ai franchi le pas dapper hier pour essentiellement faire mumuse avec Xgl et Compiz-gnome.
Tout c'est bien installé, j'ai résolu les quelques soucis mineurs (problème avec mon x850, problème de DHCP) mais il y en a un qui me résiste, grrrrr !

J'utilise beaucoup le VNC, pour controller mon PC au travail, et là le serveur ne fonctionne tout simplement pas... Je ne sais pas si ça peut être du à xgl, où si c'est la mise à jour vers dapper qui a provoqué le soucis.

Quand je lance vncserver j'obtiens :

boudin@digichick:~$ vncserver

New 'X' desktop is digichick:2

Starting applications specified in /home/boudin/.vnc/xstartup
Log file is /home/boudin/.vnc/digichick:2.log

Donc a première vue aucune erreur, mais quand je regarde le log :

boudin@digichick:~$ cat /home/boudin/.vnc/digichick\:2.log

Xvnc Free Edition 4.1.1
Copyright (C) 2002-2005 RealVNC Ltd.
See http://www.realvnc.com for information on VNC.
Underlying X server release 70000000, The X.Org Foundation


Sun May 21 14:25:58 2006
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 unix/:7100, removing from list!

Fatal server error:
could not open default font 'fixed'
XIO:  fatal IO error 104 (Connection reset by peer) on X server ":2.0"
      after 0 requests (0 known processed) with 0 events remaining.

Je n'arrive pas a voir d'où provient cette erreur "could not open default font 'fixed'"

Le serveur continue tranquillement de tourner, mais aucun client ne peut le joindre...

Je ne vois vois vraiment pas d'où ça peut venir -_-, je n'ai pas trouvé d'infos quant à une incompatibilité de xvnc et xgl.

Au cas où ça puisse avoir un rapport, voici mon xorg.conf :

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "aticonfig Screen 0" 0 0
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured Mouse"
EndSection

Section "Files"
        # paths to defoma fonts
        #FontPath     "/usr/share/X11/fonts/misc"
        #FontPath     "/usr/share/X11/fonts/cyrillic"
        #FontPath     "/usr/share/X11/fonts/100dpi/:unscaled"
        #FontPath     "/usr/share/X11/fonts/75dpi/:unscaled"
        #FontPath     "/usr/share/X11/fonts/Type1"
        #FontPath     "/usr/share/X11/fonts/CID"
        #FontPath     "/usr/share/X11/fonts/100dpi"
        #FontPath     "/usr/share/X11/fonts/75dpi"
        FontPath     "/usr/lib/X11/fonts/misc"
        FontPath     "/usr/lib/X11/fonts/cyrillic"
        FontPath     "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath     "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath     "/usr/lib/X11/fonts/Type1"
        FontPath     "/usr/lib/X11/fonts/CID"
        FontPath     "/usr/lib/X11/fonts/100dpi"
        FontPath     "/usr/lib/X11/fonts/75dpi"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
        Load  "GLcore"
        SubSection "extmod"
                Option      "omit xfree86-DGA"
        EndSubSection
        Load  "dbe"
        Load  "v4l"
        Load  "i2c"
        Load  "bitmap"
        Load  "ddc"
        Load  "dri"
        Load  "extmod"
        Load  "freetype"
        Load  "glx"
        Load  "int10"
        Load  "type1"
        Load  "vbe"
EndSection

Section "InputDevice"
        Identifier  "Generic Keyboard"
        Driver      "kbd"
        Option      "CoreKeyboard"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "fr"
        Option      "XkbVariant" "latin9"
EndSection

Section "InputDevice"
        Identifier  "Configured Mouse"
        Driver      "mouse"
        Option      "CorePointer"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "ImPS/2"
        Option      "Emulate3Buttons" "true"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "SyncMaster"
        Option      "DPMS"
EndSection

Section "Monitor"
        Identifier   "aticonfig Monitor 0"
EndSection

Section "Device"
        Identifier  "ATI Technologies, Inc. Radeon X850 Pro (R480)"
        Driver      "ati"
        BusID       "PCI:1:0:0"
EndSection

Section "Device"
        Identifier  "ATI Graphics Adapter 0"
        Driver      "fglrx"
        Option      "VideoOverlay" "on"
        Option      "OpenGLOverlay" "off"
        Option       "KernelModuleParm" "agplock=0"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device     "ATI Technologies, Inc. Radeon X850 Pro (R480)"
        Monitor    "SyncMaster"
        DefaultDepth     24
        SubSection "Display"
                Depth     1
                Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     4
                Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig Screen 0"
        Device     "ATI Graphics Adapter 0"
        Monitor    "aticonfig Monitor 0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection

Merci d'avance ^^

Edit :

Je viens de trouver une info comme quoi ça concernerait xfs. Le serveur xfs n'était pas installé, je l'ai rajouté et depuis j'ai une autre erreur :

boudin@digichick:/usr/share/icons$ vncserver

New 'X' desktop is digichick:2

Starting applications specified in /home/boudin/.vnc/xstartup
Log file is /home/boudin/.vnc/digichick:2.log

boudin@digichick:/usr/share/icons$ cat /home/boudin/.vnc/digichick\:2.log

Xvnc Free Edition 4.1.1
Copyright (C) 2002-2005 RealVNC Ltd.
See http://www.realvnc.com for information on VNC.
Underlying X server release 70000000, The X.Org Foundation


Sun May 21 15:33:00 2006
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
xrdb: No such file or directory
xrdb: can't open file '/home/boudin/.Xresources'
L'option --login n'est plus supportée dans cette version de gnome-terminal;
vous devriez créer un profil avec les réglages désirés, et utiliser la
nouvelle option --window-with-profile
Avertissement du gestionnaire de fenêtres : Log level 32: could not find XKB extension.

En effet, je n'ai pas de fichier .Ressources dans mon home, quelqu'un sait-il a quoi ce fichier correspond ?

Dernière modification par Boudin Rouge (Le 21/05/2006, à 16:02)

Hors ligne

#2 Le 21/05/2006, à 15:38

davromaniak

Re : Serveur VNC sous dapper 6.06

Euh ce message n'aurait-il pas sa place dans la partie du forum consacrée a la Dapper ???

@+


Blog
La guerre, ce n'est pas mourir pour son pays mais faire que pour le salaud d'en face meure pour le sien (Wiston Churchill)
Proverbe russe : "L'église est proche mais la route est verglassée. Le bar est loin mais je marcherai avec prudence..."

Hors ligne

#3 Le 21/05/2006, à 16:03

Boudin Rouge

Re : Serveur VNC sous dapper 6.06

Oui, désolé, j'ai vu ce forum juste après avoir posté.... Si un modérateur peut avoir la gentillesse de le déplacer.. encore désolé

Hors ligne

#4 Le 26/05/2006, à 17:05

soluce ????

Re : Serveur VNC sous dapper 6.06

Si tu utilise une distrib a base de serveur X xorg et non Xfree86 le bleme vient du fait que le vncserver cherche des path en relation avec ce dernier.

Vas voir ton fichier /etc/vnc.conf et control cette ligne :
$XFConfigPath = "/etc/X11/xorg.conf";

et t'assurant au prealable que sur ta dist le fichier est bien la ca devrai suffir.

Si non fait  de meme pour les font path plus bas mais va d'abord jetter un oeil dans ton fichier de conf du serveur X qui devrait contenir les fontpath en question.

j'ai eu le meme bleme sur une ubuntu et avec la premiere solution ca marche.

A+