Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Screens from Chalkboard Electronics - both their older 10" 800x600 screen (2012 model) and their 10" 1280x800 screen (from the beginning of 2013)
  • The M2256PW monitor from 3M
  • The touch screen integrated into the Freescale i.MX6Q Sabre Device Platform.

In general a touch screen that is recognized by Linux and generates EV_ABS events will work with JavaFX.

...

The property setting -Dprism.maxvram=90M can be used to set the JavaFX texture cache limit, and in this example, setting it to 90 MB. This value would be a good starting value for a memory split of 256MB for VRAM.

To debug the JFX a JavaFX application failure to allocate VRAM, -Dprism.poolstats=true can be used to monitor the texture pool to better determine the upper limit.

...