Skip to content
New issue

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

Visible cursor OS on top of lazycast display #97

Open
shodanx2 opened this issue Oct 30, 2021 · 0 comments
Open

Visible cursor OS on top of lazycast display #97

shodanx2 opened this issue Oct 30, 2021 · 0 comments

Comments

@shodanx2
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant