Tag Archives: Quartz 2D Extreme

[MacOS] Enable Quartz Extreme 2D

english

T_h_e___f_a_s_t___w_a_y

  • open terminal
  • enter: sudo defaults write /Library/Preferences/com.apple.windowserver Quartz2DExtremeEnabled 1
  • By the way: you may find this command on the net aswell: sudo defaults write /Library/Preferences/com.apple.windowserver Quartz2DExtremeEnabled -boolean YES – it does perfectly the same like the first command and is only a matter of taste!
  • then reboot and be happy.

There is also another way via using QuartzDebug (search for it on the net, it required the Development tools on the Leopard disk)…