VNC alternative for JavaFX running directly on framebuffer.
David Hill
David.Hill at Oracle.com
Thu Aug 6 13:40:42 UTC 2015
On 8/6/15, 9:36 AM, Daniel. wrote:
> Hi all,
>
> I'm running applications on Freescale's iMX.6 using JavaFX. It's known
> that it doesn't uses X but directly access the framebuffer instead, so
> x11vnc doesn't applies. I need to export the video input/output as VNC
> does.
>
> Does anybody knows an alternative solution for this?
>
> Best regards,
> - dhs
>
I did have an older Glass module running with VNC at one point, mostly as a demonstration, but that was left behind when we moved to Monocle.
The structure of Monocle is such that it would not take too much to make it VNC compatible, the biggest effort actually is the input mapping. I would probably stuff it in to the "headless" support we have in there.
I don't have bandwidth to take on something like this right now, as fun as it would be.
Dave
--
David Hill<David.Hill at Oracle.com>
Java Embedded Development
"A man's feet should be planted in his country, but his eyes should survey the world."
-- George Santayana (1863 - 1952)
More information about the openjfx-dev
mailing list