Dorian Stoll
Dorian Stoll
> @StollD : Would it be possible for you to pull the fix from Cachyos mentioned above? Can't do it myself as my knowledge around kernel packaging is basically non-existent....
> Sadly there's no option to downgrade UEFI and IME to test older firmwares There is, but you can't go back all the way because Microsoft marked some older firmwares...
> Following instructions from this webpage (https://wiki.manjaro.org/index.php/Configure_Graphics_Cards) > > `sudo mhwd -a pci nonfree 0300 ` > > led me to this error: Most likely because that command only installs...
Could you try out if this commit and see if it fixes the issue? https://github.com/linux-surface/intel-precise-touch/commit/0e9e07d096efb57e3719441d5e8c03b9d50de7ba You need to clone the ipts repo, check out the `disable-hid-on-stop` branch, build the module...
> My system went straight into kdump when that revision of ipts loaded. I am not quite sure why it dereferences an invalid pointer, but I hope that fixing the...
Both these errors are the same: The hardware starts to time out when it is shut down. And this also seems to affect restarting it again. I dont really know...
Yeah I had essentially reimplemented `grub2-mkrelpath` before finding out about the tool, so I got confused. I was pretty sure I tested the script, but that must have been my...
I think that has to be expected. The path unit is set to trigger for any change that happens in `/boot`, so the script runs after the kernel was copied,...
Kinda related to https://github.com/linux-surface/linux-surface/issues/1265 I tried to apply a patch that was supposed to fix that issue, but it didn't work. I have now removed it and tagged a new...
> 1. Neither the driver nor the system provide any option to disable touch inputs while using the pen. ``` [Stylus] DisableTouch = True ``` Put this in `/etc/ipts.conf` >...