Skip to content
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

Beta v6.26.2 #3145

Merged
merged 43 commits into from
Oct 12, 2019
Merged

Beta v6.26.2 #3145

merged 43 commits into from
Oct 12, 2019

Conversation

MichaIng
Copy link
Owner

@MichaIng MichaIng commented Oct 8, 2019

Beta v6.26.2

Release: 2019-10-12

Changes since Beta v6.26.1

  • DietPi-Config | RPi: Re-added previously removed options to adjust initial turbo for CPU frequency on boot and to lower the idle CPU frequency. The related firmware issues have been fixed with a recent update: RPi | Re-implement "initial_turbo" #3147
  • DietPi-Config | RPi: Removed the option to adjust CPU frequency limits. On RPi the dynamic CPU governors only jump between "arm_freq" and "arm_freq_min", hence those limits should be set via overclocking profile and the newly re-added "ARM Idle Frequency" option.
  • DietPi-Software | Gitea: Version 1.9.4 will be shipped from now on. Many thanks to @msongz and @minhphuc429 for implementing this update: update gitea to 1.9.3 #3138, Ready | DietPi-Software | update gitea to 1.9.4 #3154
  • DietPi-Software | Kodi: Kodi 18 has been officially added to RPi repo, hence the 3rd party repo/build workarounds have been removed. (related to v6.26.0 workaround)
  • DietPi-Software | Amiberry: Fix SDL2 startup error on Buster, when no Xserver was installed before (related to v6.26.0 feature)
  • DietPi-Patch | Typo, @AaronDavidSchneider many thanks for reporting: dietpi-update to beta v6.25.3 fails because of pihole  #3144 (v6.26.0 regression)
  • DietPi-Patch | Another typo which prevented WiFi powersaving settings file migration (related to v6.26.0 enhancement)
  • DietPi-Config | Audio Options: Minor visual enhancements, hide alsactl error message if no audio device was found and allow RPi onboard audio some time to init, before calling amixer to set audio/hdmi/3.5mm (related to v6.26.0 feature)
  • General | Minor stability and coding enhancements

+ DietPi-Config | Respect exit-on-back argument only if valid non-main target menu argument was set
+ DietPi-Config | Allow usage only if 1st run update has been applied: G_DIETPI_INSTALL_STAGE == 1 or 2
+ DietPi-Config | Minor coding
+ DietPi-FirstBoot | Minor coding
+ DietPi-Software | Xserver/GPU: Assure libegl1-mesa transitional dummy package is skipped (on Stretch via backports) to avoid conflicts with 3rd party repos: #1794 (comment)
+ DietPi-Patch | Call "setupcon" only if "console-setup" is installed
+ DietPi-Set_hardware | Comment "start_x" config.txt setting instead of setting it to "0"
+ RPi | config.txt: Remove deprecated "hdmi_ignore_composite", comment camera settings instead of settings defaults, remove "force_turbo" which can void warranty and should only explicitly added by experienced users.
+ DietPi-Patch | Typo, @AaronDavidSchneider many thanks for reporting: #3144
@MichaIng MichaIng added the Beta 🧪 Issues specific to the Beta branch testing label Oct 8, 2019
@MichaIng MichaIng added this to the v6.26 milestone Oct 8, 2019
+ DietPi-Software | Kodi: Remove RPi Buster workaround since Kodi 18 has just been added to official RPi repo
+ DietPi-Software | Amiberry: On RPi Buster, "libegl1" needs to be installed separately as this is not done when enabling vc4-fkms-v3d. On Odroid XU4 and ATB, this is provided by "malit628-odroid" and "libmali" respectively.
+ DietPi-Patch |  Remove obsolete Kodi repo for Beta testers + replace obsolete kodi-rpi4 package with new official Kodi from RPi repository
+ DietPi-Config | Use G_AG_CHECK_INSTALL_PREREQ to install alsa-utils when enabling audio, since this includes G_AGUP
+ DietPi-Set_hardware | Mute "device not found" error for alsactl and allow RPi onboard audio device to init, before calling amixer
+ DietPi-Patch | Fix typo which prevents WiFi powersaving settings file migration
+ CHANGELOG | Refine known LXAppearance issue on RPi: #1791 (comment)
+ DietPi-Config | Fix RPi HDMI boost defaults text
+ DietPi-Config | Minor coding
+ DietPi-Config | Fix wrong checked config file
+ DietPi-Config | Fix more wrong checked config files
+ DietPi-PREP | Keyring packages do not need to be installed/marked manually since the "apt" package depends on them correctly
+ DietPi-FS_partition_resize | Align obtaining rootfs device with DietPi-Obtain_HW_model
+ DietPi-Obtain_HW_model | Obtain real rootfs path via findmnt, since df prints /dev/root on RPi
+ RPi | config.txt: Re-add initial_turbo to default config, since the ondemand governor bug has been fixed with last kernel update: #3147
+ DietPi-Config | Re-add initial_turbo and arm_freq_min handling, since related issues have been resolved meanwhile.
+ DietPi-Patch | Instead of removing "initial_turbo" due to earlier issues, offer to re-add it since those issues have been fixed
+ CHANGELOG | DietPi-Config: RPi option adjustments due to recent firmware update
+ DietPi-Set_CPU | Do not apply CPU freq limits on RPi since this can be done via overclocking profile + arm_freq_min
+ DietPi-Set_CPU | Cleanup/Speedup script by only estimating dietpi.txt values when required + other minor coding
+ dietpi.txt | Add info about CONFIG_CPU_MIN/MAX_FREQ being ignored on RPi and setting arm_freq(_min) in config.txt instead
+ DietPi-Patch | Remove boottime log: e6713f8
+ DietPi-Patch | Remove wrong/deprecated RPi settings as well when commented, e.g. by user due to warnings/error messages
+ DietPi-Update | Rerun last subversion pre-patch for RC-only updates
+ DietPi-Update | Do not remove old log as it will be overwritten via EXIT trap anyway
+ DietPi-Update | Minor wording
MichaIng and others added 15 commits October 11, 2019 23:23
dietpi.txt | Always provide HTTPS URLs (and use https:// for examples) as plain HTTP should really not be used anywhere
+ DietPi-Software | Gitea: Update to 1.9.4
+ CHANGELOG | Gitea: Update to v1.9.4
+ Add hint to source selection menu that Clonezilla currently does neither support image files nor loop devices
+ Unmount all mounted file systems of selected source drive
+ Install gdisk as pre-req only when GPT partition was detected
+ Minor coding
+ DietPi-Patch | Run "setupcon" if command is available instead of if package is installed
+ RC up
+ DietPi-Globals | Default RC up
+ DietPi-PREP | Tiny coding
+ DietPi-Set_CPU | Fix wrong variable call due to recent change
+ DietPi-Set_CPU | Tiny
+ DietPi-Config | Allow resetting ARM idle frequency and initial turbo by overriding G_CHECK_VALIDINT error
+ DietPi-Config | Syntax and minor coding
+ DietPi-Config | Syntax + failsafe value estimation + apply known defaults
+ DietPi-Config | RPi ARM Idle Frequency: To show applied defaults immediately, do not use vcgencmd, but apply defaults manually based on official docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Beta 🧪 Issues specific to the Beta branch testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants