X11 allow multiscreen display mode change.

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: None
    • Component/s: 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.

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

              Created:
              Updated: