Some console codes that might be useful while using mplayer or gstreamer or other applications over the framebuffer device:
Turn cursor off:
# echo -e ''\033[?25l'' >/dev/tty0Turn cursor on:
# echo -e ''\033[?25h'' >/dev/tty0Disable console blanking:
# echo -e "\033[9;0]" >/dev/tty0
Last updated:
Jan 01, 2024