diff options
author | Dominig ar Foll <dominig.arfoll@fridu.net> | 2017-03-07 16:28:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-07 16:28:20 +0100 |
commit | 7b4376ebfe296e51e39350e353e915686e630585 (patch) | |
tree | 3246dd69c23a5ae683c47887747807fb1b28f8dc | |
parent | 6105a83c04753493c2837f47b1ebb11088d1d260 (diff) |
adding trick to rotate splash screen and UI
-rw-r--r-- | getting-started/troubleshooting.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/getting-started/troubleshooting.md b/getting-started/troubleshooting.md index e252640..7059599 100644 --- a/getting-started/troubleshooting.md +++ b/getting-started/troubleshooting.md @@ -40,6 +40,18 @@ CXXFLAGS_append = " -D_GLIBCXX_USE_CXX11_ABI=0" BUILD_CXXFLAGS_remove_pn-gcc-runtime = "-D_GLIBCXX_USE_CXX11_ABI=0" TARGET_CXXFLAGS_remove_pn-gcc-runtime = "-D_GLIBCXX_USE_CXX11_ABI=0" CXXFLAGS_remove_pn-gcc-runtime = "-D_GLIBCXX_USE_CXX11_ABI=0" ``` +## Screen orientation for Splash and in Weston +Depending of your scren mounting the default orientation of the UI an/or splash screen might be incorrect. +To change the orientation of the splash screen patch +``` +File: /etc/systemd/system/sysinit.target.wants/psplash-start.service +Line: ExecStart=/usr/bin/psplash -n -a 90 +``` +To change the orientation of the UI in Weston patch +``` +File: /etc/xdg/weston/weston.ini +Line: transform=90 +``` ## Disabling Homescreen in AGL 3.0.x CC release |