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

Make GraphicsDevice#getDisplayMode() to return correct mode for Xinerama multi-screen

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • tbd
    • 9
    • client-libs
    • None
    • generic
    • linux

      Currently GraphicsDevice#getDisplayMode() does not receive mode from native platform in case of Xinerama and returns the default mode form getBounds():

              Rectangle r = gc.getBounds();
              return new DisplayMode(r.width, r.height,
                                     DisplayMode.BIT_DEPTH_MULTI,
                                     DisplayMode.REFRESH_RATE_UNKNOWN);

      The corresponding native code need to be fixed to return the actual mode,

            ssadetsky Semyon Sadetsky (Inactive)
            ssadetsky Semyon Sadetsky (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: