analogdevicesinc / adi-kuiper-gen

Tool used to create ADI Kuiper Linux userspace images (based on Raspbian/raspberrypi.org )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

turn off screen blanking

rgetz opened this issue · comments

I needed to add:

@xset s off
@xset -dpms

to the /etc/xdg/lxsession/LXDE-pi/autostart file to get screen blanking to turn off (which is needed during tradeshows/etc.

I also needed to do a sudo apt install xscreensaver to make sure things were working (which has a preferences in the GUI, and is trivial to turn on/off).

solved with #21

Thanks

confirm on 2019R2-RC5 - no blanking, no screen saver.

Thanks

should the xscreensaver be installed be default?