Created
January 10, 2018 15:56
-
-
Save espresso3389/947a98a5932cfb64f532378c0f89e105 to your computer and use it in GitHub Desktop.
Preparing for using framebuffer directly on Raspbian
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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