We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a cursor always visible on top of my display, the RPi OS cursor and it won't move
Here is a "temporary" fix
sudo apt -y install screen unclutter
then run the following once per RPi reboot
DISPLAY=:0 screen unclutter -idle 0
This will launch unclutter in a screen (a detachable terminal). After that you hit CTRL+a , CTRL+d to detach and you can close your terminal.
The cursor should now be gone.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a cursor always visible on top of my display, the RPi OS cursor and it won't move
Here is a "temporary" fix
sudo apt -y install screen unclutter
then run the following once per RPi reboot
DISPLAY=:0 screen unclutter -idle 0
This will launch unclutter in a screen (a detachable terminal).
After that you hit CTRL+a , CTRL+d to detach and you can close your terminal.
The cursor should now be gone.
The text was updated successfully, but these errors were encountered: