Re: Is a Desktop Experience on ARM with X11 Possible?

2017-02-12 Thread Johan Vos
The changes for the new mesa-driver are in a branch ( https://bitbucket.org/javafxports/8u-dev-rt/branch/mesa) and we don't distribute binaries from the Gluon download yet, as the new driver is still experimental. I am told, though, that it will soon become the default driver, and then those

Re: Is a Desktop Experience on ARM with X11 Possible?

2017-02-12 Thread Chris Newland
Hi Scott, I run windowed JavaFX desktop apps on the Raspberry Pi 3 (Latest Raspbian + PIXEL desktop without experimental driver) using the GTK platform and software pipeline with an OpenJFX build from my server at https://chriswhocodes.com/ Just download an ARM nightly: wget

Re: Is a Desktop Experience on ARM with X11 Possible?

2017-02-10 Thread Scott Palmer
Hi Johan, Excellent! Do you have a build or instructions somewhere? Thanks, Scott > On Feb 10, 2017, at 4:03 AM, Johan Vos wrote: > > Hi Scott, > > I actually have this working, leveraging the new mesa driver for the Pi. > It is using monocle and ES2 and it integrates

Re: Is a Desktop Experience on ARM with X11 Possible?

2017-02-10 Thread Johan Vos
Hi Scott, I actually have this working, leveraging the new mesa driver for the Pi. It is using monocle and ES2 and it integrates very well with the X11 system on the Raspberry Pi. - Johan On Thu, Feb 9, 2017 at 8:19 PM Scott Palmer wrote: > Just wondering if there are some

Re: Is a Desktop Experience on ARM with X11 Possible?

2017-02-09 Thread Mattias Eliasson
It depends on the platform. On Raspberry Pi x11 doesn't support hardware acceleration. That's an x11 issue not a JFX issue. I'm currently gonna implement a very limited desktop environment for this platform specifically, although it should work on any ARM platform that can run JFX. To make x11

Re: Is a Desktop Experience on ARM with X11 Possible?

2017-02-09 Thread David Hill
On 2/9/17, 2:08 PM, Scott Palmer wrote: Just wondering if there are some options for building OpenJFX for embedded ARM such that it behaves like it does on x86 Linux with X11. I mean with actual decorated windows instead of just lumping everything onto the frame buffer or a single window. Is