Skip to content
Snippets Groups Projects
Commit 1e5cb4cd authored by GitBot's avatar GitBot
Browse files

Integrate meta-seconorth-distro/kirkstone-fix-display-flickering-in-weston

--

Commit: seco-ne/yocto/layers/meta-seconorth-distro@f5b5ad2c

weston-init: fix display flickering

Refer to https://secogroup.atlassian.net/browse/YT-85

 for full discussion
on this topic.

For some unknown reason, when the transparency part of "background-color"
parameter in weston.ini is lower than FF, display (both LVDS and HDMI) starts
to constantly blink if some object/sprite is moving on display.

Herewith this issue cannot be seen if application is launched in full screen
mode (e.g if seco-show-demo is running). But if seco-show-demo is stopped,
the problem immediately appears when a mouse cursor or "weston-flower" are
moved.

As digging into weston internals to understand what is going on will require
reasonable efforts, we simply changed background-color to 0xFF000000, which
also produces a black background, but which does not cause the blinking
issue to appear.

Signed-off-by: default avatarMikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
parent 19578ed9
No related branches found
No related tags found
1 merge request!1798Integrate meta-seconorth-distro/kirkstone-fix-display-flickering-in-weston
Pipeline #123075 passed with stages
in 1 minute and 30 seconds
......@@ -30,7 +30,7 @@
<project name="meta-rauc.git" revision="804386f04826ea7fe74a1b4e0a20991425c06d9c" remote="rauc" path="sources/meta-rauc" />
<project name="layers/meta-seconorth-machine" revision="749779aa1d89c7f3c08ca4e2f33378f5b87ab5b1" remote="seco-ne" path="sources/meta-seconorth-machine" />
<project name="layers/meta-seconorth-mtk" revision="fae2ef094a2166d1e912a57a6da11a62a3c4a119" remote="seco-ne" path="sources/meta-seconorth-mtk" />
<project name="layers/meta-seconorth-distro" revision="8e1c513b4fc443ad4880f3a888ec649502039fe6" remote="seco-ne" path="sources/meta-seconorth-distro" />
<project name="layers/meta-seconorth-distro" revision="f5b5ad2c59b4e132dc1daa24077ea80c1d18a016" remote="seco-ne" path="sources/meta-seconorth-distro" />
<project name="layers/meta-seconorth-nogplv3" revision="2a5a2f8161d51cdfa57ba8a0607d4bb4e4ee86a4" remote="seco-ne" path="sources/meta-seconorth-nogplv3" />
<project name="config" revision="b7a434bf381fe876b43296ed6d9b37232f59ca94" remote="seco-ne" path=".conf" >
<linkfile dest="setup-environment" src="setup-environment" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment