On Tue, Oct 05, 2004 at 08:43:59PM +0200, Shlomo Yona wrote:
> Hello,
> 
> I'm using Mandrake 9.1 and since I've tried to install the
> culmus fonts and fiddle with the preinstalled windows fonts
> I experience X fonts server crashes in what seems to be
> random frequencies.
> 
> I restart the x fonts server using '/etc/rc.d/init.d/xfs start'

You should not "start" or "restart" it. You should "reload" it.
Restarting it will break the connection between the X server and the
fonts server, IIRC.

Anyway, in  such a case you should probably switch to a different
termianl on your system (remotely through ssh, a console) and rn
something like:

  export DISPLAY=:0
  xset -fp unix/:7100
  xset +fp unix/:7100

(I figuer that for that elemt '+fp' is better than 'fp+' but it
shouldn't really matter).

-- 
Tzafrir Cohen                       +---------------------------+
http://www.technion.ac.il/~tzafrir/ |vim is a mutt's best friend|
mailto:[EMAIL PROTECTED]       +---------------------------+

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to