Merge pull request #288 from makermelissa/main
Fix mipi script from messing with kms and fkms drivers
This commit is contained in:
commit
243a52d4b6
1 changed files with 0 additions and 3 deletions
|
|
@ -365,9 +365,6 @@ def install_mipi():
|
|||
# Disable overscan compensation (use full screen):
|
||||
shell.run_command("raspi-config nonint do_overscan 1")
|
||||
|
||||
shell.pattern_replace(f"{boot_dir}/config.txt", "^[^#]*dtoverlay=vc4-kms-v3d.*$", "#dtoverlay=vc4-kms-v3d")
|
||||
shell.pattern_replace(f"{boot_dir}/config.txt", "^[^#]*dtoverlay=vc4-fkms-v3d.*$", "#dtoverlay=vc4-fkms-v3d")
|
||||
|
||||
if not update_configtxt():
|
||||
shell.bail(f"Unable to update {boot_dir}/config.txt")
|
||||
return True
|
||||
|
|
|
|||
Loading…
Reference in a new issue