Compare commits
4 Commits
6b4833d988
...
bb06a9f97d
Author | SHA1 | Date |
---|---|---|
j1nx | bb06a9f97d | |
j1nx | 03188ed798 | |
j1nx | 4f1c549976 | |
j1nx | 34ccfcef10 |
|
@ -1 +1 @@
|
|||
Subproject commit 9da87c52934842026918b9eb8511b35cd935c552
|
||||
Subproject commit 1335d46be5eaf1adc313ab398273724b0693309b
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[Journal]
|
||||
Storage=persistent
|
||||
Compress=yes
|
Loading…
Reference in New Issue