cheap nfl jerseys china cheap nfl jerseys free shipping wholesale nfl jerseys china wholesale jerseys from china cheap nfl jerseys free shipping cheap nfl jerseys for sale cheap jerseys free shipping wholesale nfl jerseys from china cheap nfl jerseys sale cheap nike nfl jerseys china wholesale jerseys free shipping cheap nfl jerseys wholesale wholesale nfl jerseys online cheap nfl jerseys wholesale china jerseys wholesale cheap coach handbags outlet authentic designer handbags cheap coach handbags outlet cheap coach purses outlet discount coach bags coach bags sale coach purse outlet cheap real coach purses coach handbags sale online coach purse outlet michael kors outlet online store cheap michael kors bags cheap michael kors purse michael kors factory outlet online cheap michael kors handbags cheap michael kors purses michael kors bags outlet online cheap michael kors purse michael kors handbags discount cheap michael kors purse michael kors handbags discount
cheap nfl jerseys china cheap nfl jerseys free shipping wholesale nfl jerseys china wholesale jerseys from china cheap nfl jerseys free shipping cheap nfl jerseys for sale cheap jerseys free shipping wholesale nfl jerseys from china cheap nfl jerseys sale cheap nike nfl jerseys china wholesale jerseys free shipping cheap nfl jerseys wholesale wholesale nfl jerseys online cheap nfl jerseys wholesale china jerseys wholesale cheap coach handbags outlet authentic designer handbags cheap coach handbags outlet cheap coach purses outlet discount coach bags coach bags sale coach purse outlet cheap real coach purses coach handbags sale online coach purse outlet michael kors outlet online store cheap michael kors bags cheap michael kors purse michael kors factory outlet online cheap michael kors handbags cheap michael kors purses michael kors bags outlet online cheap michael kors purse michael kors handbags discount cheap michael kors purse michael kors handbags discount

Cork.linux.ie     Nokia Optimised     Statistics     Backend     Copyright     Sitemap    

Search Website:

Search Archives
  Search the archives.
ILUG FAQ
  Some Questions & Answers about the ILUG.
Mailing Lists
  Read about the ILUG mailing lists.
Beginners' Linux Guide
  A guide on installing and using Linux in plain English.
Linux Web Resources
  Ivan Griffin's LWR.
Irish Linux Counter Homepage
  How to register with the Linux Counter.
Tips Forum
  Get your quick tip fix here.
Mirrors
  Local mirrors of what you want.
ILUG SETI@home team
  View the stats or join the ILUG SETI@home team.
Hardware Vendors
  Hardware vendors in Ireland, as recommended by ILUG members.
Who's Who
  Delve deep into the backgrounds of those involved with the ILUG.
Downloads
  Tools and utilities ready for use.
Quotes
  Humourous sayings from ILUG members.
Library
  Need to borrow a book or CD?
  Look no further.
Linux In Industry
  The uses of Linux in the commercial industries of Ireland.
Connection Scripts
  Set up your connection with these scripts.
Tutorials
  Learn through our ILUG Tutorials.
Reviews
  Read through the ILUG Reviews.
F2F minutes
  Minutes of Face2Face meetings.
  Cable your own house.
  Dualbooting Linux & Windows
  Fonts on RedHat
  Installing & Configuring Leafnode
  Setting up Samba
  Learn about SSH
  Learn more about vi.
  Vi filters, search & replace and more...
Irish Linux Users Group
Fonts on RedHat 6.0, by Kevin Lyda 22nd September 1999
Every time I say redhat, I mean redhat 6.0. older versions of redhat didn't use a font server by default.

Ok, if you run gimp on a redhat system, and you do one of the logo script-fu's you'll no doubt get a warning: can't find font.

bummer.

So, if you do an rpm -qi gimp you'll find that it lists where to get them. the relevant lines being:
Get ftp://ftp.gimp.org/pub/gimp/fonts/freefonts-0.10.tar.gz and ftp://ftp.gimp.org/pub/gimp/fonts/sharefonts-0.10.tar.gz if you are so inclined. Alternatively, choose fonts which exist on your system before running the scripts.

You can ignore the last bit - normal x fonts just aren't as fun. :) Snarf the files and then in /usr/lib/X11/fonts do the following as root:
# tar zxf /path/snarfed/to/freefonts-0.10.tar.gz
# tar zxf sharefonts-0.10.tar.gz

Now, *leave the untarred dirs alone*!!! don't be a moron and delete the fonts.dir files - mkfontdir won't make it again. Not that I'm bitter.

There's a chkfontpath utility on redhat systems, but befriend your friendly neighborhood text editor with a visit to /etc/X11/fs/config. This is the x font server config file for those of you who think the file name is too cryptic. (You're wrong by the way, but I digress) just add the /usr/lib/X11/fonts/freefont and the other one to the file (it's the catalogue section with all the comma delimitted directories, this isn't rocket science).

Still as root you'll need to restart the x font server. on a redhat you would type:
# /etc/rc.d/init.d/xfs restart

Now you're done. But if you want some truetype fonts, read on! (No, I never sold ginsu knives for a living, why do you ask?)

Go download the xfstt-0.9.99-2.i386.rpm package from rcontrib.redhat.com (or a mirror since it's always full). Install it. If you're running x you'll need to do this after starting the xfstt server:
% xset fp+ inet/127.0.0.1:7101
% xset fp rehash

But it should work automatically from then on since it gets added to your XF86Config file.

Toss all your .ttf files into /usr/share/fonts/truetype. Stop and start the server with:
# /etc/rc.d/init.d/xfstt stop
# /etc/rc.d/init.d/xfstt start
And then refresh your x server with:
xset fp rehash
And you're golden. Remember, it's free software, version numbers change. You might be able to cut and paste package names out of this, but you might not.


Please tell us what you thought of this tutorial:

Too technical
Just right
Not technical enough

Too long
Just right
Too short


 
Powered by INDIGO Maintained by the ILUG website team. Linux is a trademark of Linus Torvalds, used with permission. Networking services kindly provided by Indigo. No penguins were harmed in the production or maintenance of this website. Click on our logo at the top of the page to return to the main page.