Val Packett
Val Packett
Several years late :) but leaving the hints here as I've just had to do this for a device I have: - convert the kernel image to ELF with [vmlinux-to-elf](https://github.com/marin-m/vmlinux-to-elf)...
Just hit this with [`ps` output](https://github.com/PatrickF1/fzf.fish/blob/8920367cf85eee5218cc25a11e209d46e2591e7a/functions/_fzf_search_processes.fish). I guess the "proper" behavior is to trim whitespace by default (and have a flag to not do so?) As a workaround there's pasting...
riscv64 is supported starting with wasmer 3.2.0. zellij is way behind on wasmer updates…
hmm.. for niri's own borders, maybe the fractions could always be rounded "towards the center of the window"? BTW, make sure to pick factors that divide the width and the...
> Until we have TPM support on the X1E the case for using secure boot isn't very strong Why wouldn't it be? Verification and measurement are almost kinda orthogonal. The...
Saw these errors launching [Airshipper](https://gitlab.com/veloren/airshipper) on freedreno/turnip, with mutter 48.2. Looks like fractional scaling is the root issue, this kind of thing: ``` wl_surface@21: error 2: Buffer size (1070x45) must...
With no args or `-S`, the `eve` (Pixelbook) has weird NVMe problems (the SSD detaches soon after booting an OS and doing something like launching a browser), on both MrChromebox's...
Well, "all Mr. ChromeBox Coreboot Firmewares" does not suggest only caring about the Atom-based ones :) > despite being based on the (refined) Atom architecture Wikichip suggests it has real...
Figured out a patch that makes it work: ```diff diff --git a/libavcodec/v4l2_context.c b/libavcodec/v4l2_context.c index e20e3e485c..1fdedb1686 100644 --- a/libavcodec/v4l2_context.c +++ b/libavcodec/v4l2_context.c @@ -283,11 +283,17 @@ static inline void v4l2_save_to_context(V4L2Context* ctx, struct...
`S_FMT` didn't complain.. it's `REQBUFS` that did, as we got to the actual-buffer-allocation part still with zeroes in the context and it doesn't really make sense to allocate nothing (?)