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

Re: Problème Xfree86 dsfg 1-12



    bonjour à toutes et à tous,

On Thu, Apr 14, 2005 at 09:34:41AM +0200, jphthierry@free.fr wrote:
> Selon jphthierry@free.fr:

> Could not init font path element unix/:7100, removing from list!

  je pense que c'est juste un problème de polices
La ligne ci-dessus indique que X cherche les polices fournies par
le serveur local
Tu dois donc avoir celà : FontPath        "unix/:7100"
dans ton /etc/X11/XF86Config-4

as-tu installé xfs ?
$ dpkg -l | grep xfs
ii  xfs            4.3.0.dfsg.1-1 X font server
tourne-t-il ?
$ ps aux |grep xfs
root      1223  0.0  0.4   9296   604 ?        Ss   Apr12   0:07 /usr/bin/X11/xfs -daemon

une autre méthode consiste à mettre les lignes suivantes dans
/etc/X11/XF86Config-4 :

Section "Files"

        # local font server
        FontPath        "unix/:7100"
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        FontPath        "/usr/lib/X11/fonts/100dpi"

EndSection

ainsi, tu n'as pas besoin de xfs
et tu peux même supprimmer la ligne :
FontPath "unix/:7100"
-- 
                                           /             \
                                          ((__-^^-,-^^-__))
 .''`.          Philippe BOURCIER          `-_---' `---_-'  .-.
: :' :  http://bourcier.philippe.online.fr  `--|o` 'o|--'   /V\
`. `'                                          \  `  /     // \\
  `-   Linux Counter registered user #290012    ): :(     /(   )\
                                                :o_o:      ^^-^^
                                                 "-"



Reply to: