Skip to content

Merging 3b/3b+ configs does not enable openGL driver on a fresly installed Raspbian #15

@jose1711

Description

@jose1711

merge-config.sh does not update /boot/config.txt on model 3b/3b+ after a fresh Raspbian installation. This appears to be caused by the fact that merge-config.sh does not understand model sections.

This is the stock config:
config_default.txt

Running merge-config.sh performance-tune/raspi-3b-tune.config /boot/config.txt results in kms overlay enabled but only for model 4 ([pi4] section). The default (legacy/non-GL) is used after reboot making stepmania awfully slow.

I also believe that it is not the intention of merge-config.sh script to change commented line as happens currently in this line:

sed -i "s/${KEY} *=.*/${line}/" "${TARGET_CONFIG}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions