2023-03-16, 23:40
debian sid and kodi v20.1
so i don't use a display manager nor a desktop environment. i am running debian and start kodi using
the screensaver is disabled in the settings but when no video is playing for some time, the screen blanks and i need to use the keyboard to start it up again.
the solutions using xset do not work (ran the below from tty2)
any suggestions what other tools i could use?
so i don't use a display manager nor a desktop environment. i am running debian and start kodi using
Code:
[ "$(tty)" = "/dev/tty1" ] && exec startx /usr/bin/kodi
the screensaver is disabled in the settings but when no video is playing for some time, the screen blanks and i need to use the keyboard to start it up again.
the solutions using xset do not work (ran the below from tty2)
Code:
$ xset q
xset: unable to open display ""
any suggestions what other tools i could use?