Hi, Semyon.
Will all these new display modes be accepted by the
GraphicsDevice.setDisplayMode(dm)? Also please confirm that the new
modes include the mode returned from GraphicsDevice.getDisplayMode().
On 27.05.16 14:25, Alexandr Scherbatiy wrote:
On 5/13/2016 9:53 AM, Semyon Sadetsky wrote:
Hello,
Please review fix for JDK9:
bug: https://bugs.openjdk.java.net/browse/JDK-8022810
webrev: http://cr.openjdk.java.net/~ssadetsky/8022810/webrev.00/
Xrandr's XRRGetScreenInfo cannot be used to get display modes in case
of Xinerama because there are no root windows for individual screens.
It is replaced with XRRGetOutputInfo wich is the correct way to get
modes for Xinerama screens.
--Semyon
--
Best regards, Sergey.