Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I have an odd problem where a one-pixel high white line is displayed through certain letters of text. Almost always only a single character type is affected at once, and only in one font size (though that size can change over time). Most of the time things are fine, but this happens several times a day. It's been happening ever since I upgraded to 10.10.

I have noticed few patterns: It might be a problem with Firefox (I'm currently using the nightly ppa, but it occurred in 3.6 also) - but this could just be because I spend most of my time on my computer either at a browser or text editors. I seem to remember it happening with the buttons on various Gnome dialogs. It never occurs in text I've typed, be it an email, url bar, etc. In Firefox it happens across tabs, and the problem remains even if they are closed or reloaded; only restarting the program can fix it.

Two examples (in the first, only the larger "r" is corrupted): rs

os

Any help would be appreciated, thanks.

Edit: I've since noticed that I can (sometimes) make the fonts appear correctly by zooming in/out all the way and returning to the default in Firefox (one or two steps, then going back, does nothing) seems to make the problem go away - at least temporarily until the next time the letters feel like being corrupted.

Edit 2: I figure it's worth noting that the solution below doesn't fully work for me any longer (I'm now using Ubuntu 11.10). It does significantly reduce the frequency of this problem occurring, so it's quite useful, but the corruption does still occasionally appear.

Edit 3: Still around in 12.04. The fix provided by Vanni works perfectly now for me, but apparently doesn't for some.

share|improve this question

3 Answers

up vote 13 down vote accepted

Probably related to this xserver-xorg-video-intel bug on Launchpad.

Workaround:

  1. Open a terminal (CTRL+ALT+t);
  2. type sudo gedit /etc/xorg.conf and hit ENTER;
  3. type your user password and hit ENTER;
  4. copy & paste this into the just opened (hopefully empty) gedit window:

    Section "Device"
        Identifier "Intel"
        Driver "intel"
        Option "DebugWait" "true"
    EndSection
    
  5. save the file and close gedit;
  6. restart the PC (or restart X).

Hope it works for you too.

share|improve this answer
Thank you. I finally followed your instructions about a week ago, and have yet to see any corruption at all! – Aibara Iduas Jul 11 '11 at 21:50
@Aibara Iduas: you're welcome! :) – Vanni Jul 11 '11 at 21:58

I have also had this problem since 10.10. For some reason I don't get it as frequently any more. I recently upgraded to Natty alpha 3 and the problem still occurs with that. I have seen it happen in Firefox, including in this very text box! I have also seen it in window titles - anything that uses the Ubuntu font. I have only seen this problem since 10.10 and the Ubuntu font.

The only thing I can find on the web about this problem is here. I haven't tried that solution yet - if you try it let me know if it works!

share|improve this answer
Hmm, I have an Intel 945GM on my laptop, so maybe it is the same problem. I'd like to try changing the X.org drivers, but I'm really not sure how to go about doing so (and somewhat fearful). Do you know how? Also it definitely affects other fonts, at least for me, not just the official Ubuntu one. – Aibara Iduas Mar 12 '11 at 3:11

Finally a screenshot that looks familiar.

Had this issue for donkey's years (ok, to be fair, since starting to use ubuntu with karmic); it still is present in natty.

Have been ignoring it, as google didn't return sth useful... and it is O.K. - makes for an interesting read sometimes: deciphering text...

I'm privvy to neither cause nor solution, but eager to finally solve it.

Thanks.

Edit

I think slash hope the issue is SOLVED (for me / on my system // and for you too of course):

simply uninstalled ttf-mscorefonts-installer !!!

gosh - had I only known earlier... all these years...

Edit n°2

I'm sorry to say: I think the issue remains after all; it seems slightly better; but I still occasionally get single characters with white lines; both in FF and Ubuntu in general; on the current page "g" and "(" have white lines; in Ubuntu "D" had one a minute ago.

:-(

Issue remains _unsolved_ (for me).

share|improve this answer

protected by Community Jul 31 '12 at 7:12

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.