On 05.06.2013 16: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 Is it really necessary to specify the DISPLAY environment variable within "Application Autostart" *.desktop file. :) $HOME/.config/autostart/Screen-saver-off.desktop [Desktop Entry] Encoding=UTF-8 Version=0.9.4 Type=Application Name=Screen saver off Comment=Set the screen saver off Exec=xset s off OnlyShowIn=XFCE; StartupNotify=false Terminal=false Hidden=false DPMS portion can be adjusted using the xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/dpms-enabled xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/dpms-enabled -s true/false poma http://goodies.xfce.org/projects/applications/xfce4-power-manager http://docs.xfce.org/xfce/xfce4-power-manager/preferences http://docs.xfce.org/xfce/xfconf/xfconf-query -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org