http://bugs.winehq.org/show_bug.cgi?id=32363
Bug #: 32363 Summary: Fonts are smoothed Product: Wine Version: 1.5.18 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: sworddragon2@aol.com Classification: Unclassified
After upgrading from Wine 1.5.17 to 1.5.18 the fonts are smoothed (even on a new profile). I have already looked at "HKEY_CURRENT_USER\Control Panel\Desktop\FontSmoothing" but it is already set to 0.
If it is important: My system uses the ttf-mscorefonts-installer package with some rules to look like the fonts of a Windows system.
http://bugs.winehq.org/show_bug.cgi?id=32363
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2012-12-04 07:46:58 CST --- If your desktop is configured for font smoothing, that's what Wine uses. That's a feature.
http://bugs.winehq.org/show_bug.cgi?id=32363
--- Comment #2 from sworddragon2@aol.com 2012-12-04 16:45:26 CST --- I'm wondering why this was working in Wine 1.5.17 and before. Maybe there was a bug which is now fixed in Wine 1.5.18 or their is a new bug.
I will attach a screenshot which compares my desktop with sharp fonts and regedit from Wine with smooth fonts. I will also attach all my font files. Maybe I have overseen something there but font smoothing should be disabled (I have experimented and set much more things to false without any difference).
http://bugs.winehq.org/show_bug.cgi?id=32363
--- Comment #3 from sworddragon2@aol.com 2012-12-04 16:46:43 CST --- Created attachment 42703 --> http://bugs.winehq.org/attachment.cgi?id=42703 Comparing the desktop and Wine
http://bugs.winehq.org/show_bug.cgi?id=32363
--- Comment #4 from sworddragon2@aol.com 2012-12-04 16:48:10 CST --- Created attachment 42704 --> http://bugs.winehq.org/attachment.cgi?id=42704 Font configuration of the system
http://bugs.winehq.org/show_bug.cgi?id=32363
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2012-12-04 16:53:21 CST --- Please attach a +font,+xrender log.
http://bugs.winehq.org/show_bug.cgi?id=32363
--- Comment #6 from sworddragon2@aol.com 2012-12-04 17:03:40 CST --- Created attachment 42705 --> http://bugs.winehq.org/attachment.cgi?id=42705 Output from WINEDEBUG=+font,+xrender regedit
http://bugs.winehq.org/show_bug.cgi?id=32363
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2012-12-05 05:21:53 CST --- trace:font:init_fontconfig enabled, default flags = 11
Your fontconfig setup specifies antialiasing by default, so that's what we apply. We don't currently support font size specific directives.
http://bugs.winehq.org/show_bug.cgi?id=32363
--- Comment #8 from sworddragon2@aol.com 2012-12-05 05:43:00 CST --- I could track it down to the lines 23-30 from misc.conf:
<match target="font" > <test name="rgba" qual="all" > <const>unknown</const> </test> <edit mode="assign" name="rgba" > <const>rgb</const> </edit> </match>
Removing this solves the problem. But I'm still wondering why I'm not seeing this on my desktop but on Wine.
http://bugs.winehq.org/show_bug.cgi?id=32363
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2012-12-05 05:51:17 CST --- Your config disables antialiasing only for certain sizes of certain fonts, that's not something we can easily support.
http://bugs.winehq.org/show_bug.cgi?id=32363
--- Comment #10 from sworddragon2@aol.com 2012-12-05 06:17:25 CST --- I have now downgraded to Wine 1.5.17 and as expected the font is looking normal there. I will attach a log with +font,+xrender from this version.
http://bugs.winehq.org/show_bug.cgi?id=32363
sworddragon2@aol.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #42705|Output from |Output from description|WINEDEBUG=+font,+xrender |WINEDEBUG=+font,+xrender |regedit |regedit (Wine 1.5.18)
http://bugs.winehq.org/show_bug.cgi?id=32363
--- Comment #11 from sworddragon2@aol.com 2012-12-05 06:20:12 CST --- Created attachment 42714 --> http://bugs.winehq.org/attachment.cgi?id=42714 Output from WINEDEBUG=+font,+xrender regedit (Wine 1.5.17)
http://bugs.winehq.org/show_bug.cgi?id=32363
--- Comment #12 from Alexandre Julliard julliard@winehq.org 2012-12-05 06:33:39 CST --- Previous versions were not always applying antialiasing correctly, but that was a bug.
http://bugs.winehq.org/show_bug.cgi?id=32363
--- Comment #13 from sworddragon2@aol.com 2012-12-05 06:39:15 CST --- What to do then with this ticket? Changing it to an enhancement request to support conditional font configurations?
http://bugs.winehq.org/show_bug.cgi?id=32363
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Fonts are smoothed |Fontconfig size-specific | |settings not taken into | |account Severity|normal |enhancement
--- Comment #14 from Alexandre Julliard julliard@winehq.org 2012-12-05 06:56:24 CST --- Sure.
http://bugs.winehq.org/show_bug.cgi?id=32363
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |winex11.drv
http://bugs.winehq.org/show_bug.cgi?id=32363
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, integration
https://bugs.winehq.org/show_bug.cgi?id=32363
--- Comment #15 from Ken Sharp imwellcushtymelike@gmail.com --- Is this still an issue in Wine 1.7.45 or later? There's been a lot of changes in the past few years.
https://bugs.winehq.org/show_bug.cgi?id=32363
--- Comment #16 from sworddragon2@aol.com --- With Wine 1.7.50 I'm stil seeing smoothed fonts for example in winecfg while my fontconfig setup uses sharp fonts. But interestingly I'm seeing sharp fonts in Steam after the invisible text bug got fixed except if I'm adding the option -no-dwrite to Steam.exe again as then the text is smoothed too.