You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/06/17 03:34:42 UTC

[GitHub] [netbeans] eirikbakke commented on issue #4228: NetBeans 14 text antialiasing doesn't respect system settings on KDE Plasma

eirikbakke commented on issue #4228:
URL: https://github.com/apache/netbeans/issues/4228#issuecomment-1158454800

   Thanks for the report! @mbien is correct; on some KDE systems (including the one I tested), JVM could not detect the system AA mode, and reverted to no anti-aliasing at all. Greyscale antialiasing was the conservative choice, as subpixel antialiasing looks bad if the wrong mode is selected (HRGB vs. HBGR).
   
   The interesting question is how OpenJDK managed to detect antialiasing by itself on your particular system. I don't see any recent changes in the relevant OpenJDK code, so this probably has to do with your particular setup.
   
   Do you have both Gnome and KDE installed on your system? Perhaps JDK is picking up settings from another installed window manager.
   
   If Xft.rgba has a useful value, we could use that, though, as you suggest. Could you run the following, and let us know the output?
   ```
   command xrdb -query 2> /dev/null | grep Xft.rgba
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists