Results 2858 comments of MichaIng

Ah I see it is still the "edge" kernel, while "current" is still v5.4. However, makes sense to switch to mainline kernel directly when we already do the change, like...

Interesting, probably it's still the "current" U-Boot flashed, makes sense when you only upgraded the packages. We'd like to have a consistent image with "edge" U-Boot then as well, but...

Also you mean the `NTP=` setting `/etc/systemd/timesyncd.conf`, don't you? Of course any change to is should be persistent. If it is not, then the underlying filesystem/drive seems to have issues...

Many thanks for your report. Building `maturin` requires Rust. The pre-compiled wheel from piwheels failed to build since end of last year, which is why it is tried to be...

`maturin` seems to be more a developer tool to build and publish Python module with Rust bindings and -binaries: https://pypi.org/project/maturin/ Indeed it doesn't look like something that would be required...

Please try one of these: ```sh xrandr --output HDMI-1 --rotate left xrandr --output HDMI-1 --rotate right ``` The `display_hdmi_rotate` setting works with legacy display driver only, not KMS.

Ah and here is another issue where a solution for X (Chromium) via X11 config file has been found: https://github.com/MichaIng/DietPi/issues/3406#issuecomment-594872449 Looks like we need to include such a config to...

`xrandr --output HDMI-1 --rotate right` is a console command, no `config.txt` setting. But the xorg.conf setting makes more sense anyway. But use a different file to have it persistent. The...

Many thanks for your report. I actually recognised the same on some other Armbian kernel based systems. Sometimes 2-3 of the ~15 trigger options work, all others have no effect....

Since there are a lot of such 2FA authentication methods, which can be invoked into PAM, it is hard to cover this as an option within our scripts. Some hints...