mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Try remove nouveau
This commit is contained in:
@@ -431,7 +431,10 @@ fn handle_profile(
|
||||
println!("Available profiles are {:?}", profile_names);
|
||||
}
|
||||
if cmd.active_name {
|
||||
println!("Active profile: {:?}", dbus.proxies().profile().active_profile_name()?);
|
||||
println!(
|
||||
"Active profile: {:?}",
|
||||
dbus.proxies().profile().active_profile_name()?
|
||||
);
|
||||
}
|
||||
if cmd.active_data {
|
||||
println!("Active profile:");
|
||||
|
||||
Reference in New Issue
Block a user