Jérôme Lécuyer
Jérôme Lécuyer
Hi, I had the same issue on Windows with mingw. https://github.com/angeluriot/Galaxy_simulation/blob/5dbef5525c0fcbc4e3519ee71ec24c52feeb8ed5/includes/ComputeShader.hpp#L112 I changed `&T` to `&data` like in #12, and it worked fine !
I am using it in a Wayland session with no problem (at least none related to Wayland). xdotool works well for me (only used for ctrl+v). If you don't have...
Giving a closer look at [wl-clipboard](https://github.com/bugaevc/wl-clipboard), it seems that pasting to another window is not a use case, despite what I though, sorry about that. [Rofimoji](https://github.com/fdw/rofimoji) uses [wtype](https://github.com/atx/wtype). Unfortunatly, wtype...
> My main concern is: Can I damage the fans by playing with the sliders? Short answer: I don't think so, but less than 100% is enough. If I am...
Shift mode and fan mode can be at address `0xD2` or `0xF2` and at `0xD4` or `0xF4`. According to the dump you sent, they seem to be at `0xF2` and...
Same problem, fanModeAddress in my case is `0xF4` (it can also be at `0xD4`) run `sudo hexdump -C /sys/kernel/debug/ec/ec0/io` and look at the value at `0xF4`: - Before sleep: 0x8d...
MSI Bravo 15 A4DDR CPU: AMD Ryzen 5 4600H GPU: AMD Radeon RX 5500M I have trouble using sensors. I don't have CPU fan, and I only have GPU fan1...
The laptop has 2 fans, one "CPU" and one GPU. GPU fan is often off. sensors iGPU, CPU? ``` amdgpu-pci-0800 Adapter: PCI adapter vddgfx: 1.09 V vddnb: 937.00 mV edge:...
Bold title is not enough when Bold Text is enabled in Android settings, because there is no difference when using Roboto (image below), and a difference too slight using System...
Update PowerDevil with `qdbus local.org_kde_powerdevil /org/kde/Solid/PowerManagement org.kde.Solid.PowerManagement.refreshStatus` Once the maximum threshold is exceeded, the battery won't charge before reaching the minimum threshold (at -10% of the maximum threshold). By keeping...