LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-13-2004, 02:45 PM   #1
sys7em
Member
 
Registered: Oct 2004
Location: Germany
Distribution: Slackware
Posts: 158

Rep: Reputation: 30
Ugly fonts in firefox :(


So I've installed Moziilla firefox and the fonts are ... really ugly .. How can I make them look like in windoze xp for example?
 
Old 10-13-2004, 02:56 PM   #2
sys7em
Member
 
Registered: Oct 2004
Location: Germany
Distribution: Slackware
Posts: 158

Original Poster
Rep: Reputation: 30
here's a screenshot
http://themlg.net/~offroad/tmp/fonts.png
 
Old 10-13-2004, 03:57 PM   #3
pfunk
Member
 
Registered: Jun 2002
Distribution: Suse, Redhat, Knoppix
Posts: 104

Rep: Reputation: 15
have you tried adjusting them in the Tools>Options>Fonts&Colors?

I also have a problem with firefox fonts - but the only ones of mine that are truly messed up are in windows like the one i'm typing right now - the cursor covers the last half of the letter i just typed which is really annoying. the other fonts i can live with.
 
Old 10-13-2004, 04:44 PM   #4
deflexed
LQ Newbie
 
Registered: Oct 2004
Location: Germany, Bavaria
Distribution: CRUX
Posts: 3

Rep: Reputation: 0
seems like your firefox isn't properly configured/compiled to use anti-aliased fonts; this is usually a freetype/xft/... problem.

which version of firefox did you install (i recommend http://ftp.mozilla.org/pub/mozilla.o...staller.tar.gz) which works fine along with freetype here; or did you install it from your distribution cd/whatever?

infos on your distribution and if your other apps render fonts properly would help solving this problem.

best regards
 
Old 10-14-2004, 02:36 AM   #5
sys7em
Member
 
Registered: Oct 2004
Location: Germany
Distribution: Slackware
Posts: 158

Original Poster
Rep: Reputation: 30
I don't remember how I've installed it ... but I'll download it again from that link you've posted above and I'll recompile it agian ...hope it works ...
 
Old 10-14-2004, 02:48 AM   #6
foo_bar_foo
Senior Member
 
Registered: Jun 2004
Posts: 2,553

Rep: Reputation: 53
Quote:
Originally posted by sys7em
I don't remember how I've installed it ... but I'll download it again from that link you've posted above and I'll recompile it agian ...hope it works ...
dude

--enable-xft

the entire configure line should be something on the order of (just as an example)
Code:
export MOZILLA_OFFICIAL="1" &&
export BUILD_OFFICIAL="1" &&
export MOZ_PHOENIX="1" &&
./configure --prefix=/opt/firefox \
            --enable-default-toolkit=gtk2 \
            --with-x --with-system-zlib \
            --with-system-jpeg --with-system-png --with-system-mng \
            --enable-xft --enable-crypto \
            --disable-accessibility \
            --disable-tests --disable-debug \
            --disable-logging --enable-reorder \
            --enable-strip --disable-pedantic \
            --enable-cpp-rtti --enable-extensions=all \
            --disable-calendar --disable-mailnews
 
Old 10-14-2004, 03:01 AM   #7
sys7em
Member
 
Registered: Oct 2004
Location: Germany
Distribution: Slackware
Posts: 158

Original Poster
Rep: Reputation: 30
What are you tryin' to say? I should compile it all of this options ..or what?
 
Old 10-14-2004, 04:23 AM   #8
lamiczka
Member
 
Registered: Feb 2004
Location: EU
Distribution: Fedora
Posts: 62

Rep: Reputation: 15
Quote:
Originally posted by sys7em
here's a screenshot
http://themlg.net/~offroad/tmp/fonts.png
Check your Fonts and colors settings..............
 
Old 10-14-2004, 06:59 AM   #9
Gort32
Member
 
Registered: Sep 2004
Distribution: Slack!
Posts: 150

Rep: Reputation: 15
What distro? Slackware (my personal best friend) doesn't come with TrueType fonts - you have to leech them off of a Windows box manually. I would imagine that some other less user-friendly distros are the same way.
 
Old 10-14-2004, 07:36 AM   #10
sys7em
Member
 
Registered: Oct 2004
Location: Germany
Distribution: Slackware
Posts: 158

Original Poster
Rep: Reputation: 30
And where do I have to put them???
 
Old 10-14-2004, 09:15 AM   #11
deflexed
LQ Newbie
 
Registered: Oct 2004
Location: Germany, Bavaria
Distribution: CRUX
Posts: 3

Rep: Reputation: 0
Quote:
Originally posted by sys7em
And where do I have to put them???
what distribution do you use? there might be an easier way as the manual install.
 
Old 10-14-2004, 11:03 AM   #12
sys7em
Member
 
Registered: Oct 2004
Location: Germany
Distribution: Slackware
Posts: 158

Original Poster
Rep: Reputation: 30
my distro is slack 10 ...
 
Old 10-14-2004, 11:05 AM   #13
RoaCh Of DisCor
Member
 
Registered: Apr 2004
Location: Washington State
Distribution: SuSE 9.3 / Slackware-Current
Posts: 701

Rep: Reputation: 30
I'm using slackware 10 and my fonts look nothing like that...and I did nothing special when compiling firefox...
 
Old 10-14-2004, 11:23 AM   #14
sys7em
Member
 
Registered: Oct 2004
Location: Germany
Distribution: Slackware
Posts: 158

Original Poster
Rep: Reputation: 30
blast ... what am I doin' wrong? ... I guess I'll uninstall and then install it again .. I'll keep u inform of any troubles ...
 
Old 10-14-2004, 11:56 AM   #15
Gort32
Member
 
Registered: Sep 2004
Distribution: Slack!
Posts: 150

Rep: Reputation: 15
Check out the XFree86 Font Deuglification Howto
http://www.tldp.org/HOWTO/FDU/

It worked just fine for me in Slack 10, although you'll have to use xorg.conf insteaf od XFree86.conf (same thing, defferent name).

The first few pages alone will help a lot - changing your screen DPI to 100 and the fonts to match. Don't get into the TrueType and Type1 fonts, however - that info is outdated.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ugly Fonts?! CaseMillennium Mandriva 1 03-25-2005 09:52 AM
Ugly fonts on some webpages in Firefox.. RoaCh Of DisCor Linux - Software 3 01-08-2005 08:07 PM
Ugly fonts? MATJA_KAE_92 Mandriva 12 10-08-2004 05:08 PM
Fonts really ugly saiz66 Slackware 3 06-19-2004 09:25 PM
Open Office fonts look ugly (and print ugly too) TheOneAndOnlySM Linux - Software 6 10-17-2003 07:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration