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_PLATFORM=eglfs
QT_QPA_EGLFS_INTEGRATION=eglfs_kms
QT_IM_MODULE=qtvirtualkeyboard QT_IM_MODULE=qtvirtualkeyboard
VIRTUALBOX_TOUCH_EVDEV_MOUSE=/dev/input/event4 QT_QPA_EGLFS_KMS_CONFIG=/var/lib/environment/compositor/kms-qemu.json
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
...@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://qml/MainScreen.qml;beginline=1;endline=29;md5=3d250dd ...@@ -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 \ SRC_URI = "git://github.com/AsteroidOS/asteroid-launcher.git;protocol=https \
file://asteroid-launcher.service \ file://asteroid-launcher.service \
file://default.conf" file://default.conf"
SRC_URI_append_qemux86 = " file://qemu.conf" SRC_URI_append_qemux86 = " file://qemu.conf file://kms-qemu.json"
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
PR = "r1" PR = "r1"
PV = "+git${SRCPV}" PV = "+git${SRCPV}"
...@@ -26,6 +26,7 @@ do_install_append() { ...@@ -26,6 +26,7 @@ do_install_append() {
cp ../default.conf ${D}/var/lib/environment/compositor/ cp ../default.conf ${D}/var/lib/environment/compositor/
if [ -f ../qemu.conf ] ; then if [ -f ../qemu.conf ] ; then
cp ../qemu.conf ${D}/var/lib/environment/compositor/ cp ../qemu.conf ${D}/var/lib/environment/compositor/
cp ../kms-qemu.json ${D}/var/lib/environment/compositor/
fi fi
install -d ${D}/usr/lib/systemd/user/ 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