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).

{
        # 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)



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

Reply via email to