On 06/05/13 22:21, Frank Murphy wrote:
Have the following in xfce autostart:
#!/bin/bash
# Disable screensaver and dpms emergy star. export DISPLAY :0.0 xset s off && \ xset -dpms
on running: ./xset ./xset: line 4: export: `:0.0': not a valid identifier
It appears to be the correct display going by: echo $DISPLAY :0.0
export DISPLAY=:0.0