1
wattOS R8 / Re: Screensaver State
« on: September 08, 2014, 07:48:39 PM »
The problem was resolved using the same method to prevent the screen from blanking on the Raspberry Pi - adding the following lines to ~/.bashrc:
Code: [Select]
xset -dpms
xset s off