summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init-2.0
Commit message (Collapse)AuthorAgeFilesLines
* xserver-nodm-init: do not execute Xsession twiceJonathan Liu2013-06-201-1/+1
| | | | | | | | | | | The /etc/X11/Xserver script runs xinit /etc/X11/Xsession already so there is no need to do /usr/bin/xinit /etc/X11/Xsession -- /etc/X11/Xserver. Having xinit nested will result in Xsession being executed twice. To resolve this, just execute /etc/X11/Xserver directly instead of going through xinit. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-nodm-init: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-0/+10
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-nodm-init: move systemd support to meta-systemdAndreas Müller2012-07-162-10/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-nodm-init: add EnvironmentFileMartin Jansa2012-04-102-0/+2
| | | | | | | | | | * used to set HOME variable before /etc/X11/Xsession is started * e.g. enlightenment is creating ${HOME}/.e and without this it ends in /tmp/.e and during startup HOME gets defined and switched to /home/root/.e Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xserver-nodm-init: use /etc/X11/Xserver from service file instead of Xorg ↵Denis 'GNUtoo' Carikli2012-04-101-1/+1
| | | | | | | | | | | directly * /etc/X11/Xserver is provided by xserver-common and sets correct DPI before starting Xorg (or other xserver) Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xserver-nodm-init: set USER and HOMEMartin Jansa2011-11-011-0/+7
| | | | | | | | * when it's executed from init then HOME is set to '/' * shadow/agetty set HOME fine and Xinit is doing the same, but for xinit Xsession it didn't work Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xserver-nodm-init: add optional systemd supportKoen Kooi2011-07-261-0/+8
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes,classes: import a lot of recipes from meta-shrMartin Jansa2011-04-102-0/+397
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)