mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
23 lines
825 B
Text
23 lines
825 B
Text
|
### RPi4/400 may increase the cam-384 to cam-512 if 4k playback is expected
|
||
|
dtoverlay=vc4-kms-v3d,cma-384
|
||
|
|
||
|
### leave this next entry blank as ensures dt parameters like dtparam=audio=on
|
||
|
### which could appear after "include kodi.config.txt" in /boot/config.txt are
|
||
|
### applied to the base dt instead of to the last dtoverlay loaded
|
||
|
dtoverlay=
|
||
|
disable_overscan=1
|
||
|
disable_fw_kms_setup=1
|
||
|
|
||
|
### RPi 4B/400 ONLY
|
||
|
### For 4k content @ 60 Hz refresh rate, uncomment hdmi_enable_4kp60=1
|
||
|
###
|
||
|
### If it breaks video output as detailed in the following bug, also uncomment
|
||
|
### force_turbo=1 see: https://github.com/raspberrypi/linux/issues/4446
|
||
|
#hdmi_enable_4kp60=1
|
||
|
#force_turbo=1
|
||
|
|
||
|
### uncomment to use the analog audio jack
|
||
|
### the 2nd option prevents crackling audio when HW accel decoding is active
|
||
|
#dtparam=audio=on
|
||
|
#audio_pwm_mode=1
|