Dim Screensaver Problems
#1
I have Kodi 18.7 installed on RPi OS / RPi 3B+.  When dim mode screensaver is activated, it shows a mix of dimmed Kodi and RPi OS screens.  How do I get rid of RPi OS screen in this case?
Reply
#2
(2020-11-25, 04:00)RobinTW Wrote: I have Kodi 18.7 installed on RPi OS / RPi 3B+.  When dim mode screensaver is activated, it shows a mix of dimmed Kodi and RPi OS screens.  How do I get rid of RPi OS screen in this case?
You have to switch to an unused VT

I use a script something like that:

#!/bin/sh
VT=<unusedVT>   # Number of an unused VT
chvt $VT
echo "clear screen and hide cursor on virtual console"
setterm --clear all --cursor off > /dev/tty$VT   # Clear screen and cursor invisible
Kodi 18.6 @ openSUSE 13.1 x86_64 - Asus E35M1-I DELUXE | 8GB Ram | 240G 2.5" SSD
Kodi 20.2 on 1st Raspberry Pi B @ XBian | Kodi 20.2 on Raspberry Pi 3B+ @ XBian | Kodi 21a2 on Raspberry Pi4B @ XBian | Kodi 19.0 on SolidRun i.MX6 @ XBian
VDR 2.4.5 & Tvheadend4.3-1917 (for recording) on Cubieboard2 @ Debian Buster
Reply
#3
There is no need to change VTs on the RPi 3 and below, OPs problem shouldn't happen but he has to provide a full debug log for more info. https://kodi.wiki/view/Log_file
Reply

Logout Mark Read Team Forum Stats Members Help
Dim Screensaver Problems0