giancarlo wrote:
>
> Hi
>
>         Suddently my XWindowns stopped to work. When I do startx I recive the
> follow message:
>
> -FontTransSocketUNIXConnect: Can't connect: errno = 111
>         failed to set default font path 'unix/:-1'
> Fatal server error:
> could not open default font 'fixed'
>

The problem might be in your /etc/X11/XF86Config file and/or your font
server.  Try replacing "FontPath unix/:-1" with an explicit list of fonts
such as the following:

####  Excerpt from  /etc/X11/XF86Config ######
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

#    FontPath   "unix/:-1"
    FontPath    "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath    "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath    "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi/"
#######

Shelby <[EMAIL PROTECTED]>

Reply via email to