summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mini-x-session/files
Commit message (Collapse)AuthorAgeFilesLines
* mini-x-session: Fix starting of x-sessionSaul Wold2013-02-281-2/+3
| | | | | | | | | | | | We need to use sudo semantics since it does not start correctly with su. Added RDEPENDS to ensure it's present on target. The SESSION_DIR test was constructed incorrectly, so fixed it. (From OE-Core rev: badf3a32b9737f2ad6f9c9ff2fe623fe17295946) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mini-x-session: Fix runtime when using without session contentsOtavio Salvador2013-02-011-8/+10
| | | | | | | | | | | The script where behaving badly when the session directory does not exist and also lacking a dependency to 'sudo'. Instead of adding a dependency on 'sudo' we use 'su' as done in xserver-common. (From OE-Core rev: 84b58ed421fd14796ddcbc4cc7fc13a5a098d6cc) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mini-x-session: try to use a resolution that's big enough for hob2's windowDexuan Cui2012-02-211-0/+4
| | | | | | | | | The patch was tested on VMware Player 4.0.1. (From OE-Core rev: d33cc3be420fb509d8dddb1f1a752db6d41f50f9) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mini-x-session: Add this recipe as the session file for mini XZhai Edwin2012-01-031-0/+32
mini-x-session runs session files on behalf of file owner, so that no rootless X required. (From OE-Core rev: 43c2d366622ea52cba8a5b727d723c8ec30bd44b) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>