On Tue, Oct 03, 2023 at 08:55:26PM +0200, Benoît-Pierre Demaine wrote:
> As said earlier, I have a similar issue; my fix was this in .xinitrc . Since
> that bit of code, I never had the issue again. Issue happens to me when I
> resume from suspend to ram (not each time, one out of 10).
 
Thanks. I can go into workarounds like this one indeed, but kind of was
hoping the root cause would be identified and fixed in E, or somehow a
setting I'm missing.
 
> {
>         # Screen timeout and brightness
>         while true
>         do
>                 val=$(xset q | grep timeout: | awk '{print $2}' )
>                 [ $val -lt 30 ] && xset s 300
>                 xrandr --output LVDS-1 --brightness 1 # 1 is full, 0 i slow;
> 0.5 is medium
>                 echo 4882 > /sys/class/backlight/intel_backlight/brightness
> # 0 is low, 4882 is max, 600 is medium
>                 sleep 10
>                 export | grep DISPLAY || exit
>                 export | grep DISPLAY || return
>         done
> } &
> 
> 
> 
> 
> On 03/10/2023 19:56, Marc MERLIN wrote:
> > So if there is no solution, should I just stop using the E screensaver
> > and switch back to xlock?
> > 
> > On Thu, Sep 28, 2023 at 10:36:15AM -0700, Marc MERLIN wrote:
> > > On Sun, Sep 10, 2023 at 12:14:21PM +0100, Carsten Haitzler wrote:
> > > > > Basically I have this problem:
> > > > > sauron:~$ xset q | tail -4
> > > > > DPMS (Energy Star):
> > > > >    Standby: 300    Suspend: 360    Off: 420
> > > > >    DPMS is Enabled
> > > > >    Monitor is On
> > > > > sauron:~$ enlightenment_remote -desktop-lock
> > > > > sauron:~$ xset q | tail -4
> > > > > DPMS (Energy Star):
> > > > >    Standby: 11    Suspend: 12    Off: 13
> > > > >    DPMS is Enabled
> > > > >    Monitor is On
> > > > > 
> > > > > I looked in the E settings, my blanking timeout is minutes, and my
> > > > > special timeout when locked is 17 seconds
> > > > > 
> > > > > I cannot find where DPMS 11, 12, 11 comes from.
> SNIP
> 
> 
> 
> -- 
>  >o_/ DEMAINE Benoît-Pierre (aka DoubleHP) http://benoit.demaine.info/
> If computing were an exact science, IT engineers would'nt have work \_o<
> 
> "So all that's left, Is the proof that love's not only blind but deaf."
> (FAKE TALES OF SAN FRANCISCO, Arctic Monkeys)
> 
> 

-- 
"A mouse is a device used to point at the xterm you want to type in" - A.S.R.
 
Home page: http://marc.merlins.org/                       | PGP 7F55D5F27AAF9D08


_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to