mini-x-session: try to use a resolution that's big enough for hob2's window

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>
This commit is contained in:
Dexuan Cui 2012-02-14 22:34:15 +08:00 committed by Richard Purdie
parent ab5eed4af1
commit 0f00536d0a
2 changed files with 6 additions and 0 deletions

View File

@ -25,6 +25,10 @@ for SESSIONFILE in $MINI_X_SESSION_DIR/*; do
sudo -b -i -u $USERNAME $SESSIONFILE&
set -e
done
# This resolution is big enough for hob2's max window size.
xrandr -s 1024x768
# Default files to run if $HOME/.mini_x/session or /etc/mini_x/session
# dont exist.

View File

@ -2,6 +2,8 @@ DESCRIPTION = "Mini X session files for poky"
HOMEPAGE = "http://www.yoctoproject.org"
BUGTRACKER = "http://bugzilla.pokylinux.org"
PR = "r1"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://mini-x-session;endline=5;md5=b6430bffbcf05f9760e72938826b7487"