dreirund

Results 63 comments of dreirund

> *What do you mean by overlap? Do you mean mirroring?* Yes, I mean mirroring (both screen show exactly the same) or partly-mirroring (the smaller screen completely fits in the...

... as a suggestion: Why not use the transformation matrix from `xinput` to determine the transformations like rotation needed to be carried out? The transformation done for the pointer movement/...

> I'm not sure to understand what you mean... Have the build system ship a way to install stuff in a manner that is consistent with usual standard directories (and...

I usually want to test the device on a block level -- usually I use `badblocks`, but `f3*` seems more targeted to test if devices are fake. I also stumbled...

On Fri, 28 May 2021 11:53:52 +0000 (UTC), Michel Machado ***@***.***> wrote about "Re: [AltraMayor/f3] f3brew (#83)": > A pull request to add documentation is welcome. I don't know how...

I see the same problem in branch 22.03, latest `make targetclean; git pull && ./scripts/feeds update -a && ./scripts/feeds install -a` 2022-08-23, ca. 08:15 UTC. `make -j1 V=sc package/feeds/packages/stress-ng/compile`: ```...

\**ping*\* @ja-pa, @neheb as advised by \[[→ this comment](/openwrt/packages/issues/18940#issuecomment-1185541448)\].

It succeeds to compile when to the package's `Makefile` (`package/feeds/packages/lttng-ust/Makefile`) the following line is added: ``` PKG_FIXUP:=autoreconf ``` [→ Patch](https://github.com/openwrt/packages/files/9167436/lttng-ust.autoreconf-fixup.Makefile.patch.txt): ``` --- Makefile.org 2022-07-22 12:16:00.559239425 +0200 +++ Makefile 2022-07-22 12:16:43.049238096 +0200...

The problem is _still_ present in 22.03 with update to latest commits on 2022-08-23, ca. 08:15 UTC. The [fix is known](/openwrt/packages/files/9167436/lttng-ust.autoreconf-fixup.Makefile.patch.txt). What is holding back from applying the fix? Regards!