linux - Raspberry Pi javaFx Displaylink framebuffer -


I want to use my Raspberry P with a Java GUX on a USB displaylink display. I make my own kernel, which supports the displaylink framebuffer. When I start Raspberry, the display framebuffer becomes FB1 and the output of the JavaFX program is at FB0. How can I set the output of the javaFx program to the displaylink device? What is any other solution than copying the contents of FB1 from FB1? The X server has the option to start with the FB1 "FRAMEBUFFER = / dev / fb1 startx", there is only such a possible javaFx.


Comments

Popular posts from this blog

php - Select box validation (in laravel) -

pandas - Iterate on Groupby Object's fields -

Creating a sparse matrix in Matlab with a specified number of independent Bernoulli +-1 nonzero entries -