Commit 00fdfc6a authored by Florent Revest's avatar Florent Revest

asteroid-launcher: When running inside qemux86, load the 800x800 resolution by default

parent 1d50272a
{
"device": "/dev/dri/card0",
"outputs": [
{ "name": "Virtual1", "mode": "800x800" }
]
}
EGL_PLATFORM=fbdev
QT_QPA_PLATFORM=eglfs
QT_QPA_EGLFS_INTEGRATION=eglfs_kms
QT_IM_MODULE=qtvirtualkeyboard
VIRTUALBOX_TOUCH_EVDEV_MOUSE=/dev/input/event4
LIPSTICK_OPTIONS="-plugin VBoxTouch -plugin evdevkeyboard"
QT_QPA_EGLFS_INTEGRATION=none
QT_QPA_EGLFS_HIDECURSOR=1
QT_QPA_EGLFS_DISABLE_INPUT=1
QT_COMPOSITOR_NEGATE_INVERTED_Y=0
QML_BAD_GUI_RENDER_LOOP=1
QSG_RENDER_LOOP=basic
QT_QPA_EGLFS_DEPTH=32
QT_QPA_EGLFS_KMS_CONFIG=/var/lib/environment/compositor/kms-qemu.json
......@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://qml/MainScreen.qml;beginline=1;endline=29;md5=3d250dd
SRC_URI = "git://github.com/AsteroidOS/asteroid-launcher.git;protocol=https \
file://asteroid-launcher.service \
file://default.conf"
SRC_URI_append_qemux86 = " file://qemu.conf"
SRC_URI_append_qemux86 = " file://qemu.conf file://kms-qemu.json"
SRCREV = "${AUTOREV}"
PR = "r1"
PV = "+git${SRCPV}"
......@@ -26,6 +26,7 @@ do_install_append() {
cp ../default.conf ${D}/var/lib/environment/compositor/
if [ -f ../qemu.conf ] ; then
cp ../qemu.conf ${D}/var/lib/environment/compositor/
cp ../kms-qemu.json ${D}/var/lib/environment/compositor/
fi
install -d ${D}/usr/lib/systemd/user/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment