Details
-
Bug
-
Resolution: Fixed
-
P3
-
9.0.4, 11, 15, 16
-
b27
Description
Run SwingSet2 on Linux using JDK 9 or 11, specify -Dsun.java2d.uiScale=2
It all looks good.
Now specify -Dsun.java2d.xrender=false, and lots of things are clipped.
So the non-default X11 pipeline isn't ready for hidpi.
Since it is not the default, and is almost never needed any more, and there is also the workaround
of disabling (or not enabling) hidpi, it may be that we just should say the X11 pipeline does not support
hidpi.
It all looks good.
Now specify -Dsun.java2d.xrender=false, and lots of things are clipped.
So the non-default X11 pipeline isn't ready for hidpi.
Since it is not the default, and is almost never needed any more, and there is also the workaround
of disabling (or not enabling) hidpi, it may be that we just should say the X11 pipeline does not support
hidpi.
Attachments
Issue Links
- relates to
-
JDK-8137571 Linux HiDPI Graphics support
- Resolved