Axalon wrote:
> 
> On Sun, 18 Jul 1999, drek wrote:
> 
> > I just did this. I'm assmuming you're using mdk6 from a cheapbytes.com CD.
> >
> > First, back up the configuration file /etc/X11/XF86Config. Something like this:
> >
> > cp /etc/X11/XF86Config /etc/X11/XF86Config.original
> >
> > My install left me hanging with only the 75dpi fonts, install the 100dpi fonts.
> >  Make sure your mdk distro is in the CD drive, mount it, then change to
> >
> > cd <mountpoint>/Mandrake/RPMS
> >
> > List the font files like Wa-La:
> >
> > ls *font*
> >
> > You'll get all the font files.  The first one for me happens to be one I want:
> >
> > rpm -Uvh XFree86-100dpi-fonts-3.3.3.1-58mdk-i586.rpm
> >
> > Do the same for all the others that have 100 in them.
> >
> > Now, you did back up that file, didn't you?
> >
> > vi /etc/X11/XF86Config
> >
> > You're in the editor.  Press the Insert key.  Scroll down two PageDowns, you'll
> > see some FontPath entries.  Mine had anything containing 100 commented out with
> > a leading # on the line.  Remove those.  Place a leading # on any line with a
> > 75.  Save the file by pressing Esc:wq    .  Remember, the colon is the shifted
> > semicolon.
> >
> > Back up your work:
> >
> > cp /etc/X11/XF86Config  /etc/X11/XF86Config.mod1
> >
> > Now, the crafty will change the order of those FontPath lines.  Get the ssc
> > cheatsheet that shows you how to cut and paste in vi.
> >
> > I hope I don't have any typos.
> >
> > Mark
> 
> Follow these dirctions, however if your useing the x font server like
> everyone else you'll be modifying /etc/X11/fs/config not XF86Config
> the fontpath in XF86Config should be "unix/:-1"
> 

I followed the instructions. (well, except for the vi ones...I prefer pico,
myself)

But it does not seem to work...I've included my /etc/X11/fs/config file...
I don't know what I'm doing wrong but kde's control panel's information (X
Server) says I'm still using 75x75 dpi fonts..

My problem is really in Netscape (mostly) I can display kanji but it's all
smudgy and looks low res...and I need better fonts for kfm as well...

TIA.

-- 
-----------------------------------------
Kuraiken - Python fanatic.
-----------------------------------------
Python. Try it. It'll swallow you whole!
-----------------------------------------
#
# Default font server configuration file for Red Hat Linux 6.0
#

# allow a max of 4 clients to connect to this font server
client-limit = 4

# when a font server reaches its limit, start up a new one
clone-self = off

# alternate font servers for clients to use
#alternate-servers = foo:7101,bar:7102

# where to look for fonts
# Some of these are commented out, i.e. the TrueType and Type1
# directories in /usr/share, because they aren't forced to be
# installed alongside X.
#
catalogue = /usr/X11R6/lib/X11/fonts/100dpi:unscaled,
#       /usr/X11R6/lib/X11/fonts/misc:unscaled,
#       /usr/X11R6/lib/X11/fonts/75dpi:unscaled,
#       /usr/X11R6/lib/X11/fonts/misc,
#       /usr/X11R6/lib/X11/fonts/Type1,
#       /usr/X11R6/lib/X11/fonts/Speedo,
        /usr/X11R6/lib/X11/fonts/ttfonts,
#       /usr/share/fonts/default/Type1,
        /usr/X11R6/lib/X11/fonts/100dpi,
#       /usr/X11R6/lib/X11/fonts/cyrillic,
#       /usr/share/fonts/ISO8859-2/misc,
        /usr/share/fonts/ISO8859-2/100dpi,
        /usr/share/fonts/ISO8859-2/Type1,
        /usr/share/fonts/ISO8859-9/misc,
        /usr/share/fonts/ISO8859-9/100dpi

# in 12 points, decipoints
default-point-size = 120

# 100 x 100
default-resolutions = 100,100

# how to log errors
use-syslog = on

Reply via email to