diff --git a/Cargo.lock b/Cargo.lock index f9bc074b..932bc6d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -187,7 +187,7 @@ dependencies = [ [[package]] name = "daemon" -version = "3.1.0" +version = "3.1.1" dependencies = [ "env_logger", "intel-pstate", diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index a75c1ba9..7a75730a 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "daemon" -version = "3.1.0" +version = "3.1.1" license = "MPL-2.0" readme = "README.md" authors = ["Luke "] diff --git a/daemon/src/ctrl_gfx/gfx.rs b/daemon/src/ctrl_gfx/gfx.rs index 978085e1..31f443a8 100644 --- a/daemon/src/ctrl_gfx/gfx.rs +++ b/daemon/src/ctrl_gfx/gfx.rs @@ -318,7 +318,7 @@ impl CtrlGraphics { .rescan() .map_err(|err| GfxError::Bus("bus rescan error".into(), err))?; - let drivers = vec!["nvidia_drm", "nvidia_modeset", "nvidia"]; // i2c_nvidia_gpu? + let drivers = vec!["nvidia_drm", "nvidia_uvm", "nvidia_modeset", "nvidia"]; // i2c_nvidia_gpu? match vendor { GfxVendors::Nvidia | GfxVendors::Hybrid | GfxVendors::Compute => {