LordChaos73
LordChaos73
Yes, I build it with `cargo build`. The binary grew from 12M to 46M. I killed the process and restarted it again.
Yes, pulseaudio is up-and-running on my system: ``` libcanberra-pulse 0.30+2+gc0620e4-3 libpulse 14.2-2 pulseaudio 14.2-2 pulseaudio-bluetooth 14.2-2 ```
I did some more testing, when playing audio (spotify) the screen is locked regardless, so it seems xidlehook it isn't detecting it. I haven't had a coredump for a while...
Disregard my previous post; the screen got locked because my monitor went to sleep, which killed the HDMI audio. So detecting sound seems to work fine. I haven't had a...
xidlehook is started by i3: `exec --no-startup-id ~/.config/i3/scripts/xidlehook.sh` ``` #!/usr/bin/env bash HOME=/home/ericd # start xidlehook only if it's not running yet if [[ $(pgrep -i xidlehook) ]]; then # xidlehook...
The current version of master is already much more stable compared to the version in the AUR, I haven't had a coredump in a while. So to me it makes...
Unfortunately I still get quite a few coredumps, especially when using the 5.11 kernel. When I was using the 5.10 LTS kernel, I almost had no coredumps from xidlehook. Unfortunately,...
@hughsie My question is: is the thunderbolt controller firmware update (as linked above) available on the LVFS platform?
@mrhpearson please see the following posts: https://forums.lenovo.com/t5/ThinkPad-X-Series-Laptops/X1-Carbon-6th-gen-HDMI-Thunderbolt-stopped-working/m-p/5120432 https://forums.lenovo.com/t5/thinkpad-x-series-laptops/x1-carbon-6th-gen-hdmi-not-working/td-p/4091511 https://forums.lenovo.com/t5/ThinkPad-X-Series-Laptops/X1-Carbon-6th-Gen-HDMI-Not-Working-and-Thunderbolt-Missing/m-p/4326149
I remember about the critical update back in 2019 and I've always had the latest possible firmware installed since. Since so many X1C6 owners seem to have this issue, I'm...