I don't think javafx supports framebuffer. It might be working on gtk2, but will not work on gtk3 since the framebuffer backend was removed from gdk.
So I suggest you move to X11. ________________________________ De: openjfx-dev <[email protected]> em nome de Dell Green <[email protected]> Enviado: sábado, 1 de junho de 2019 16:28 Para: [email protected] Assunto: RE: Can Javafx cursor be disabled? Thanks for that, good to know. I should of mentioned that we are not using X, but using framebuffer instead Message: 2 Date: Fri, 31 May 2019 14:45:11 +0000 From: Thiago Milczarek Sayao <[email protected]> To: "[email protected]" <[email protected]> Subject: RE: Can Javafx cursor be disabled? Message-ID: <cp2p15201mb2228e9e20de675b52ae4b7a1de...@cp2p15201mb2228.lamp152.prod.outlook.com> Content-Type: text/plain; charset="us-ascii" If you are using X.org, the cursor is controlled by X, so I would look for a X configuration to disable cursor. https://unix.stackexchange.com/questions/346903/can-i-remove-the-mouse-pointer-entirely-from-x ________________________________ De: openjfx-dev <[email protected]> em nome de Dell Green <[email protected]> Enviado: sexta-feira, 31 de maio de 2019 11:29 Para: [email protected] Assunto: Can Javafx cursor be disabled? We have a touch/rotary device that doesn't use any mouse/cursor input. Is there a way to tell javafx to not initialize a cursor (MX6Cursor.java in my case) on startup as we are seeing /dev/fb1 being unblanked and a grey cursor artifact drawn onto the /dev/fb1, before any user specific javafx code is created. I have looked through the source code and there doesn't seem to be a configurable property to control this. I can remove /dev/fb1 and javafx prints an error/stack-trace but appears to work as normal, however I'm not sure what ongoing impact this has on javafx. any thoughts? End of openjfx-dev Digest, Vol 91, Issue 1 ******************************************
