[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problème démarrage X Re: [gulliver] Could not init font path element unix/:7200, removing from list !


From François <francois dot joulaud at bzh dot net>
Subject problème démarrage X Re: [gulliver] Could not init font path element unix/:7200, removing from list !
Date Mon, 10 Dec 2007 23:43:42 +0100

Bonjour,

On Le Monday 10 December 2007, à 20:07:39, Abdellah Rhanizar wrote:
> Mon serveur graphique Xorg ne démarre pas [...]
> et affiche le message d'erreur [...] en 
> indiquant aussi: 
> Fatal server error: Could not open default font 'fixed'.

Le problème est bien un problème d'accès au serveur xfs. Je penche
pour un port qui n'est pas configuré de la même façon dans ton
xorg.conf et dans la config xfs

> Section "Files"
> 
[snip]
>     RgbPath      "/usr/X11R6/lib/X11/rgb"
>     FontPath     "unix/:7100"
> EndSection

Déjà il y a un truc bizarre, le fichier de configuration et le message
d'erreur ne correspondent pas (7100 ou 7200 ?). Êtes-vous sûr que
c'est ce fichier de configuration qui est utilisé ?

Sinon, xfs semble inutile dans la majorité des cas :
<http://fedoraproject.org/wiki/Releases/FeatureNoMoreXFS>
Sans xfs, votre fichier de configuration ressemblera plutôt à :

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


Cordialement,
François