dtoverlay=vc4-fkms-v3d,cma-256 for hevc on pi2,3
This commit is contained in:
parent
691f9b4788
commit
992a9c2ba8
11
kodi.yml
11
kodi.yml
@ -72,6 +72,12 @@
|
||||
group: users
|
||||
groups: sudo,adm,audio,video,games,input,render,netdev
|
||||
|
||||
- name: Raspi /boot/config.txt comment dtoverlay=vc4-kms-v3d
|
||||
replace:
|
||||
path: /boot/config.txt
|
||||
regexp: '(^dtoverlay=vc4-kms-v3d)'
|
||||
replace: '#\1'
|
||||
|
||||
- name: Raspi /boot/config.txt
|
||||
blockinfile:
|
||||
path: /boot/config.txt
|
||||
@ -89,7 +95,7 @@
|
||||
disable_overscan=1
|
||||
|
||||
[pi2]
|
||||
#dtoverlay=vc4-fkms-v3d,cma-256
|
||||
dtoverlay=vc4-fkms-v3d,cma-256
|
||||
arm_freq=1000
|
||||
sdram_freq=500
|
||||
core_freq=500
|
||||
@ -103,7 +109,8 @@
|
||||
over_voltage=4
|
||||
|
||||
[pi4]
|
||||
#dtoverlay=vc4-kms-v3d
|
||||
dtoverlay=vc4-kms-v3d
|
||||
|
||||
|
||||
- name: lightdm.conf
|
||||
blockinfile:
|
||||
|
Loading…
Reference in New Issue
Block a user