diff options
Diffstat (limited to 'recipes-graphics/wayland/weston')
-rw-r--r-- | recipes-graphics/wayland/weston/imx/weston.ini | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston/imx/weston.ini b/recipes-graphics/wayland/weston/imx/weston.ini new file mode 100644 index 00000000..d6ad40df --- /dev/null +++ b/recipes-graphics/wayland/weston/imx/weston.ini | |||
@@ -0,0 +1,20 @@ | |||
1 | [core] | ||
2 | # i.MX: Disable idle timeout | ||
3 | idle-time=0 | ||
4 | |||
5 | #[output] | ||
6 | #name=HDMI-A-1 | ||
7 | #mode=1920x1080@60 | ||
8 | #transform=90 | ||
9 | |||
10 | #[output] | ||
11 | #name=HDMI-A-2 | ||
12 | #mode=off | ||
13 | # WIDTHxHEIGHT Resolution size width and height in pixels | ||
14 | # off Disables the output | ||
15 | # preferred Uses the preferred mode | ||
16 | # current Uses the current crt controller mode | ||
17 | #transform=90 | ||
18 | |||
19 | [screen-share] | ||
20 | command=/usr/bin/weston --backend=rdp-backend.so --shell=fullscreen-shell.so --no-clients-resize | ||