All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wayland: Set idle-time to zero
@ 2020-10-11 23:49 Alistair
  2020-10-12  9:28 ` [OE-core] " Alexander Kanavin
  0 siblings, 1 reply; 6+ messages in thread
From: Alistair @ 2020-10-11 23:49 UTC (permalink / raw)
  To: openembedded-core; +Cc: alistair23, Alistair Francis

Signed-off-by: Alistair Francis <alistair@alistair23.me>
---
 meta/recipes-graphics/wayland/weston-init/weston.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/wayland/weston-init/weston.ini b/meta/recipes-graphics/wayland/weston-init/weston.ini
index b48726d59c..d1532236af 100644
--- a/meta/recipes-graphics/wayland/weston-init/weston.ini
+++ b/meta/recipes-graphics/wayland/weston-init/weston.ini
@@ -5,6 +5,7 @@
 #shell=desktop-shell.so
 #gbm-format=xrgb2101010
 require-input=false
+idle-time=0
 
 #[shell]
 #background-image=/usr/share/backgrounds/gnome/Aqua.jpg
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [OE-core] [PATCH] wayland: Set idle-time to zero
  2020-10-11 23:49 [PATCH] wayland: Set idle-time to zero Alistair
@ 2020-10-12  9:28 ` Alexander Kanavin
  2020-10-12 23:10   ` Alistair Francis
  0 siblings, 1 reply; 6+ messages in thread
From: Alexander Kanavin @ 2020-10-12  9:28 UTC (permalink / raw)
  To: Alistair; +Cc: OE-core, Alistair Francis

[-- Attachment #1: Type: text/plain, Size: 771 bytes --]

Why?

Alex

On Mon, 12 Oct 2020 at 01:49, Alistair <alistair@alistair23.me> wrote:

> Signed-off-by: Alistair Francis <alistair@alistair23.me>
> ---
>  meta/recipes-graphics/wayland/weston-init/weston.ini | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-graphics/wayland/weston-init/weston.ini
> b/meta/recipes-graphics/wayland/weston-init/weston.ini
> index b48726d59c..d1532236af 100644
> --- a/meta/recipes-graphics/wayland/weston-init/weston.ini
> +++ b/meta/recipes-graphics/wayland/weston-init/weston.ini
> @@ -5,6 +5,7 @@
>  #shell=desktop-shell.so
>  #gbm-format=xrgb2101010
>  require-input=false
> +idle-time=0
>
>  #[shell]
>  #background-image=/usr/share/backgrounds/gnome/Aqua.jpg
> --
> 2.28.0
>
>
> 
>
>

[-- Attachment #2: Type: text/html, Size: 1205 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [OE-core] [PATCH] wayland: Set idle-time to zero
  2020-10-12  9:28 ` [OE-core] " Alexander Kanavin
@ 2020-10-12 23:10   ` Alistair Francis
  2020-10-13  7:59     ` Alexander Kanavin
  0 siblings, 1 reply; 6+ messages in thread
From: Alistair Francis @ 2020-10-12 23:10 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: Alistair, OE-core

On Mon, Oct 12, 2020 at 2:28 AM Alexander Kanavin
<alex.kanavin@gmail.com> wrote:
>
> Why?

It's really annoying when you are working on something and the screen turns off.

Alistair

>
> Alex
>
> On Mon, 12 Oct 2020 at 01:49, Alistair <alistair@alistair23.me> wrote:
>>
>> Signed-off-by: Alistair Francis <alistair@alistair23.me>
>> ---
>>  meta/recipes-graphics/wayland/weston-init/weston.ini | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/meta/recipes-graphics/wayland/weston-init/weston.ini b/meta/recipes-graphics/wayland/weston-init/weston.ini
>> index b48726d59c..d1532236af 100644
>> --- a/meta/recipes-graphics/wayland/weston-init/weston.ini
>> +++ b/meta/recipes-graphics/wayland/weston-init/weston.ini
>> @@ -5,6 +5,7 @@
>>  #shell=desktop-shell.so
>>  #gbm-format=xrgb2101010
>>  require-input=false
>> +idle-time=0
>>
>>  #[shell]
>>  #background-image=/usr/share/backgrounds/gnome/Aqua.jpg
>> --
>> 2.28.0
>>
>>
>> 
>>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [OE-core] [PATCH] wayland: Set idle-time to zero
  2020-10-12 23:10   ` Alistair Francis
@ 2020-10-13  7:59     ` Alexander Kanavin
  2020-10-13 19:37       ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Alexander Kanavin @ 2020-10-13  7:59 UTC (permalink / raw)
  To: Alistair Francis; +Cc: Alistair, OE-core

[-- Attachment #1: Type: text/plain, Size: 1290 bytes --]

It is however the upstream default, so changing it needs a proper
explanation. Is it something beneficial for the majority of use cases?

Ale

On Tue 13. Oct 2020 at 1.22, Alistair Francis <alistair23@gmail.com> wrote:

> On Mon, Oct 12, 2020 at 2:28 AM Alexander Kanavin
> <alex.kanavin@gmail.com> wrote:
> >
> > Why?
>
> It's really annoying when you are working on something and the screen
> turns off.
>
> Alistair
>
> >
> > Alex
> >
> > On Mon, 12 Oct 2020 at 01:49, Alistair <alistair@alistair23.me> wrote:
> >>
> >> Signed-off-by: Alistair Francis <alistair@alistair23.me>
> >> ---
> >>  meta/recipes-graphics/wayland/weston-init/weston.ini | 1 +
> >>  1 file changed, 1 insertion(+)
> >>
> >> diff --git a/meta/recipes-graphics/wayland/weston-init/weston.ini
> b/meta/recipes-graphics/wayland/weston-init/weston.ini
> >> index b48726d59c..d1532236af 100644
> >> --- a/meta/recipes-graphics/wayland/weston-init/weston.ini
> >> +++ b/meta/recipes-graphics/wayland/weston-init/weston.ini
> >> @@ -5,6 +5,7 @@
> >>  #shell=desktop-shell.so
> >>  #gbm-format=xrgb2101010
> >>  require-input=false
> >> +idle-time=0
> >>
> >>  #[shell]
> >>  #background-image=/usr/share/backgrounds/gnome/Aqua.jpg
> >> --
> >> 2.28.0
> >>
> >>
> >> 
> >>
>

[-- Attachment #2: Type: text/html, Size: 2104 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [OE-core] [PATCH] wayland: Set idle-time to zero
  2020-10-13  7:59     ` Alexander Kanavin
@ 2020-10-13 19:37       ` Khem Raj
  2020-10-14  5:15         ` Alistair Francis
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2020-10-13 19:37 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: Alistair, Alistair Francis, OE-core

[-- Attachment #1: Type: text/plain, Size: 1753 bytes --]

These is no one answer some use cases it is perhaps to keep it always on eg
kiosk kind of devices and for some it may not be eg video player etc

A nicer solution would be turn it into a knob with default perhaps to keep
it default but an easy way to override it when needed perhaps via
packageconfig


On Tue, Oct 13, 2020 at 1:00 AM Alexander Kanavin <alex.kanavin@gmail.com>
wrote:

> It is however the upstream default, so changing it needs a proper
> explanation. Is it something beneficial for the majority of use cases?
>
> Ale
>
> On Tue 13. Oct 2020 at 1.22, Alistair Francis <alistair23@gmail.com>
> wrote:
>
>> On Mon, Oct 12, 2020 at 2:28 AM Alexander Kanavin
>> <alex.kanavin@gmail.com> wrote:
>> >
>> > Why?
>>
>> It's really annoying when you are working on something and the screen
>> turns off.
>>
>> Alistair
>>
>> >
>> > Alex
>> >
>> > On Mon, 12 Oct 2020 at 01:49, Alistair <alistair@alistair23.me> wrote:
>> >>
>> >> Signed-off-by: Alistair Francis <alistair@alistair23.me>
>> >> ---
>> >>  meta/recipes-graphics/wayland/weston-init/weston.ini | 1 +
>> >>  1 file changed, 1 insertion(+)
>> >>
>> >> diff --git a/meta/recipes-graphics/wayland/weston-init/weston.ini
>> b/meta/recipes-graphics/wayland/weston-init/weston.ini
>> >> index b48726d59c..d1532236af 100644
>> >> --- a/meta/recipes-graphics/wayland/weston-init/weston.ini
>> >> +++ b/meta/recipes-graphics/wayland/weston-init/weston.ini
>> >> @@ -5,6 +5,7 @@
>> >>  #shell=desktop-shell.so
>> >>  #gbm-format=xrgb2101010
>> >>  require-input=false
>> >> +idle-time=0
>> >>
>> >>  #[shell]
>> >>  #background-image=/usr/share/backgrounds/gnome/Aqua.jpg
>> >> --
>> >> 2.28.0
>> >>
>> >>
>> >>
>> >>
>>
>
> 
>
>

[-- Attachment #2: Type: text/html, Size: 2911 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [OE-core] [PATCH] wayland: Set idle-time to zero
  2020-10-13 19:37       ` Khem Raj
@ 2020-10-14  5:15         ` Alistair Francis
  0 siblings, 0 replies; 6+ messages in thread
From: Alistair Francis @ 2020-10-14  5:15 UTC (permalink / raw)
  To: Khem Raj; +Cc: Alexander Kanavin, Alistair, OE-core

On Tue, Oct 13, 2020 at 12:38 PM Khem Raj <raj.khem@gmail.com> wrote:
>
>
> These is no one answer some use cases it is perhaps to keep it always on eg kiosk kind of devices and for some it may not be eg video player etc

Exactly!

Also OE has a few defaults that help debugging. I was thinking along
the lines of that.

>
> A nicer solution would be turn it into a knob with default perhaps to keep it default but an easy way to override it when needed perhaps via packageconfig

Agreed. I'll work on that instead.

Alistair

>
>
> On Tue, Oct 13, 2020 at 1:00 AM Alexander Kanavin <alex.kanavin@gmail.com> wrote:
>>
>> It is however the upstream default, so changing it needs a proper explanation. Is it something beneficial for the majority of use cases?
>>
>> Ale
>>
>> On Tue 13. Oct 2020 at 1.22, Alistair Francis <alistair23@gmail.com> wrote:
>>>
>>> On Mon, Oct 12, 2020 at 2:28 AM Alexander Kanavin
>>> <alex.kanavin@gmail.com> wrote:
>>> >
>>> > Why?
>>>
>>> It's really annoying when you are working on something and the screen turns off.
>>>
>>> Alistair
>>>
>>> >
>>> > Alex
>>> >
>>> > On Mon, 12 Oct 2020 at 01:49, Alistair <alistair@alistair23.me> wrote:
>>> >>
>>> >> Signed-off-by: Alistair Francis <alistair@alistair23.me>
>>> >> ---
>>> >>  meta/recipes-graphics/wayland/weston-init/weston.ini | 1 +
>>> >>  1 file changed, 1 insertion(+)
>>> >>
>>> >> diff --git a/meta/recipes-graphics/wayland/weston-init/weston.ini b/meta/recipes-graphics/wayland/weston-init/weston.ini
>>> >> index b48726d59c..d1532236af 100644
>>> >> --- a/meta/recipes-graphics/wayland/weston-init/weston.ini
>>> >> +++ b/meta/recipes-graphics/wayland/weston-init/weston.ini
>>> >> @@ -5,6 +5,7 @@
>>> >>  #shell=desktop-shell.so
>>> >>  #gbm-format=xrgb2101010
>>> >>  require-input=false
>>> >> +idle-time=0
>>> >>
>>> >>  #[shell]
>>> >>  #background-image=/usr/share/backgrounds/gnome/Aqua.jpg
>>> >> --
>>> >> 2.28.0
>>> >>
>>> >>
>>> >>
>>> >>
>>
>>
>> 
>>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-10-14  5:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-11 23:49 [PATCH] wayland: Set idle-time to zero Alistair
2020-10-12  9:28 ` [OE-core] " Alexander Kanavin
2020-10-12 23:10   ` Alistair Francis
2020-10-13  7:59     ` Alexander Kanavin
2020-10-13 19:37       ` Khem Raj
2020-10-14  5:15         ` Alistair Francis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.