summaryrefslogtreecommitdiffstats
path: root/getting-started/footers/porter-footer.md
diff options
context:
space:
mode:
Diffstat (limited to 'getting-started/footers/porter-footer.md')
-rw-r--r--getting-started/footers/porter-footer.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/getting-started/footers/porter-footer.md b/getting-started/footers/porter-footer.md
new file mode 100644
index 0000000..b532fd9
--- /dev/null
+++ b/getting-started/footers/porter-footer.md
@@ -0,0 +1,19 @@
+## Weston
+
+If Weston fails to start double check /etc/xdg/weston/weston.ini and verify that the output name and screen resolution matches the configured U-Boot environment, for example on Renesas Porter board rev 1.0 with screen resolution 1024x768:
+
+```
+[core]
+shell=desktop-shell.so
+backend=drm-backend.so
+
+[shell]
+locking=true
+# Uncomment below to hide panel
+#panel-location=none
+
+[output]
+#name=Virtual-1
+name=HDMI-A-1
+mode=1024x768
+```