diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-09-16 15:35:02 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-19 15:27:02 +0100 |
| commit | b418ececee2c22f334cc31f70aff71ba9571b431 (patch) | |
| tree | 75c9e22de9d5ecd6f9211c2a7ff675707f14eed3 /meta/recipes-graphics/wayland/weston-init/weston.ini | |
| parent | 9c22a5a8a8dd0d5645adeb937ca3ffc8d1c6f6ec (diff) | |
| download | poky-b418ececee2c22f334cc31f70aff71ba9571b431.tar.gz | |
weston-init: Add possibility to run weston as non-root user
These changes are from meta-96boards primarily
Launch the session via a udev rule based on what kind of display device
is available
delete weston-conf and move the fuctionality into weston-init other
layers are doing same
weston-init installs machine specific weston.ini therefore mark is
machine specific now
(From OE-Core rev: aa3bced2e1de2f4ba507aa014835b06edccc138a)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland/weston-init/weston.ini')
| -rw-r--r-- | meta/recipes-graphics/wayland/weston-init/weston.ini | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init/weston.ini b/meta/recipes-graphics/wayland/weston-init/weston.ini new file mode 100644 index 0000000000..1eecf48bc1 --- /dev/null +++ b/meta/recipes-graphics/wayland/weston-init/weston.ini | |||
| @@ -0,0 +1,74 @@ | |||
| 1 | # configuration file for Weston | ||
| 2 | |||
| 3 | #[core] | ||
| 4 | #modules=xwayland.so,cms-colord.so | ||
| 5 | #shell=desktop-shell.so | ||
| 6 | #gbm-format=xrgb2101010 | ||
| 7 | |||
| 8 | #[shell] | ||
| 9 | #background-image=/usr/share/backgrounds/gnome/Aqua.jpg | ||
| 10 | #background-color=0xff002244 | ||
| 11 | #background-type=tile | ||
| 12 | #clock-format=minutes | ||
| 13 | #panel-color=0x90ff0000 | ||
| 14 | #locking=true | ||
| 15 | #animation=zoom | ||
| 16 | #startup-animation=fade | ||
| 17 | #binding-modifier=ctrl | ||
| 18 | #num-workspaces=6 | ||
| 19 | #cursor-theme=whiteglass | ||
| 20 | #cursor-size=24 | ||
| 21 | |||
| 22 | #lockscreen-icon=/usr/share/icons/gnome/256x256/actions/lock.png | ||
| 23 | #lockscreen=/usr/share/backgrounds/gnome/Garden.jpg | ||
| 24 | #homescreen=/usr/share/backgrounds/gnome/Blinds.jpg | ||
| 25 | #animation=fade | ||
| 26 | |||
| 27 | #[launcher] | ||
| 28 | #icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png | ||
| 29 | #path=/usr/bin/gnome-terminal | ||
| 30 | |||
| 31 | #[launcher] | ||
| 32 | #icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png | ||
| 33 | #path=/usr/bin/weston-terminal | ||
| 34 | |||
| 35 | #[launcher] | ||
| 36 | #icon=/usr/share/icons/hicolor/24x24/apps/google-chrome.png | ||
| 37 | #path=/usr/bin/google-chrome | ||
| 38 | |||
| 39 | #[launcher] | ||
| 40 | #icon=/usr/share/icons/gnome/24x24/apps/arts.png | ||
| 41 | #path=/build/weston-0lEgCh/weston-1.11.0/weston-flower | ||
| 42 | |||
| 43 | #[input-method] | ||
| 44 | #path=/usr/lib/weston/weston-keyboard | ||
| 45 | |||
| 46 | #[output] | ||
| 47 | #name=LVDS1 | ||
| 48 | #mode=1680x1050 | ||
| 49 | #transform=90 | ||
| 50 | #icc_profile=/usr/share/color/icc/colord/Bluish.icc | ||
| 51 | |||
| 52 | #[output] | ||
| 53 | #name=VGA1 | ||
| 54 | #mode=173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync | ||
| 55 | #transform=flipped | ||
| 56 | |||
| 57 | #[output] | ||
| 58 | #name=X1 | ||
| 59 | #mode=1024x768 | ||
| 60 | #transform=flipped-90 | ||
| 61 | |||
| 62 | #[libinput] | ||
| 63 | #enable_tap=true | ||
| 64 | |||
| 65 | #[touchpad] | ||
| 66 | #constant_accel_factor = 50 | ||
| 67 | #min_accel_factor = 0.16 | ||
| 68 | #max_accel_factor = 1.0 | ||
| 69 | |||
| 70 | #[screen-share] | ||
| 71 | #command=/usr/bin/weston --backend=rdp-backend.so --shell=fullscreen-shell.so --no-clients-resize | ||
| 72 | |||
| 73 | #[xwayland] | ||
| 74 | #path=/usr/bin/Xwayland | ||
