Find the answer to your Linux question:
Results 1 to 7 of 7
Hi, I have Fedora 10 running and the firefox fonts look really crappy for web content, especially for certain web sites. I have Samsung SyncMaster 941BW 19" widescreen LCD monitor. ...
  1. #1
    Just Joined!
    Join Date
    Apr 2009
    Location
    Saint Louis, MO
    Posts
    4

    Unhappy [SOLVED] Firefox fonts look crappy

    Hi,

    I have Fedora 10 running and the firefox fonts look really crappy for web content, especially for certain web sites. I have Samsung SyncMaster 941BW 19" widescreen LCD monitor. I have NVidia GE Force 5500FX graphics card.

    Following are the things I tried after going through some articles on web.

    1. Installed msttcorefonts and webcorefonts packages. Set Firefox to use 'Times New Roman', 'Arial' and 'Georgia'.
    2. Got freetype with BCI enabled.
    3. Changed DisplaySize to enable 96DPI and changed the same on Gnome font settings.
    4. Enabled LCD subpixel smoothing and full hinting.

    I've tried both "nv" and "kmod-nvidia-173xx" drivers for the NVidia card. I tried 1440x900 (native resolution) and 1152x864 (seems to be next best but everything looks stretched). I have seen some improvements with above, but still the fonts strain my eyes. I use 'Bitstream Vera' fonts for application. The fonts and display look splendid within Fedora, but the problem is with the web content in Firefox.

    I use my system primarily for web browsing and its been quite frustrating. I'd really appreciate some help.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Which Desktop Environment are you using? Have you tried to change theme?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Apr 2009
    Location
    Saint Louis, MO
    Posts
    4
    Thanks. I use Gnome. I've looked at KDE screenshots and I didn't like it. I haven't tried using it though. Does it make a difference for how things appear in Firefox?

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    There are a lot of themes available for Gnome by default. Check themes in Preferences menu.

    You can use font config from this thread too.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Apr 2009
    Location
    Saint Louis, MO
    Posts
    4
    I use the default Fedora theme. Think I've tried clearlooks before. Ok, I looked at your font config file. I've tried some of it from an article in archlinux website (ArchWiki). I'll try yours when I get back home. Thanks.

  6. #6
    Just Joined!
    Join Date
    Apr 2009
    Location
    Saint Louis, MO
    Posts
    4

    Thumbs up

    It looks great now!! Many thanks. Also, I realized that I was having problem with the freetype with BCI enabled. I went back to the one without it and the autohinting that your conf enables makes it perfect. So much for patents!! I also added two more settings that I lifted from ArchWiki. They are as below

    Code:
        <!-- Disables autohinting for bolder fonts -->   
        <match target="font">
            <test name="weight" compare="more">
                <const>medium</const>
            </test>
            <edit name="autohint" mode="assign">
                <bool>false</bool>
            </edit>
        </match>
        <!-- Disables antialiasing for smaller sizes -->
        <match target="pattern">
            <test qual="any" name="size" compare="less_eq">
                <int>12</int>
            </test>
            <edit name="antialias" mode="assign">
                <bool>false</bool>
            </edit>
            </match>

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Glad to help you !
    I also added two more settings that I lifted from ArchWiki. They are as below
    I will also try your those and let you know !
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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