Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: wolsani/LACT

Tags

test-build

Toggle test-build's commit message
chore: gray out the ui when switching GPUs

v0.7.4

Toggle v0.7.4's commit message
chore: add release to metainfo

v0.7.3

Toggle v0.7.3's commit message
feat: show throttling status on plot legend

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: RDNA4 support (ilya-zlobintsev#487)

* feat: initial rdna4 support

* fix: disable writing clocks settings for now

* feat: work around misreported clock offsets, only set max offset

* feat: support new (kernel 6.15+) sclk offset format

* fix: fan curve zero page zero rpm switch

* feat: show zero rpm stop temperature on fan curve page

* feat: disable zero rpm on static control

* chore: update test snapshot

* feat: explicitly fail when setting a pmfw fan curve outside of allowed ranges

* feat: fall back to gpu_metrics for fan info when hwmon is not available

* chore: add gpu_metrics test data

* chore: fmt

* chore: update default fan curve

* chore: update 9070xt-new test data

* fix: make missing zero rpm option a non-fatal error

* chore: switch amdgpu-sysfs crate version

v0.7.1

Toggle v0.7.1's commit message
fix: set window titlebar before creating the window

apparently with gtk's vulkan backend it's possible to have a race
condition, where if the titlebar is set right during window creation
(after gtk creates the window object, but before it is fully shown),
the entire program gets a SIGABRT from wayland present code

v0.7.0

Toggle v0.7.0's commit message
chore: improve unknown initramfs type error

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fedora spec non-default builds (ilya-zlobintsev#410)

v0.5.6

Toggle v0.5.6's commit message
chore: skip serializing empty values in the config

v0.5.5

Toggle v0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: defer committing clocks/fan settings changes until all the value…

…s have been written (ilya-zlobintsev#340)

* feat: defer committing settings until all the values have been written

* fix: reset fan curve after setting pmfw values

* chore: switch to amdgpu-sysfs tag

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for dumping VBIOS to a file (ilya-zlobintsev#305)

* feat: vbios dump daemon implementation

* feat: vbios dump ui