From linux-return-70532-letty=mrakoplas.phil.muni.cz@linux.cz  Tue Mar  7 16:04:07 2000
Return-Path: <linux-return-70532-letty=mrakoplas.phil.muni.cz@linux.cz>
Received: from lvt.phil.muni.cz (root@lvt.phil.muni.cz [147.251.96.1])
	by mrakoplas.phil.muni.cz (8.8.7/8.8.5) with ESMTP id QAA31116
	for <letty@mrakoplas.phil.muni.cz>; Tue, 7 Mar 2000 16:04:07 +0100
Received: from aragorn.ics.muni.cz (aragorn.ics.muni.cz [147.251.4.33])
	by lvt.phil.muni.cz (8.9.3/8.8.5) with ESMTP id QAA26546
	for <letty@mrakoplas.phil.muni.cz>; Tue, 7 Mar 2000 16:04:07 +0100
Received: from odysseus.linux.cz (odysseus.fi.muni.cz [147.251.48.205])
	by aragorn.ics.muni.cz (8.8.5/8.8.5) with SMTP id QAA20738
	for <letty@mrakoplas.phil.muni.cz>; Tue, 7 Mar 2000 16:04:06 +0100 (MET)
Received: (qmail 18315 invoked by uid 30); 7 Mar 2000 15:03:12 -0000
Mailing-List: contact linux-help@linux.cz; run by ezmlm
Precedence: bulk
Reply-To: linux@linux.cz
Delivered-To: mailing list linux@linux.cz
Received: (qmail 18291 invoked from network); 7 Mar 2000 15:03:06 -0000
From: "Petr Kolar" <Petr.Kolar@vslib.cz>
Organization:  Technical University of Liberec
To: linux@linux.cz
Date:          Tue, 7 Mar 2000 16:03:24 +0200
MIME-Version:  1.0
Content-Type: text/plain; charset=iso-8859-2
Subject:       Re: Xwindows
Priority: normal
X-mailer: Pegasus Mail v3.40
Message-ID: <3E0E95E04BF@tyto.vslib.cz>
Content-Transfer-Encoding: 8bit
X-MIME2LATIN2: 1 MIME parts converted to iso-8859-2
Status: RO
Content-Length: 1235
Lines: 42

"Michal Adam" <michal.adam@atlas.cz> wrote:
> Fatal server error
> could not open default font 'fixed'

Zadejte

grep FontPath /etc/X11/XF86Config | grep -v '^#'

Pokud se vypise neco jako

FontPath   "unix/:-1"

znamena to, ze X maji pouzivat x font server, takze se podivejte, jestli 
bezi

ps aux | grep xfs | grep -v 'grep xfs'

pokud se nic nevypise, melo by stacit ho spustit

/etc/rc.d/init.d/xfs start
chkconfig --level 2345 xfs on

pokud bezel, je nutne zkontrolovat adresare s fonty uvedene v souboru
/etc/X11/fs/config.

Pokud puvodni prikaz vypsal misto FontPath "unix/:-1" nejake adresare,
musite zkotrolovat ty - alespon v jednom musi prikaz

grep '^fixed ' fonts.alias

neco vypsat.

Petr Kolar
***
> potreboval bych vyuzivat font server (xfs) bezici na linuxu jinym
> X-serverem, v tomhle pripade cygwin-xfree. Jde to nejak ?
> Resp. staci mi to i pro xfree86 na linuxu (1 xfs a 2 xservery vyuzivajici
> jeden xfs).
 
Klient
XF86config
 
FontPath "tcp/pocitac.cz:7100"
 
Server
fs/config
 
port = 7100

fontserver mam spousten takto:
xfs -droppriv -daemon -port -1
 
Pouzivam RH 6.2CZ v nekterych starsich distribucich pry byl fontserver
defaultne zkompilovan bez podpory tcp.
***
nedostatek mista na disku
***
>Could not init font path element unix/:7100,removing from list !
>Fatal server error: could not open defautl font 'fixed" .
>
>Prosim , co je treba doplnit pro uspesny start serveru.
>
Nebezi vam X font server, nastartujete
service xfs start
a aby se spoustel po startu tak ho oznacte v programku ntsysv


