Skip to content

Instantly share code, notes, and snippets.

@espresso3389
Created January 10, 2018 15:56
Show Gist options
  • Save espresso3389/947a98a5932cfb64f532378c0f89e105 to your computer and use it in GitHub Desktop.
Save espresso3389/947a98a5932cfb64f532378c0f89e105 to your computer and use it in GitHub Desktop.
Preparing for using framebuffer directly on Raspbian
#!/bin/sh
# The script requires root permission or sudo.
# Switch to GUI mode (Alt-7)
chvt 7
# Disable screen blank (screen saver)
setvesablank off
# Disable cursor blinking on the screen top
echo 0 > /sys/class/graphics/fbcon/cursor_blink
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment