-
-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DietPi-Config | RPi: Enhance and replace some obsolete dietpi.txt settings #2402
Conversation
+ DietPi-Config | RPi: Disable display output via undocumented config.txt setting instead of tvservice -o + DietPi-Config | RPi: Estimate current console resolution via vcgencmd instead of config.txt entry + DietPi-Config | RPi: Allow some config.txt settings to be missing, by using default values in case + DietPi-Config | RPi: Replace deprecated config.txt setting "display_rotate" by new "display_hdmi_rotate" + DietPi-Config | RPi: Minor coding
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @MichaIng
Looks good, nice update 👍
Only issue with a few config.txt
dietpi.txt
need swapping?
@Fourdee |
@Fourdee I think, cases where you want to disable HDMI, but have composite enabled, are very low. If no HDMI cable is attached, I think disabling it's hotplug functionality has (nearly) no impact on power/RAM. So I think it is okay and clearer, if we rename the setting to Not sure if we should add a first run setup for this, since the dietpi.txt entry itself does not have any effect itself. But then applying it should be moved into Consequently we could make it an AUTO_SETUP setting and estimate video by checking existence of Just for reference what the config.txt entries result in kernel cmd line:
What is annoying once for every CPU core:
|
Many thanks, will merge 👍 |
@Fourdee I think it's better to have it as separate option, which then leads to other display settings being hidden. Will open another PR later. |
Status: Testing
Reference: https://github.com/Fourdee/DietPi/issues/2401
Commit list/description:
disable_pvt
unknown after boot, replacement? raspberrypi/firmware#640