Compare commits

...

4 Commits

Author SHA1 Message Date
j1nx bb06a9f97d Make journald logs persistent 2022-05-30 18:59:36 +02:00
j1nx 03188ed798 No longer use hardcoded screen resolutions 2022-05-30 18:44:16 +02:00
j1nx 4f1c549976 Bump Buildroot to 2022.02.2 2022-05-30 10:22:18 +02:00
j1nx 34ccfcef10 Switch mycroft-gui.service over to use ovos-shell 2022-05-27 20:09:59 +02:00
5 changed files with 11 additions and 8 deletions

@ -1 +1 @@
Subproject commit 9da87c52934842026918b9eb8511b35cd935c552
Subproject commit 1335d46be5eaf1adc313ab398273724b0693309b

View File

@ -20,9 +20,9 @@ kernel=Image
# Automatically load overlays for detected DSI displays
dtoverlay=vc4-fkms-v3d
# dtoverlay=vc4-kms-v3d
hdmi_drive=2
hdmi_group=2
hdmi_mode=14
# hdmi_drive=2
# hdmi_group=2
# hdmi_mode=14
max_framebuffers=2
# uncomment if you get no picture on HDMI for a default "safe" mode
# hdmi_safe=1

View File

@ -23,9 +23,9 @@ display_auto_detect=1
# Enable DRM VC4 V3D driver and setup the mode
dtoverlay=vc4-fkms-v3d
# dtoverlay=vc4-kms-v3d-pi4
hdmi_drive=2
hdmi_group=2
hdmi_mode=14
# hdmi_drive=2
# hdmi_group=2
# hdmi_mode=14
max_framebuffers=2
# uncomment if you get no picture on HDMI for a default "safe" mode
# hdmi_safe=1

View File

@ -20,7 +20,7 @@ Environment=LIBEXEC_PATH=/libexec:/usr/libexec:/usr/lib/libexec
Environment=QML2_IMPORT_PATH=/usr/lib/qml
ExecCondition=/usr/sbin/screencheck
ExecStartPre=-/usr/bin/kbuildsycoca5
ExecStart=mycroft-embedded-shell --maximize
ExecStart=ovos-shell --maximize
StandardOutput=null
Restart=on-failure

View File

@ -0,0 +1,3 @@
[Journal]
Storage=persistent
Compress=yes