Install xutils
sudo apt-get install xutils
Disable any previously listed commands and add the xset
commands below
#@lxpanel --profile LXDE
#@pcmanfm --desktop --profile LXDE
@xset s off
@xset -dpms
@xset s noblank
Install xutils
sudo apt-get install xutils
Disable any previously listed commands and add the xset
commands below
#@lxpanel --profile LXDE
#@pcmanfm --desktop --profile LXDE
@xset s off
@xset -dpms
@xset s noblank
vi /etc/lightdm/lightdm.conf
[SeatDefaults]
xserver-command=X -s 0 -dpms
why does this not work on my raspberry pi 2 ?