Julian Rios wrote:
I read also, that the XFS server won´t start if the disk space is 100
% of use, but my free disk space is more than 3 GB.
I try rm -rf /tmp/.* for clear caches .... but nothing. XFS looks strange
The file /etc/X11/fs/config is correct and is not corrupt, i also use:
dos2unix /etc/X11/fs/config.
Hi Julian -
Seems that /etc/X11/fs/config is important. Maybe you should move the
existing one to config.old or something and try the attached one that
WORKSFORME.
-Andy
#
# xfs font server configuration file
#
# allow a max of 10 clients to connect to this font server
client-limit = 10
# when a font server reaches its limit, start up a new one
clone-self = on
# alternate font servers for clients to use
#alternate-servers = foo:7101,bar:7102
# where to look for fonts
#
# FIXME: catalogue needs to be updated to use /usr/share/fonts/* for the
# default font catalogues once the modularized xorg font packages are
# ready. Once that occurs, the /usr/X11R6 paths will be removed here.
catalogue = /usr/share/X11/fonts/misc:unscaled,
/usr/share/X11/fonts/75dpi:unscaled,
/usr/share/X11/fonts/100dpi:unscaled,
/usr/share/X11/fonts/Type1,
/usr/share/X11/fonts/TTF,
/usr/share/fonts/default/Type1,
/usr/share/fonts/webcore,
,
/usr/X11R6/lib/X11/fonts/webfonts
# in 12 points, decipoints
default-point-size = 120
# 75 x 75 and 100 x 100
default-resolutions = 75,75,100,100
# use lazy loading on 16 bit fonts
deferglyphs = 16
# Log errors via syslog.
use-syslog = on
# For security, don't listen to TCP ports by default.
no-listen = tcp