Dorian Stoll

Results 296 comments of Dorian Stoll

Is there anything that doesnt work with fmtlib 7? We only do some basic `fmt::format` calls, the rest is through spdlog which as far as I can tell supports older...

Alright, that was quicker than I thought. spdlog is full of preprocessor statements for older FMT versions but they dont seems to actually support these, and the latest version requires...

Changes that will be coming in iptsd v1.3: **Dependencies:** * The hidrd dependency will be dropped and replaced with a custom HID descriptor parser. This also means that iptsd will...

FYI, the next release (whenever that is) will drop semantic versioning and be iptsd v2 no matter what changes it contains. Right now the version number is pretty meaningless because...

@hmtheboy154 I don't think you are in our development channel on matrix so I'm just gonna ask this here: I need to rewrite the helper scripts (e.g. iptsd-find-hidraw) and would...

We need to be able to work with multiple devices to support the touchpad on the Surface Laptop Studio 2. The current bash scripts are entirely unsuited for that, because...

Which application are you testing? Make sure that it uses Wayland natively, and not through the X11 translation layer. GTK3 apps should default to wayland, but firefox for example won't....

Is `CONFIG_INPUT_UINPUT` enabled in your kernel? Since iptsd runs in userspace, it needs uinput to feed the data back to the kernel.

Is the uinput module loaded? You should have a file called `/dev/uinput`, which iptsd will try to open. Most distributions seem to build it into the kernel directly, so that...

Can you check if the events go through with `evtest` or `libinput debug-events`? i.e. run `sudo evtest` and select the `IPTS Touch` device, then touch the screen and see if...