Results 1 to 10 of 10

Thread: Fonts in Linux

  1. #1

    Thread Starter
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444

    Fonts in Linux

    My fonts in Linux Mandrake (KDE or Gnome) look pretty crappy compared to Windows, is that the same for everyone, or is there something I can do to make them look better. They just look pretty jagged and not clean like Windows.

  2. #2

    Thread Starter
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    So I assume no one else has this problem (or everyone does and you're not admitting it )? I just got the Internet to work and I noticed it's not just the font, graphics in general are dogdy. I saw some animated GIFs that were jumping to the left/right and looking strange.

  3. #3
    Fanatic Member zmerlinz's Avatar
    Join Date
    May 2000
    Location
    in a world where the sun always shines on the bloody tv!!
    Posts
    604
    what browser were you using ?? things look fine to me when using mozilla

    Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
    -- Linus Torvalds

    [Galahtech.com] | [My Site] | [Fishsponge] | [UnixForum.co.uk]

  4. #4

    Thread Starter
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    I was using Mozilla, but it's not just Mozilla, it's Linux in general.

  5. #5
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772
    If memory serves, do something like this (all as root):

    Edit your /etc/X11/XF86Config file and add a line in the font section to point to the dir where your fonts are. If you're dual booting, you can use the folder on your Windows partition.

    Then:
    $ cd /path/to/fonts
    $ ttmkfdir > fonts.scale
    $ mkfontdir

    Alcohol & calculus don't mix.
    Never drink & derive.

  6. #6

    Thread Starter
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    Alright, so this is the text currently in my file:

    Code:
    Section "Files"
        # Multiple FontPath entries are allowed (they are concatenated together)
        # By default, Mandrake 6.0 and later now use a font server independent of
        # the X server to render fonts.
        FontPath "unix/:-1"
    EndSection
    So can you help me edit it to point to those files (I'm totally new to Linux)?

  7. #7
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772
    This is assuming you dual boot with Windows 9x/ME and your Windows directory is mounted under /mnt/windows (I think mandrake does this automatically, change that path if needed):
    Code:
    Section "Files"
        # Multiple FontPath entries are allowed (they are concatenated together)
        # By default, Mandrake 6.0 and later now use a font server independent of
        # the X server to render fonts.
        FontPath "unix/:-1"
        FontPath "/mnt/windows/windows/fonts/"
    EndSection
    If you have an NT-based Windows OS, change "windows" in the path to "winnt". If you just downloaded some fonts somewhere, change the whole path (the part in quotes) to the directory where your downloaded your fonts.
    Alcohol & calculus don't mix.
    Never drink & derive.

  8. #8

    Thread Starter
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    OK thanks I'll try that, and let you know.

  9. #9

    Thread Starter
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    I did it, and it said something about a font not being GEM something or other (sorry for the vague description ). I think I'm just expecting too much of of Linux. Thanks for the help anyway.

  10. #10
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772
    Who knows, fonts work fine for me.
    Alcohol & calculus don't mix.
    Never drink & derive.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width