Re: xset and display invalid id.

2013-06-05 Thread poma
On 05.06.2013 19:37, Frank Murphy wrote: > I've had to > it was getting "cannot open display" > in the logs > > I don't use power-manager. Only marmot knows what you're doing with Xfce. :) poma -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options

Re: xset and display invalid id.

2013-06-05 Thread Frank Murphy
On Wed, 05 Jun 2013 19:29:31 +0200 poma wrote: 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

Re: xset and display invalid id.

2013-06-05 Thread poma
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 appear

Re: xset and display invalid id.

2013-06-05 Thread Ed Greshko
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 b

xset and display invalid id.

2013-06-05 Thread Frank Murphy
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 -- Regar