[5028] in testers

home help back first fref pref prev next nref lref last post

linux 9.0.11: intlfonts

daemon@ATHENA.MIT.EDU (Arun A Tharuvai)
Wed Jul 18 19:57:07 2001

Message-Id: <200107182353.TAA03217@cutter-john.mit.edu>
To: testers@mit.edu
From: "Arun A Tharuvai" <aatharuv@MIT.EDU>
Date: Wed, 18 Jul 2001 19:53:12 -0400


Devanagari (Hindi), Arabic, Thai(and Lao), Cantonese (Big5), Amharic/Tigrinya,
Tibetan, and Vietnamese fonts are available by default on Solaris and Irix, 
but not Linux. 

An easy way to check to see if these fonts are accessible is by running
emacs with a fixed font (emacs -fn fixed), and then typing Ctrl-h h to load
the Hello Script Samples page. Any characters from fonts not accessible,
either through xfs or through directories in the font path, will be shown as
boxes.

Adding /usr/athena/lib/X11/fonts/intlfonts to the font path fixes this problem.

This patch (to xfs's config file) should fix the problem, and also load
the fonts in /usr/athena/lib/X11/fonts/misc , for 3270 terminal emulation,
to ( I'm guessing) connect to MITVMA.

Arun

athena% diff -u /usr/X11R6/lib/X11/fs/config config.new
--- /usr/X11R6/lib/X11/fs/config	Thu Apr 26 17:23:44 2001
+++ config.new	Wed Jul 18 19:27:44 2001
@@ -37,6 +37,8 @@
 	/usr/share/fonts/ISO8859-9/75dpi,
 	/usr/X11R6/lib/X11/fonts/cyrillic,
 	/usr/share/fonts/default/Type1,
+	/usr/athena/lib/X11/fonts/intlfonts,
+	/usr/athena/lib/X11/fonts/misc,
 	/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled,
 	/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled,
 	/usr/X11R6/lib/X11/fonts/latin2/Type1,

home help back first fref pref prev next nref lref last post