Rotating the splash screen 90 degrees 65/7565/2
authorTasuku Suzuki <tasuku.suzuki@qt.io>
Tue, 13 Dec 2016 06:07:30 +0000 (15:07 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 13 Dec 2016 10:45:42 +0000 (10:45 +0000)
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>
meta-agl/recipes-core/psplash/files/psplash-start.service

index 7bad959..67619d3 100644 (file)
@@ -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