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/tty0
Turn cursor on:
# echo -e ''\033[?25h'' >/dev/tty0
Disable console blanking:
# echo -e "\033[9;0]" >/dev/tty0
Last updated:
Oct 21, 2024