[Bug 245540] New: Anti-aliased fonts in KDE are problemactic
https://bugzilla.novell.com/show_bug.cgi?id=245540 Summary: Anti-aliased fonts in KDE are problemactic Product: openSUSE 10.2 Version: Final Platform: i586 OS/Version: Other Status: NEW Severity: Minor Priority: P5 - None Component: KDE AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: romain.pelissier@gmail.com QAContact: qa@suse.de In OpenSuse 10.2 when font anti-aliasing is activated in configure Desktop / appearance and Themes / Fonts and the hinting style is set to Full, then fonts on the desktop appear buggy and other texts that are displayed in KDe does not appear to be anti aliased at all. but if hinting style is set to Medium then the desktop fonts are correctly anti-aliased. Note that on another computer it was also happened to me when I changed the configuration of the screen (monitor type) in sax2. This time, I have not changed the sax2 config since the monitor is correctly detected. Is there a way to have the hintitng option set to hight without issue? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=245540 mfabian@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |coolo@novell.com, mfabian@novell.com ------- Comment #1 from mfabian@novell.com 2007-02-14 12:16 MST ------- Please attach some screen shots to demonstrate the problem. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=245540 ------- Comment #2 from romain.pelissier@gmail.com 2007-02-14 13:41 MST ------- Created an attachment (id=119249) --> (https://bugzilla.novell.com/attachment.cgi?id=119249&action=view) Screenshot of my desktop when anti alias option/hinting style is set to high -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=245540 ------- Comment #3 from romain.pelissier@gmail.com 2007-02-14 13:41 MST ------- Created an attachment (id=119250) --> (https://bugzilla.novell.com/attachment.cgi?id=119250&action=view) Screenshot of my desktop when anti alias option/hinting style is set to medium -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=245540 ------- Comment #4 from romain.pelissier@gmail.com 2007-02-14 13:43 MST ------- I have attached 2 screenshots of my desktop wit the option for anti-alias/hinting style set to medium and high. As you can see, when set to hight there is no anti alias at all for the fonts. When set to medium, it is much better some fonts have like a kind of shadow. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=245540 mfabian@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Comment #5 from mfabian@novell.com 2007-02-14 18:46 MST ------- Roman Pelissier> As you can see, when set to hight there is no anti Roman Pelissier> alias at all for the fonts. There is anti-aliasing. You can use "xmag" to magnify text on your screen and convince you that there is anti-aliasing. Roman Pelissier> When set to medium, it is much better some fonts have Roman Pelissier> like a kind of shadow. I don't think it is better. It is much blurrier, there is far too much gray. With hintstyle=hintfull, you get much sharper glyphs. These glyphs are rendered with the byte code interpreter which gives very crisp and sharp glyphs with full hinting when fonts which have good byte code are used (which is the case in your screen shot). If you want blurrier fonts you can switch off the byte code interpreter and use the autohinter instead. There is no GUI to do that, you have to edit your ~/.fonts.conf file. Create such a file if it doesn't exist yet. Example contents of a ~/.fonts.conf file switching on the autohinter: <?xml version="1.0"?> <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="autohint" > <bool>true</bool> </edit> </match> <match target="font" > <edit mode="assign" name="hintstyle" > <const>hintfull</const> </edit> </match> <match target="font" > <edit mode="assign" name="antialias" > <bool>true</bool> </edit> </match> </fontconfig> I like autohint=false much better though. Not using the byte code interpreter for fonts with good byte code results in much blurrier glyphs. It throws away all the effort the the authors have invested to make the glyphs render sharply. Closing as WORKSFORME because this is just a matter of taste and I think the results with the byte code interpreter (your screen shot in comment #2) are far superior. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=245540 ------- Comment #6 from romain.pelissier@gmail.com 2007-03-06 12:45 MST ------- Created an attachment (id=122712) --> (https://bugzilla.novell.com/attachment.cgi?id=122712&action=view) Screenshot when the settings are the same as the fix of fonts.conf proposed -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=245540 ------- Comment #7 from romain.pelissier@gmail.com 2007-03-06 12:46 MST ------- I have to reopen this bug because even with your fix I still have some issue with the anti-alias or the hinting option. I will give you as attachment another screenshot with your fix and also my actual fonts.conf file. As you can see with the new screenshot, there are some texts under some icons that are buggy. But if I reapply the setting (changing the anti alias option and revert back) then all is good again. Also, if I log off and login again, the font are correct this time. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=245540 ------- Comment #8 from romain.pelissier@gmail.com 2007-03-06 12:46 MST ------- Created an attachment (id=122713) --> (https://bugzilla.novell.com/attachment.cgi?id=122713&action=view) fonts.conf -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=245540 romain.pelissier@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME | ------- Comment #9 from romain.pelissier@gmail.com 2007-03-06 12:47 MST ------- Check the comment#7 and 2 the new attchments on why I feel this is still a bug. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=245540 mfabian@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |kde-maintainers@suse.de |screening@forge.provo.novell| |.com | Status|REOPENED |NEW ------- Comment #10 from mfabian@novell.com 2007-03-06 17:54 MST ------- Romain> As you can see with the new screenshot, there are some texts under some icons Romain> that are buggy. Which ones? I guess you mean the icons labelled "Futurosoft-Icons-0.5....", "xliquid_gtk-stable-1.0....", an "53399-kinternet.ta..." where one can see some dark shadow below the text. Is that right? Romain> But if I reapply the setting (changing the anti alias option Romain> and revert back) then all is good again. Also, if I log off and login again, Romain> the font are correct this time. The problem with the shadows doesn't look like a font rendering problem at all, i.e. it is somebody elses problem, not my problem. Reassign to kde-maintainers@suse.de. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=245540 wstephenson@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |romain.pelissier@gmail.com Summary|Anti-aliased fonts in KDE |kdesktop misrenders icon text outlines |are problemactic | ------- Comment #11 from wstephenson@novell.com 2007-05-03 07:30 MST ------- Make bug subject more descriptive. Romain: Can you explain how to trigger this bug so that the black shadow outline does not correspond to the the white text? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=245540 ------- Comment #12 from mfabian@novell.com 2007-05-03 08:59 MST ------- Maybe Romain doesn't like the shadow at all? Recently there was a bug where somebody didn't like the black shadows under the text below the icons in Gnome: bug #251157. I.e. some people seem to dislike these shadows. I don't know whether these shadows can switched off or not (Neither in Gnome nor in KDE). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=245540#c13 Will Stephenson <wstephenson@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|romain.pelissier@gmail.com | Resolution| |WORKSFORME --- Comment #13 from Will Stephenson <wstephenson@novell.com> 2007-08-11 07:05:54 MST --- Closing, no response, minor bug. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com