|
-
Sep 30th, 2002, 05:09 AM
#1
Thread Starter
Frenzied Member
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.
-
Oct 1st, 2002, 04:54 AM
#2
Thread Starter
Frenzied Member
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.
-
Oct 1st, 2002, 01:24 PM
#3
Fanatic Member
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]
-
Oct 1st, 2002, 05:06 PM
#4
Thread Starter
Frenzied Member
I was using Mozilla, but it's not just Mozilla, it's Linux in general.
-
Oct 1st, 2002, 05:54 PM
#5
Fanatic Member
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.
-
Oct 2nd, 2002, 09:32 AM
#6
Thread Starter
Frenzied Member
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)?
-
Oct 2nd, 2002, 06:23 PM
#7
Fanatic Member
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.
-
Oct 3rd, 2002, 04:53 AM
#8
Thread Starter
Frenzied Member
OK thanks I'll try that, and let you know.
-
Oct 3rd, 2002, 11:09 AM
#9
Thread Starter
Frenzied Member
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.
-
Oct 3rd, 2002, 02:17 PM
#10
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|