Fonts under gtk2 applications and firefox

I got a 23" wide screen LCD monitor (I used to be on a 17" LCD monitor).
fonts in Qt4/KDE applications look wonderful on both screens.
KDE and the fonts are just beautiful now on a wide screen.
But gtk+ applications and firefox fonts look like poo (used to look fine on old screen). I'm guessing this is a limitation in pango?
if so, how do I work around it? any patches or whatever for pango?
Last edited by hussam (2013-02-27 11:24:51)

Put this in .Xresources (create it if it isn't there):
Xft.autohint: 0
Xft.antialias: 1
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.dpi: 96
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
Adjust according to preferences: hintslight, hintfull, hintmedium, rgb, grayscale and so on. Basically, recreate the values in your KDE font preferences panel. Run
xrdb -merge .Xresources
. If it still doesn't work, create a file named .fonts.conf in ~ and put this in there:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font" >
<edit mode="assign" name="rgba" >
<const>rgb</const>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hinting" >
<bool>true</bool>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hintstyle" >
<const>hintslight</const>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="antialias" >
<bool>true</bool>
</edit>
</match>
<match target="font"><edit mode="assign" name="lcdfilter">
<const>lcddefault</const>
</edit>
</match>
</fontconfig>
I'm guessing your LCD filter value isn't set. You may need to log out and back in. I had the same thing happen in Gnome. Vanilla freetype has better rendering than any of the patched packages IMO, it's just a matter of tweaking.
Last edited by elkoraco (2013-02-27 12:13:03)

Similar Messages

  • Font change in Safari and Firefox after installing Snow Leopard...

    My apologies if this has been addressed:
    Immediately after updating from 10.5.8 to 10.6.2 the fonts displayed in both Safari and Firefox have changed. They are now a barely-legible "handwritten" font. I have attempted to resolve the issue to no avail. The issue only seems to be present with Safari and Firefox- there are no applications (that I have noticed yet*) that are affected. Any thoughts would be greatly appreciated!
    Message was edited by: NYeBeing

    Hello, NYeBeing & welcome to discussions
    I have attempted to resolve the issue to no avail.
    What steps have you taken, exactly, so we don't repeat, etc. I'll assume you've already used OS X's FontBook to check font health & remove dupes, and you've cleared existing font caches using Snow Leopard compatible tools such as QnyX or FontDoctor.
    What languages are enabled?

  • SLCM BSP Applications and Firefox 2 Support

    Hi,
    I have looked through the Web browser support grid in the NW 7 documentation from the Product Availability Matrix, and also have read note #598860. From these I was unable to infer what the current and future status of Firefox 2 support is for the SLCM BSP applications, especially PIQ_AUDIT (and the Advisor UI that is supposed  to be available).
    Is there any definitive source of information about Firefox support in SLCM 6.x? (Firefox 2 support is broken for the PIQ_AUDIT application in SLCM 4.72, and I need to make sure that students with this browser can use PIQ_AUDIT for self-service in SLCM 6.x.)
    Thanks,
    Eric
    P.S. I saw the information about how Safari is treated as IE 6. But, it would be nice to know explicitly that this browser is fully supported as well.

    Note #598860 has apparently been updated, and Firefox >= 2.0 is considered officially supported for DESIGN2003-based BSP applications.
    Chances for official Safari support do not look good however.

  • [SOLVED] Fonts different in Chromium and Firefox

    I've installed all the microsoft fonts by copying over the TTF files from a windows installation, and as you can see, the fonts work in Firefox but not Chromium.
    How can I configure Chromium to use the MS fonts correctly? In Chromium settings I have Arial set as my default Sans-serif font but it doesn't seem to work correctly. Clearly the font is installed because Firefox is using it and I can select it as my default font in Chromium
    Last edited by Tom B (2014-10-16 12:31:45)

    I finally worked out what the issue is. When I pasted the fonts in /usr/share/fonts and ran fc-cache -vf I pasted as root (because /usr/share/fonts isn't writeable by other users)  but I never set the permissions on the files themselves! running chmod * 755 on in the /microsoft/ directory I created then fc-cache -vf solved the issue!
    Last edited by Tom B (2014-10-16 12:35:47)

  • Tried to download Font General for Facebook and Firefox prevented the site from asking me to download. Is it a "bad" program?

    I was searching for emoticons on Facebook....and a link came up for Font General ...to use different type fonts on Facebook. I clicked on the download for FireFox and a small box popped up saying "FireFox has prevented this site (www.fontgeneral.com) from asking you to install software on your computer. There was a button that I could click to ALLOW....but I wanted to know if there was a possibility of the program being known to be unsafe.

    Firefox only comes with two sites pre-approved to install add-ons, because add-ons have full privileges and you want to be pretty careful about which ones you install.
    The warning you got was a general notice. As far as I know, Mozilla doesn't test or even try to keep track of add-ons that don't come from the official add-ons site.
    Facebook and web search would be good resources for further research.

  • Weird fonts with latest Freetype2 and Firefox

    This is the weirdness I have
    And this is my fonts.conf that I don't want to edit if possible... I like hintslight
    <?xml version="1.0"?>
    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
    <fontconfig>
    <match target="font" >
    <edit mode="assign" name="rgba" >
    <const>rgb</const>
    </edit>
    </match>
    <match target="font" >
    <edit mode="assign" name="hinting" >
    <bool>true</bool>
    </edit>
    </match>
    <match target="font" >
    <edit mode="assign" name="hintstyle" >
    <const>hintslight</const>
    </edit>
    </match>
    <match target="font" >
    <edit mode="assign" name="antialias" >
    <bool>true</bool>
    </edit>
    </match>
    </fontconfig>
    Last edited by Cimi (2007-05-06 21:14:18)

    Thank you for advices!
    I did not try to downgrade freetype, but I guess Microsoft fonts look good with older versions of freetype because there is BYTECODE_INTERPRETER enabled. Here is quote from SuSE documentation:
    In order to get a good rendering of the MS TrueType Core Fonts, the BYTECODE_INTERPRETER setting should be enabled in freetype2. The freetype people do recommend not to use the bytecode interpreter anymore in favor of their auto-hinting code. But while it is true that you will achieve good rendering with most of the free fonts, this is quite ugly for the MS TrueType Core Fonts.
    Well.. I do not want to enable features that are not recommended by developers :-)
    What about antialiasing - I do not want to enable it for small font sizes. And, of course, antialiasing is the thing that was invented not for fixing broken fonts rendering.
    I decided to replace Tahoma with Verdana everywhere to solve this problem :-) Unfortunately, I coud not do this with fontconfig - debug output from freetype shows this font list after replacement:
    "Verdana"(w) "Times New Roman"(s) "Thorndale AMT"(w) "serif"(s) ""(s)
    Note letter "w" after Verdana. I do not know what these letters mean, let's suppose 'w' is for 'weak' and 's' is for 'strong'. Firefox (or freetype) ignores 'weak' fonts when there are 'strong' fonts in the list. And all substituted fonts always have 'weak' marking... Thus, Firefox displays Times New Roman (or any font that was set as default in Firefox) instead of Verdana.
    The final solution for me was to take fontforge, make a copy of Verdana and rename this copy to Tahoma. Now I have Tahoma replaced with nice rendered Verdana everywhere
    But the question is still open - is it possible to take broken Tahoma and make same looking font that would not be broken?

  • HELP. Window pops up on Firefox browser that says JavaScript Application, and under that it says 101. There is an OK bitton. when I click OK, up comes the window again and again.

    HELP. Window pops up on Firefox browser that says JavaScript Application, and under that it says 101. There is an OK bitton. when I click OK, up comes the window again. Then after hitting OK again and box goes away, when I move my mouse the box comes up identically again. I even called Apple support. They tried things; told me it may well be some set'''bold text'''ting in Firefox Preferences. This started right after Mac Update Install upon closing. Any help, please. My browser is totally (obviously) stuck in this loop!!! [email protected] jason

    Hi,
    Please check if this happens in [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode].
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://support.mozilla.com/en-US/kb/Uninstalling+add-ons Uninstalling Add-ons]
    [http://kb.mozillazine.org/Uninstalling_toolbars Uninstalling Toolbars]
    Safe mode disables the installed '''Extensions''', and themes ('''Appearance''') in '''Tools''' ('''Alt''' + '''T''') > '''Add-ons'''. Hardware acceleration is also temporarily disabled - the manual setting is '''Tools''' > '''Options''' > '''Advanced''' > '''General''' > '''Use hardware acceleration when available'''. [https://support.mozilla.org/en-US/kb/Options%20window%20-%20Advanced%20panel?as=u Options > Advanced]. All these settings/add-ons can also be individually or collectively disabled/enabled/changed in Firefox normal mode to check if an extension, theme or hardware acceleration is causing issues.

  • Fonts Do Not Display Correctly in Safari and Firefox

    Certain fonts do not display smoothly in Safari and Firefox. They appear to have little pieces of the letters missing. I'm sure others have experienced this problem before but I could not find how to fix this. On the Apple Discussions the fonts look fine... on Google for example, they look messed up. I do not know specifically which font(s) are displayed weird but it happens frequently. This happens in Safari and Firefox on my MacPro and MacBookPro. Is there a setting to fix this?
    Thanks,
    -flash

    Hello Flash, welcome to Apple discussions; )
    Look for Helvetica Fractions and Times Phonetic Fonts, if you have them,
    they can be the usual suspects.
    Check the Text encoding in both Safari & FF, under the "View" menu.
    In System preferences-> Personal (top section) in Appearance tab->
    on the last portion of the panel Font smoothing Style: set that to Automatic
    If those don't help, see this users tip excellent article Kurt Lang's ~ Font Management in Mac OS X
    Look into this application to find any corrupt font[s]Font Finagler
    Good luck, let us know how you fare.
    Eme'~{)
    edited by: Eme

  • Firefox for Mac preferences shows .qif file format for quicken as "quicktime image format"-wrong application and won't let me select anything else

    Post to Firefox forum; Oct.2011
    Re: Quicken 2007; Mac OS 10.5
    Problem: can’t import or download Qif format files into quicken from bofa or Chase. Mac can’t recognize; how do I set preferences in Firefox (or Safari).
    https://support.mozilla.com/en-US/questions/new?product=desktop&category=d1&search=Firefox+for+Mac+preferences+shows+.qif+file+format+for+quicken+as+%22quicktime+image+format%22-wrong+application+and+won%27t+let+me+select+anything+else&showform=1
    Hello,
    I previously used Firefox on my old Mac G4 with OS 10.3.9; the above issue existed with that system and Firefox 2.00.2 (or similar). I then "tried" to move to a G5 Mac with OS 10.5, hoping that an updated Mac Operating system and updating Firefox would solve that problem.
    I'm now working on my son's MacBook Pro, OS 10.5.8, 2.4 ghz Intel Core 2 Duo; 2gb Memory; 2 gb 667 Mhz DDR2 SDRAM.
    I still have a problem in Firefox Preferences trying to download .qif files. BofA Mortgage accounts only allow downloading of .qif files. My .qfx download works fine, but the error message is as follows:
    The error message is that this is a corrupted file or one that Preview doesn't recognize.
    and it is still a problem when trying to download Quicken .qif format files for our B of A mortgage.
    The preferences for Firefox under File Helpers won't let me name the extension I want; instead, it CONFUSES .qif (Quicken Interchange Format) with .qtif (Quicktime Image Format) for Mac.
    Therefore, when I download .qif files and try to import them to Quicken, I get a message that this is a corrupted file:
    thanks for any help.
    Val in Seattle

    Well, in the end, I just gave up and deleted the photos, in the hope that it was something to do with them. Took some more photos and they seem to have imported without any problems at all.
    Given that the same irksome photos loaded on the wife's macbook without so much as a murmur, how weird is that?
    Still- all's well that ends well. Thanks for the suggestions- much appreciated.
    Matt

  • Applications, including Firefox and Pandora, do not recognize that I have updated to v 9.0.1 of Firefox, even thought I ahve updated to it twice. What can I do to have other applications recognize I am using Firefox 9.0.1?

    I have updated to Firefox 9.0.1 on two occasions. I am still receiving messages from Firefox and Mozilla among others requesting me to upgrade to the latest version of Firefox in order for my system to function. When I do a Help>About Firefox, it shows that I am using version 9.0.1. What additional steps are required in order for other applications, including Firefox, to recognize that I am using version 9.0.1?
    Thanks.
    Rory

    You have a corrupt User Agent. Its showing that you are using Firefox 3.5.7. Perform the suggestions mentioned in the following articles:
    * [[Websites or add-ons incorrectly report incompatible browser#w_reset-your-user-agent|Reset User Agent]]
    Check and tell if its working.

  • Unable to load ITUNES onto PC HP, windows 7 Home Version.  Error message reads "Application Application Support not found".  "Unistall and reload".  I have done that 4 times on Explorer and Firefox without success.  Help??

    Unable to load ITUNES onto PC HP, windows 7 Home Version.  Error message reads "Application Application Support not found".  "Uninstall and reload".  I have done that 4 times on Explorer and Firefox without success.  Help??

    I had gotten a similar problem, except with "provider services", i believe, but i solved it by copying sqlite3.dll from E:\Program Files\Common Files\Apple\Apple Application Support to E:\Program Files\Common Files\Apple\Mobile Device Support. doing that solved my first problem, but now i have been getting the error described in this topic (unable to load dataclass info... etc.). i tried reinstalling itunes (i already had 9.1.1, and thats what i reinstalled) by using the method described on apples site (using the "remove programs" tool in the control panel) and then downloading and installing itunes. when i opened it again, i still got the same error, and just now i got an error saying "the instruction at "0x00aadb6b" referenced memory at "0x00000008". the memory could not be read" it gave me the option to cancel and debug, or to press ok and terminate the program. I tried pressing cancel, and the popup went away but nothing else happened. a minute later the popup was back, so i pressed ok and itunes quit. Upon opening Itunes again, i got the very same error. sorry for the long post, but its really been bugging me. thanks for any help you might give, and if you need anymore info, feel free to contact me.

  • I am facing problems while openin an application in facebook and other places.when i go to the application,an error shows and firefox closes autmatically either i send error reports or dont.....plz help

    i am facing problems while openin an application in facebook and other places.when i go to the application,an error shows and firefox closes autmatically either i send error reports or dont.....plz help

    Notes:
    1) Please use the code tags when posting code or JNLP/HTML. It helps to retain indentation and avoids asterisks and plus sings being interpreted as formatting marks. To do that, select the code/JNLP etc. and click the CODE button seen on the Plain Text tab of the message posting form.
    2) That launch file is invalid. You might check it (and the project in general) using JaNeLA.
    3) The only place that SimpleSerial class could be, that the JRE would find, is in the root of aeon.jar. Is it actually there?

  • A message keeps popping up saying JavaScript Application and under it uninstal set. How can I get rid of it?

    The box keeps popping up every time I bring up a new page or refresh a page, saying at the top JavaScript Application and at the bottom uninstal set. Don't know how to get rid of it. Can someone help me?

    I had this problem too, drove me crazy until my son figured out that it was just Firefox (we also use Internet Explorer)...I looked on the help site & immediately saw that others had the same problem.
    First I did the "DISABLE Java Console 6.0.22" that did not work, so I disabled the Yahoo toolbar (as another user had mentioned). I don't know if it was just the last thing, or both...but the annoying pop up is gone! Yaaay! It only took a few minutes.
    Firefox Help is great! Thanks to those who post their fix, it does help the rest of us!

  • How can you change the font size in the application and system headers?

    How can you change the font size in the application and system headers?  I searched the system and finder prefs to no avail.  Changing the screen density is not a good option.
    Thanks

    I downloaded Tinkertool.  Found the font section and increased the size of most selections.  The only thing that changed that I can see is the window label.  The apple line, bookmarks line, the tool bar in safari are all the same---font size of about 4.  Found the finder "show view options" but that didn't seem to change anything either.  I'll keep working.  Restarted all apps after changes as well.

  • Font size is too small in flash applications and the "zoom" feature does not make any difference. Thanks

    Zoom dosen't work in flash applications and it is crazy small and too hard to read...this does beat out the fact you can't right click using flash in google chrome...I prefer firefox, but will go back to IE if it is the only program without such major bugs
    I have also reset the minimum text size in flash and that did not help the problem at all.

    Zoom dosen't work in flash applications and it is crazy small and too hard to read...this does beat out the fact you can't right click using flash in google chrome...I prefer firefox, but will go back to IE if it is the only program without such major bugs
    I have also reset the minimum text size in flash and that did not help the problem at all.

Maybe you are looking for

  • IPod touch 4th gen won't restore or power on after dropping it on its back "waiting for ipod"

    My iPod touch 4th gen was recently dropped on its back after playing with its case. It turned white, then powered off. After that i tried restoring and now everytime itunes stays on the "waiting for ipod" step. I know that all functions work because

  • Stored procedures and JDBC Adapter

    Hey guys , any blog where i canlook up w.r.t. working with  any stored procedure through xi ? Appreciate ur help. Krishna

  • After 2 years want to change depreciation key for a asset

    Hi, For a particular asset we want to change depreciation key for this asset already we have posted depreciation for 2 years. After 2 years user realizes they are using wrong depreciation key now they want to change depreciation key for a particular

  • Norton AntiVirus Auto Protect: Removal Inquiry

    Hello, I have uninstalled _Norton AntiVirus AutoProtect_ from my MacBook and I still get an Error Message every time I turn on my computer. I have downloaded the _Symantec Uninstaller_ hoping to solve this problem but it cannot find any Norton applic

  • Battery screen keeps popping up

    In my TX when I turn it on and try to work with it the battery screen popps up and I cannot get rid of it. the unit is fully charged and it states that. It causes the touch screen part to seem miss aligned, but if I can get the screen to go away, the