mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
Merge pull request #6517 from HiassofT/le11-distroconfig
RPi: align distroconfig to RPiOS
This commit is contained in:
commit
7142066802
@ -25,3 +25,7 @@ include distroconfig.txt
|
|||||||
|
|
||||||
# uncomment to enable infrared remote recevier connected to GPIO 18
|
# uncomment to enable infrared remote recevier connected to GPIO 18
|
||||||
#dtoverlay=gpio-ir,gpio_pin=18
|
#dtoverlay=gpio-ir,gpio_pin=18
|
||||||
|
|
||||||
|
# uncomment to enable analog audio output
|
||||||
|
#dtparam=audio=on
|
||||||
|
#audio_pwm_mode=1
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
# WARNING: DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN WHEN UPGRADING!
|
# WARNING: DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN WHEN UPGRADING!
|
||||||
|
display_auto_detect=1
|
||||||
dtoverlay=vc4-kms-v3d
|
dtoverlay=vc4-kms-v3d
|
||||||
dtoverlay=
|
dtoverlay=
|
||||||
disable_overscan=1
|
disable_overscan=1
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
# WARNING: DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN WHEN UPGRADING!
|
# WARNING: DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN WHEN UPGRADING!
|
||||||
|
display_auto_detect=1
|
||||||
dtoverlay=vc4-kms-v3d,cma-128
|
dtoverlay=vc4-kms-v3d,cma-128
|
||||||
dtoverlay=
|
dtoverlay=
|
||||||
disable_overscan=1
|
disable_overscan=1
|
||||||
|
@ -2,8 +2,10 @@
|
|||||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
# WARNING: DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN WHEN UPGRADING!
|
# WARNING: DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN WHEN UPGRADING!
|
||||||
|
arm_boost=1
|
||||||
arm_64bit=1
|
arm_64bit=1
|
||||||
kernel=kernel.img
|
kernel=kernel.img
|
||||||
|
display_auto_detect=1
|
||||||
dtoverlay=vc4-kms-v3d,cma-512
|
dtoverlay=vc4-kms-v3d,cma-512
|
||||||
dtoverlay=rpivid-v4l2
|
dtoverlay=rpivid-v4l2
|
||||||
dtoverlay=
|
dtoverlay=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user