Comment 2 for bug 1497816

Revision history for this message
Tiago Stürmer Daitx (tdaitx) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. OpenJDK does support high DPI displays such as the Retina Display, but sometimes the application is not configured correctly and/or might need additional settings to work.

Please take a look at http://superuser.com/questions/614960/how-to-fix-font-anti-aliasing-in-intellij-idea-when-using-high-dpi

In particular, try adding these settings when calling the java binary:
-Dawt.useSystemAAFontSettings=on
-Dswing.aatext=true
-Dsun.java2d.xrender=true

If you don't know how to add those or the above settings don't fix your application, please answer these questions:

* What applications are affected by this?
* What version of the application?
* Are there any specific steps should we take to recreate this bug?

This will help us to find and resolve the problem.