JDK-8087980 : Add property to disable Monocle cursor
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: window-toolkit
  • Affected Version: 8u60
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-05-17
  • Updated: 2020-01-06
  • Resolved: 2020-01-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
openjfx14Fixed
Description
Hi,

The hardware cursor cannot be disabled on Raspberry. I'm running in the framebuffer, so as I have understood it, it's the hardware cursor which is rendered directly in the framebuffer.

Is there any workaround ?

Best,
Predrag
Comments
Changeset: 580a2a94 Author: Dell Green <dell.green@ideaworks.co.uk> Committer: Johan Vos <jvos@openjdk.org> Date: 2020-01-02 20:24:22 +0000 URL: https://git.openjdk.java.net/jfx/commit/580a2a94
06-01-2020

Fixed by the following commit: https://github.com/openjdk/jfx/commit/580a2a94abd6c94fca024f0269f8a071a83a0cf2 The resolution of this issue by the Skara bot is pending.
02-01-2020

Removing review-requested label. With the impending move of the jfx repo to GitHub, this will need to be resubmitted as a pull request against https://github.com/openjdk/jfx in order for the review to proceed.
01-10-2019

OK - thanks for the clarification, the confusion was mine. Will have to try and get my PI back in operation.
22-05-2015

Thanks. In fact I didn't know that the mouse cursor was linked to the console cursor. The command does not help, but just to be sure... : I'm talking about mouse cursor, and not the console one. My console is disabled as I don't want any boot message to appear on the screen. Thanks for your help, Predrag
22-05-2015

It is odd that it comes back. My Pi is not behaving at the moment so I cannot double check things - maybe it is something newer than my rather old image. But - a quick search found this: ... you can make the following changes to /boot/cmdline.txt, ... ... Hide the text cursor: "vt.global_cursor_default=0".
21-05-2015

Thanks for the tip. Unfortunately, even if the cursor disapears on issued command, it appears on first "touch" on the screen.
21-05-2015

We do have some issues with the console framebuffer cursor showing through on some platforms. There is not an easy way that I have found to disable this from within JavaFX - so it needs to be done via kernel command line, or console. Try this: echo "echo 0 > /sys/class/graphics/fbcon/cursor_blink" | sudo -s
21-05-2015