bonjour à toutes et à tous,

On Thu, Apr 14, 2005 at 09:34:41AM +0200, [EMAIL PROTECTED] wrote:
> Selon [EMAIL PROTECTED]:

> 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:      ^^-^^
                                                 "-"


-- 
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to