Re: [e-users] Screen blanking ... but backlight stays on

2016-12-28 Thread The Rasterman
On Wed, 28 Dec 2016 09:59:27 + Mick  said:

> A couple of days ago I selected Settings/Modes/Presentation because I wanted 
> to watch a video and mpv would not stop the warning for the screen blanking 
> coming on.

i don't know about mpv... but rage requests to suspend blanking while
fullscreen... so you don't need to know or care... :)

> After I finished watching the video I unset the Presentation selection.  Now 
> screen blanking takes place as it should, but the backlight stays on and the 
> mouse cursor remains visible.  The warning never pops up as it used to.  I 
> tried different things but cannot reset it to how it was as a default.

sounds like dpms is not kicking in anymore. odd.

> How can I put it all back as it was?
> -- 
> Regards,
> Mick


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] [e16] How to disable Menus on screen edges

2016-12-28 Thread Daniel c . Würl
Am Wed, 28 Dec 2016 10:40:09 +0100
schrieb Kim Woelders :

> On 12/28/2016 01:09 AM, Daniel c. Würl wrote:
> > Am Tue, 27 Dec 2016 12:44:31 +0100
> > schrieb Kim Woelders :
> >  
> >> On 12/26/2016 04:11 PM, Daniel c. Würl wrote:  
> >>> Hi,
> >>>
> >>> e16 catches all clicks at the screen edges, even if through a
> >>> window, and triggers the desktop bindings on them (which I most of
> >>> the time find quite useful).
> >>>
> >>> Would there be a way to disable this behaviour for one particular
> >>> edge (i.e. where my panel sits)?
> >>>  
> >> I don't think that really is intended behavior. I guess it happens
> >> because you have edge-flip enabled. Try disabling that (Areas
> >> settings).  
> >
> > Did disable it for a test, doesn't change anything.  
> 
> I still think it will but apparently e16 requires a restart for
> changes in this setting to take effect.
> 
> > When I point my mouse on the edge of the screen, it will trigger the
> > desktop menus as defined in bindings.cfg.
> > This happens even if there is a window obscuring it (I dragged one
> > half 'out' of the screen, and clicked the edge, every click raised
> > menus and wasn't submitted to the window in question).
> > I accidentally managed to take a screenshot of the edge, returning
> > a 1 pixel wide window containing part of my wallpaper. Xprop
> > revealed it to be:
> >
> > _NET_WM_NAME(UTF8_STRING) = "Edge-T"
> > WM_NAME(STRING) = "Edge-T"
> >
> > So my question would be how to disable "Edge-T" without disabling
> > "Edge-B", "Edge-L" and "Edge-R" (if possible).
> > Or could I somehow bind it manually?
> >  
> Those are the windows used to handle edge-flipping.
> As things are it is not possible to configure e16 to do what you want.

Ok, got it ;)

> 
> > -> On an unrelated note, the xprop magic you suggested regarding
> > the used desktops works like a charm, thanks ;)
> >  
> :)
> 
> /Kim
> 
> 
> 
> --
> Check out the vibrant tech community on one of the world's most 
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Screen blanking ... but backlight stays on

2016-12-28 Thread Mick
A couple of days ago I selected Settings/Modes/Presentation because I wanted 
to watch a video and mpv would not stop the warning for the screen blanking 
coming on.

After I finished watching the video I unset the Presentation selection.  Now 
screen blanking takes place as it should, but the backlight stays on and the 
mouse cursor remains visible.  The warning never pops up as it used to.  I 
tried different things but cannot reset it to how it was as a default.

How can I put it all back as it was?
-- 
Regards,
Mick--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] [e16] How to disable Menus on screen edges

2016-12-28 Thread Kim Woelders
On 12/28/2016 01:09 AM, Daniel c. Würl wrote:
> Am Tue, 27 Dec 2016 12:44:31 +0100
> schrieb Kim Woelders :
>
>> On 12/26/2016 04:11 PM, Daniel c. Würl wrote:
>>> Hi,
>>>
>>> e16 catches all clicks at the screen edges, even if through a
>>> window, and triggers the desktop bindings on them (which I most of
>>> the time find quite useful).
>>>
>>> Would there be a way to disable this behaviour for one particular
>>> edge (i.e. where my panel sits)?
>>>
>> I don't think that really is intended behavior. I guess it happens
>> because you have edge-flip enabled. Try disabling that (Areas
>> settings).
>
> Did disable it for a test, doesn't change anything.

I still think it will but apparently e16 requires a restart for changes 
in this setting to take effect.

> When I point my mouse on the edge of the screen, it will trigger the
> desktop menus as defined in bindings.cfg.
> This happens even if there is a window obscuring it (I dragged one half
> 'out' of the screen, and clicked the edge, every click raised menus and
> wasn't submitted to the window in question).
> I accidentally managed to take a screenshot of the edge, returning a 1
> pixel wide window containing part of my wallpaper. Xprop revealed it to
> be:
>
> _NET_WM_NAME(UTF8_STRING) = "Edge-T"
> WM_NAME(STRING) = "Edge-T"
>
> So my question would be how to disable "Edge-T" without disabling
> "Edge-B", "Edge-L" and "Edge-R" (if possible).
> Or could I somehow bind it manually?
>
Those are the windows used to handle edge-flipping.
As things are it is not possible to configure e16 to do what you want.

> -> On an unrelated note, the xprop magic you suggested regarding the
> used desktops works like a charm, thanks ;)
>
:)

/Kim



--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users