Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8361968

X11 allow multiscreen display mode change.

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • client-libs
    • None

      X11GraphicsDevice.java has following restriction

          public boolean isDisplayChangeSupported() {
              return (isFullScreenSupported()
                      && (getFullScreenWindow() != null)
                      && !((X11GraphicsEnvironment) GraphicsEnvironment
                              .getLocalGraphicsEnvironment()).runningXinerama());
          }

      So display mode change is available only when running single screen.

      With Crtc and Output XRandR APIs it is possible to remove this limitation.

            azvegint Alexander Zvegintsev
            azvegint Alexander Zvegintsev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: