* [PATCH] weston-conf: set default backend to drm-backend
@ 2016-05-26 11:34 Karthik Ramanan
2016-05-27 2:06 ` Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Karthik Ramanan @ 2016-05-26 11:34 UTC (permalink / raw)
To: meta-arago
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini b/meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini
index 615a604..4178ed3 100644
--- a/meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini
+++ b/meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini
@@ -1,3 +1,6 @@
+[core]
+backend=drm-backend.so
+
[shell]
locking=false
animation=zoom
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] weston-conf: set default backend to drm-backend
2016-05-26 11:34 [PATCH] weston-conf: set default backend to drm-backend Karthik Ramanan
@ 2016-05-27 2:06 ` Denys Dmytriyenko
2016-05-27 8:09 ` Karthik Ramanan
0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2016-05-27 2:06 UTC (permalink / raw)
To: Karthik Ramanan; +Cc: meta-arago
On Thu, May 26, 2016 at 05:04:50PM +0530, Karthik Ramanan wrote:
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
> meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini b/meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini
> index 615a604..4178ed3 100644
> --- a/meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini
> +++ b/meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini
> @@ -1,3 +1,6 @@
> +[core]
> +backend=drm-backend.so
Isn't that the default?
> [shell]
> locking=false
> animation=zoom
> --
> 1.9.1
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] weston-conf: set default backend to drm-backend
2016-05-27 2:06 ` Denys Dmytriyenko
@ 2016-05-27 8:09 ` Karthik Ramanan
2016-05-27 14:10 ` Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Karthik Ramanan @ 2016-05-27 8:09 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-arago
On 27-May-16 7:36 AM, Denys Dmytriyenko wrote:
> On Thu, May 26, 2016 at 05:04:50PM +0530, Karthik Ramanan wrote:
>> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
>> ---
>> meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini | 3 +++
>> 1 file changed, 3 insertions(+)
>>
>> diff --git a/meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini b/meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini
>> index 615a604..4178ed3 100644
>> --- a/meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini
>> +++ b/meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini
>> @@ -1,3 +1,6 @@
>> +[core]
>> +backend=drm-backend.so
> Isn't that the default?
The default backend is wayland-backend.so, since we have the WAYLAND_DISPLAY defined to wayland-0, the default backend will be wayland.
Source reference: https://cgit.freedesktop.org/wayland/weston/tree/src/main.c?h=1.9#n537
>
>
>> [shell]
>> locking=false
>> animation=zoom
>> --
>> 1.9.1
>>
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] weston-conf: set default backend to drm-backend
2016-05-27 8:09 ` Karthik Ramanan
@ 2016-05-27 14:10 ` Denys Dmytriyenko
0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2016-05-27 14:10 UTC (permalink / raw)
To: Karthik Ramanan; +Cc: meta-arago
On Fri, May 27, 2016 at 01:39:46PM +0530, Karthik Ramanan wrote:
>
>
> On 27-May-16 7:36 AM, Denys Dmytriyenko wrote:
> >On Thu, May 26, 2016 at 05:04:50PM +0530, Karthik Ramanan wrote:
> >>Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> >>---
> >> meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini | 3 +++
> >> 1 file changed, 3 insertions(+)
> >>
> >>diff --git a/meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini b/meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini
> >>index 615a604..4178ed3 100644
> >>--- a/meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini
> >>+++ b/meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini
> >>@@ -1,3 +1,6 @@
> >>+[core]
> >>+backend=drm-backend.so
> >Isn't that the default?
>
> The default backend is wayland-backend.so, since we have the WAYLAND_DISPLAY
> defined to wayland-0, the default backend will be wayland.
But we don't build or package wayland backend...
> Source reference: https://cgit.freedesktop.org/wayland/weston/tree/src/main.c?h=1.9#n537
>
> >
> >
> >> [shell]
> >> locking=false
> >> animation=zoom
> >>--
> >>1.9.1
> >>
> >>_______________________________________________
> >>meta-arago mailing list
> >>meta-arago@arago-project.org
> >>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-05-27 14:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-26 11:34 [PATCH] weston-conf: set default backend to drm-backend Karthik Ramanan
2016-05-27 2:06 ` Denys Dmytriyenko
2016-05-27 8:09 ` Karthik Ramanan
2016-05-27 14:10 ` Denys Dmytriyenko
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.