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

Canvas creation fails with non-default GraphicsConfiguration

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P1 P1
    • 1.3.0
    • 1.3.0
    • client-libs
    • 2d
    • 1.3
    • sparc
    • solaris_2.6

      Creating a canvas using a non-default GraphicsConfiguration object
      fails in build I of Kestrel.

      java -version
      java version "1.3"
      Classic VM (build JDK-1.3-I, native threads, sunwjit)

      This worked fine in build H. To reproduce this, install Java 3D
      version 1.1.2 and OpenGL version 1.1.2 or 1.2 on a Solaris machine
      with a GX, TGX, Creator3D, or Elite3D frame buffer. Then run the
      HelloUniverse example program as follows:

      cd $JAVAHOME/demo/java3d/HelloUniverse
      java HelloUniverse

      You should see a spinning cube, but on Kestrel build I, no image is
      drawn. We observe that the Canvas is being created with the wrong
      visual ID when the GraphicsConfiguration is other than the default
      config. To reproduce this without Java 3D, run the attached program
      and try to create a window using a TrueColor visual other than the
      default visual.

      java Gfx <visualID>

      Only Java's default visual works correctly in build I.

            tnguyensunw Thanh Nguyen (Inactive)
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: