diff options
author | Tasuku Suzuki <tasuku.suzuki@qt.io> | 2016-12-13 15:07:30 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-12-13 10:45:42 +0000 |
commit | 30eff0b2111f8e46a15377d7c14a1948e68a0dd5 (patch) | |
tree | 16725fb354a76f8c82f34407830e98a42a00ca73 | |
parent | ebb1a102d3a6bfb29f1317f90cf669a53b039f3c (diff) |
Rotating the splash screen 90 degrees
AGL demo UI uses screen virtically. This splash screen could be the same
orientation.
Change-Id: I62333f009dca94da79c8257ee7da3069dd86bc2e
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
-rw-r--r-- | meta-agl/recipes-core/psplash/files/psplash-start.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl/recipes-core/psplash/files/psplash-start.service b/meta-agl/recipes-core/psplash/files/psplash-start.service index 7bad9593e..67619d378 100644 --- a/meta-agl/recipes-core/psplash/files/psplash-start.service +++ b/meta-agl/recipes-core/psplash/files/psplash-start.service @@ -6,7 +6,7 @@ DefaultDependencies=no [Service] ExecStartPre=/bin/sh -c "if [ -e /sys/class/graphics/fbcon/cursor_blink ]; then echo 0 > /sys/class/graphics/fbcon/cursor_blink; fi" -ExecStart=/usr/bin/psplash -n +ExecStart=/usr/bin/psplash -n -a 90 [Install] WantedBy=sysinit.target |