All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] weston: ti43x: Limit resolution to prevent HDMI display underrun
@ 2016-01-29 18:20 Jacob Stiffler
  2016-02-01 21:32 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Jacob Stiffler @ 2016-01-29 18:20 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 .../recipes-graphics/wayland/weston/ti43x/weston.ini        | 13 +++++++++++++
 .../recipes-graphics/wayland/weston_1.9.0.bbappend          |  4 +++-
 2 files changed, 16 insertions(+), 1 deletion(-)
 create mode 100644 meta-arago-distro/recipes-graphics/wayland/weston/ti43x/weston.ini

diff --git a/meta-arago-distro/recipes-graphics/wayland/weston/ti43x/weston.ini b/meta-arago-distro/recipes-graphics/wayland/weston/ti43x/weston.ini
new file mode 100644
index 0000000..b2b7927
--- /dev/null
+++ b/meta-arago-distro/recipes-graphics/wayland/weston/ti43x/weston.ini
@@ -0,0 +1,13 @@
+[shell]
+locking=false
+animation=zoom
+panel-location=top
+startup-animation=fade
+
+[screensaver]
+# Uncomment path to disable screensaver
+#path=@libexecdir@/weston-screensaver
+
+[output]
+name=HDMI1
+mode=1024x768
diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_1.9.0.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston_1.9.0.bbappend
index 4aff58d..1a85eca 100644
--- a/meta-arago-distro/recipes-graphics/wayland/weston_1.9.0.bbappend
+++ b/meta-arago-distro/recipes-graphics/wayland/weston_1.9.0.bbappend
@@ -2,7 +2,7 @@
 PACKAGECONFIG[fbdev] = "--enable-fbdev-compositor WESTON_NATIVE_BACKEND="fbdev-backend.so",--disable-fbdev-compositor,udev mtdev"
 PACKAGECONFIG[kms] = "--enable-drm-compositor,--disable-drm-compositor,drm udev libgbm mtdev"
 
-PR_append = "-arago0"
+PR_append = "-arago1"
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
@@ -21,3 +21,5 @@ PACKAGES += "${PN}-conf"
 
 FILES_${PN}-conf += "${sysconfdir}/profile.d/* ${sysconfdir}/weston.ini"
 RDEPENDS_${PN} += "${PN}-conf"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
-- 
1.9.1



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

end of thread, other threads:[~2016-02-01 21:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-29 18:20 [PATCH] weston: ti43x: Limit resolution to prevent HDMI display underrun Jacob Stiffler
2016-02-01 21:32 ` 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.