I am running a Javafx application on the beaglebone black. Actually the Beaglebone does not have driver for OpenGL and therefore in the meantime I am using the software fallback of javafx with "-Dprism.order=sw". Speed is not so bad but the only issue I have is that javafx is always starting at 640x480 resolution. Can I specify the screen resolution as a start parameter to the software renderer ?