diff --git a/CHANGELOG.md b/CHANGELOG.md index e3480f94..3eca1882 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 and on resume/boot (hybrid boot). It has been proven that this nvidia daemon can be problematic when on battery, not allowing the dgpu to suspend within decent time and sometimes blocking it completely. +- Notification to rog-control-center of dGPU state change ### Changed - Use loops to ensure that mutex is gained for LED changes. - asusctl now uses tokio for async runtime. This helps simplify some code. diff --git a/Cargo.lock b/Cargo.lock index ac10c1a4..59f1b5a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2459,6 +2459,7 @@ dependencies = [ [[package]] name = "supergfxctl" version = "5.0.2" +source = "git+https://gitlab.com/asus-linux/supergfxctl.git#f8f9a5a843e6960a13a5fd2c02995c7c979cbfba" dependencies = [ "env_logger", "gumdrop", diff --git a/rog-control-center/Cargo.toml b/rog-control-center/Cargo.toml index af8e0e05..a5799624 100644 --- a/rog-control-center/Cargo.toml +++ b/rog-control-center/Cargo.toml @@ -18,8 +18,8 @@ rog_dbus = { path = "../rog-dbus" } rog_aura = { path = "../rog-aura" } rog_profiles = { path = "../rog-profiles" } rog_platform = { path = "../rog-platform" } -#supergfxctl = { git = "https://gitlab.com/asus-linux/supergfxctl.git" } -supergfxctl = { path = "../../supergfxctl" } +supergfxctl = { git = "https://gitlab.com/asus-linux/supergfxctl.git" } +#supergfxctl = { path = "../../supergfxctl" } smol.workspace = true