xset and display invalid id.

Ed Greshko Ed.Greshko at greshko.com
Wed Jun 5 14:49:37 UTC 2013


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

-- 
The only thing worse than a poorly asked question is a cryptic answer.


More information about the users mailing list