Dorian Stoll
Dorian Stoll
> Multitouch is unstable, sometims it just doesn't work but when it does, it works just fine (gnome gets stuck sometimes but I think it's gnome's problem) Singletouch is still...
Alright sorry, I made a mistake. I thought the descriptor that the hardware gives you would already contain the singletouch descriptor, but after checking the descriptor someone else dumped a...
Should probably post this here too: I've spent some time figuring out how the reports for the pen data are formatted. Together with the report names that @qzed already figured...
FYI, if you create a Fedora image with packages that are not in the Fedora repositories, then you cannot call it Fedora and you have to replace the Fedora logos....
The problem with supporting the ARM based Surfaces is that there is no supported way of automatically detecting the hardware and configuring the drivers, like there is on x86. This...
Windows on ARM uses ACPI just like on x86. The issue is that ACPI is not ubiquitous on ARM. To fill this gap the Linux kernel has its own hardware...
Did you install the gstreamer headers? Without those, the gstreamer plugin will not get built.
> * The BindsTo directive translates to "dev-hidraw1.device", which does not exist, so iptsd does not start. Simply changing it to /%I which translates to /dev/hidraw1 works fine. If one...
> Here you go: > > systemctl status dev-hidraw1.device ○ dev-hidraw1.device - /dev/hidraw1 Loaded: loaded Active: inactive (dead) So that is exactly what it should say. > I can't explain...
> So I am not sure this udevadm command is a good test to be honest. It certainly seems interesting. Looks almost like a systemd bug to me ... the...