blog:odborny:2017-11-21-fixing_broken_anti-aliasing_in_wine_on_mac_os_x_with_quartz_2.7.11
Fixing broken anti-aliasing in Wine on Mac OS X with Quartz 2.7.11
After installing updated version of Quartz 2.7.11, font anti‑aliasing in Wine‑emulated applications no longer works.
Fixing the problem
The reason of broken anti‑aliasing is the updated FreeType library, which is included in Quartz 2.7.11. While Quartz 2.7.9 used FreeType 2.6.3, latest version uses FreeType 2.7, which breaks anti‑aliasing used in Wine.
Therefore, one solution is downgrading XQuartz to version 2.7.9.
But even better and easier fix is to disable new Truetype renderer in FreeType library by exporting FREETYPE_PROPERTIES
variable to system:
- Open
Terminal
and go to home directory by typingcd ~
- Type
open ‑e .profile
to edit Profile settings - Add following line to file:
export FREETYPE_PROPERTIES="truetype:interpreter-version=35" launchctl setenv FREETYPE_PROPERTIES $FREETYPE_PROPERTIES
- Save it, logout and login again to your account
Original source of fix is here.
Comments
blog/odborny/2017-11-21-fixing_broken_anti-aliasing_in_wine_on_mac_os_x_with_quartz_2.7.11.txt · Posledná úprava: 2019/10/08 23:03 od Róbert Toth