weston-init: uncomment "use-g2d=1" from weston.ini on the ccimx6sbc
Without this option, moving any element on the desktop (cursor or windows) will cause an undesired "trailing" effect, where parts of the moved elements remain on the desktop. https://jira.digi.com/browse/DEL-7221 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
4a68333fef
commit
1fe0af568f
|
|
@ -17,6 +17,11 @@ INI_UNCOMMENT_ASSIGNMENTS_append_mx8mp = " \
|
|||
use-g2d=1 \
|
||||
"
|
||||
|
||||
# Digi: use g2d on ccimx6sbc to fix desktop window issue
|
||||
INI_UNCOMMENT_ASSIGNMENTS_append_ccimx6sbc = " \
|
||||
use-g2d=1 \
|
||||
"
|
||||
|
||||
do_install_append() {
|
||||
install -Dm0755 ${WORKDIR}/profile ${D}${sysconfdir}/profile.d/weston.sh
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue