Home | Fedora Core 4 Tutorial | Linux Tutorials | Linux Games | Linux Java | Linux Kernal | Linux Firewall | Linux Database | Linux Distributions | Linux Firewall GUI | Linux Distributions | Linux Firewall

 


 

Search Host

Monthly Fee($)
Disk Space (MB)
Register With us for Newsletter!
Visit Forum! Post Questions!
Jobs At RoseIndia.net!

Have tutorials?
Add your tutorial to our Java Resource and get tons of hits.

We offer free hosting for your tutorials. and exposure for thousands of readers. drop a mail
roseindia_net@yahoo.com
 
   

Tutorials

Java Server Pages

JAXB

Java Beans

JDBC

MySQL

Java Servlets

Struts

Bioinformatics

Java Code Examples

Interview Questions

 
Join For Newsletter

Powered by groups.yahoo.com
Visit Group! Post Questions!

Web Promotion

Web Submission

Submit Sites

Manual Submission?

Web Promotion Guide

Hosting Companies

Web Hosting Guide

Web Hosting

Linux

Beginner Guide to Linux Server

Linux Distribution

Major Linux Distribution

Linux FTP Software

Frameworks

Persistence Framework

Web Frameworks

Free EAI Tools

Web Servers

Aspect Oriented Programming

Free Proxy Servers

Softwares

Adware & Spyware Remover

Open Source Softwares

Next Previous Contents

2. Procedure

Since my last update a lot has happened but the procedure is still the same even for X.org. Just adjust the filename if necessary.

Get a set of TrueType fonts (for example from one of the many sites making fonts availiable for download) and do the following as root at the command line:

  • mkdir /usr/X11R6/lib/X11/fonts/Truetype
  • cp /home/joeuser/your-download-directory/*.ttf /usr/X11R6/lib/X11/fonts/Truetype
  • cd /usr/X11R6/lib/X11/fonts/Truetype
  • ttmkfdir > fonts.scale
  • mkfontdir

Now if you have a working installation of Windows on one of your partitions, you must use the fonts directly from there, copying them to a directory of your Linux partition is considered *illegal*. First read up on how to get your windows partition detected and working in Linux (most distributions do that at installation time, and by default), then as root do the following:

  • cd /etc/X11
  • your-favourite-editor XF86Config In some X distributions this file is used with a number added to it (for example: XF86Config.4)]. You will have to find out which file your X11R6 uses. You can do this by typing: cat /var/log/XFree* | grep "Using config file:" and then instead edit the file stated in the log.
  • Now, in the editor find the section Files and the lines with FontPath, just add FontPath "/yourwinpartition/windows/fonts/" at the bottom of this list. (yourwinpartition must be replaced with the mount point of your windows partition)
  • cd /winpartition/windows/fonts
  • ttmkfdir > fonts.scale
  • mkfontdir

This will make all the fonts on your Windows partition work correctly in X.

There you go. You will now have all of your TrueType fonts working. If you want to add fonts, just move/copy those [*.ttf files] into the aforementioned directory, and repeat the process.

Netscape has problems with these fonts, you have to check the "Allow Scaling" setting in the Fonts dialog, don't feel distracted by the fact that it only shows font sizes 0 and 12. Mozilla has no such problems. Opera neither.

The mkfontdir executable should be included with your XFree 4.x distribution.

If you are missing ttmkfdir, you can obtain it here: http://www.joerg-pommnitz.de/TrueType/ttmkfdir.tar.gz

The latest version of XFree86 (currently 4.4.0) can be found at: http://www.xfree86.org

The latest version of X.org can be found here: http://freedesktop.org/XOrg


Next Previous Contents
Search Tutorials

Linux Distributions

Fedora

Slackware
SuSe
Mandrake
Knoppix
Mepis
Debian
All Distors....
 

 

 

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2004. All rights reserved.