You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using tuxedo-rs instead of the TCC on my NixOS machine.
Fan seems to be causing problems and spinning up too soon and being loud when opening up tabs in the browser, let alone compiling code.
I had no such issues with TCC and I'm wondering if there's a way to disable the "fan-curve" block, which is understandably there for the CPU protection, but prevents me from setting my laptop to "quiet" mode.
but the daemon complains about needing to have 40% at 70C.
There could be another issue with the CPU reporting temperature (or the tuxedo-rs interpreting it wrong) as well.
My model isn't one of the Tuxedo ones, but it's a Clevo one.
This far I've had no issues with TCC or it overheating. I'd love to help and make it supported. What would be the first steps?
Output of the hw_caps on my laptop:
[OK] Module version: "0.3.6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
[OK] Device interface ID: "clevo_acpi\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
[ERR] Model ID: NotAvailable
[OK] Available ODM performance profiles: ["quiet", "power_saving", "entertainment", "performance"]
[OK] Default ODM performance profile: "performance"
[OK] Number of fans: 1
[OK] Fan temperatures [°C]: [86]
[OK] Fan speeds [%]: [95]
[OK] Fan min speed [%]: 20
[OK] Webcam enabled: true
[INFO] TDP control is not available
[OK] Number of LED devices: 1
[OK] LED device number: 0
[OK] LED device name: "platform:tuxedo_keyboard"
[OK] LED device function: "kbd_backlight"
[OK] LED mode: Rgb
[OK] LED device color: Ok(Color { r: 0, g: 0, b: 0 })
The text was updated successfully, but these errors were encountered:
but the daemon complains about needing to have 40% at 70C.
I've added a minimum fan speed of T-50 * 2 starting from 50°C to prevent hardware damage due to careless usage. Currently, there's no option for disabling this limitation, but we could add a switch for disabling the safety limits for advanced usage.
I have found the culprit that has caused the fan to become loud and start spinning fast for no reason.
At first, I thought the issue was the driver, as it started when I switched from TCC to tuxedo-rs, but that seems to not be the case.
While the TCC did have lower RPMs at higher temperatures, the culprit seems to be the lack of liquid metal present on the CPU die.
I opened up my laptop to blow the dust, but I was surprised when it was immaculate on the inside. After I removed the heat sink for the CPU. I've noticed that all of the liquid metal has solidified and there was next to no heat transfer.
I've cleaned it up and reapplied normal thermal paste and it's been working like a bliss ever since.
I'm using tuxedo-rs instead of the TCC on my NixOS machine.
Fan seems to be causing problems and spinning up too soon and being loud when opening up tabs in the browser, let alone compiling code.
I had no such issues with TCC and I'm wondering if there's a way to disable the "fan-curve" block, which is understandably there for the CPU protection, but prevents me from setting my laptop to "quiet" mode.
I have set my fan profile manually to
but the daemon complains about needing to have 40% at 70C.
There could be another issue with the CPU reporting temperature (or the tuxedo-rs interpreting it wrong) as well.
My model isn't one of the
Tuxedo
ones, but it's a Clevo one.This far I've had no issues with TCC or it overheating. I'd love to help and make it supported. What would be the first steps?
Output of the
hw_caps
on my laptop:The text was updated successfully, but these errors were encountered: