Joshua Riek
Joshua Riek
I'm a little confused on what the issue is. The device tree overlays are included in the firmware dir of the system.
The build-kernel.sh script no longer is used for Ubuntu 24.04 and will be removed when I get the time. I now follow the upstream kernel packaging from Ubuntu. To be...
Hey, don't blame me, I'm following upstream to provide a better product to users. If there is a problem with upstream methods, where something is redundant, I would recommend trying...
Some video resolutions are displayed in green under the panfork mesa driver. The alternative would be to use the Mali blob driver with X11, which introduces many more issues and...
You are probably using x11, as Armbian defaults to this display manager. It has a lot of performance issues compared to wayland.
Hmm at first thought - I have the below systemd override because cloud-init hangs for 120 seconds at boot if there is no network found, I lower the timeout to...
There are also specific flags chromium must be run with for hw acceleration.
Yeah, give that a try, id change the value to something more reasonable like 60 seconds, either way I now think 10 seconds may be too aggressive.
I think it's because systemd handles the DNS (this has been a pain to deal with tbh). For example, if you flash the OS to an SD Card and chroot...
> Maybe we want to run > > ``` > /lib/systemd/systemd-networkd-wait-online --any --ignore=lo --timeout 60 > ``` > > Could the double ExecStart= assignment be an issue? Double `ExecStart=` is...