MichaIng
MichaIng
@mrbluecoat Thanks for testing, I guess the following works as well, doesn't it? `xinit -nocursor $FP_CHROMIUM $CHROMIUM_OPTS` Its all about having -nocursor as xinit option and not as chromium binary...
@mrbluecoat Thanks for testing. Okay strange, then xinit requires some different syntax.
Ah right, many thanks. Indeed the config file location as well as the way the X server is invoked has changed. I'll adjust it this weekend.
We use Armbian's mainline kernel builds, so those cannot be compared to the ancient vendor kernel builds of Hardkernel, and it is expected that not all hardware features are supported...
Try with KMS and `cec-ctl`: ```sh G_CONFIG_INJECT 'dtoverlay=vc4-' 'dtoverlay=vc4-kms-v3d' /boot/config.txt apt install v4l-utils reboot ``` See here: https://forums.raspberrypi.com/viewtopic.php?t=348779 Probably `cec-client` works as well with KMS.
Can you please paste the output of: ```sh apt upgrade ```
I didn't even know that projects are private by default. I just made them all public 😄.
It is the standard Debian network stack `ifupdown`: https://manpages.debian.org/interfaces Easiest is probably to setup the internet facing interface via `dietpi-config` and the other interfaces via dedicated config files in `/etc/network/interfaces.d`,...
> without having to restart the service each time I make a change But that is normal when using the `networking` or `ifup@` services. The alternative is to run `ifup`...
> it should be as simple as putting the following into /etc/network/interfaces Better create separate configs into `/etc/network/interfaces.d` for those interfaces you do not use for Internet access. E.g. let...