You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed -i 's/BLANK_TIME=0/BLANK_TIME=10/g'"/etc/kbd/config"
does a sed on /etc/kbd/config but that doesn't work as of anything newer than debian 9.3 (Kali rolling release is based on testing which is 10+) - we should actually be adding a consoleblank=X in /boot/cmdline.txt instead.
(from hyperpixel repository README) If you're on Raspbian Stretch (Debian 9.3), that config file doesn't exist. Instead, append consoleblank=0 to the boot command in /boot/cmdline.txt and reboot.
The text was updated successfully, but these errors were encountered:
Good point. We've been creating the file here for legacy reasons but might probably be about time to test if the cmdline option is supported by all the screens.
Leave that with me I'll do some tests
RPi-Tweaks/kalipi-tft-config/kalipi-tft-config
Line 96 in e0b1571
consoleblank=X
in/boot/cmdline.txt
instead.(from hyperpixel repository README)
If you're on Raspbian Stretch (Debian 9.3), that config file doesn't exist. Instead, append consoleblank=0 to the boot command in /boot/cmdline.txt and reboot.
The text was updated successfully, but these errors were encountered: