Nástroje používateľa

Nástoje správy stránok


Bočný panel

Sidebar


Články

Prečítané diela

Hlášky

Projekty

Tagy

Twitter


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 antialiasing in Wineemulated applications no longer works.

Fixing the problem

The reason of broken antialiasing 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 antialiasing 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:

  1. Open Terminal and go to home directory by typing cd ~
  2. Type open e .profile to edit Profile settings
  3. Add following line to file:
    export FREETYPE_PROPERTIES="truetype:interpreter-version=35"
    launchctl setenv FREETYPE_PROPERTIES $FREETYPE_PROPERTIES
  4. 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