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

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -