Attempt to provide more info to users gfx switching

This commit is contained in:
Luke D. Jones
2021-05-29 11:42:15 +12:00
parent 1dd543ddf3
commit f520e381a9
3 changed files with 25 additions and 3 deletions

View File

@@ -121,7 +121,8 @@ impl CtrlRogBios {
CtrlRogBios::set_path_mutable(ASUS_SWITCH_GRAPHIC_MODE)?;
}
Err(err) => {
info!("ROG Switchable Graphics (bios) not detected: {}", err);
info!("G-Sync Switchable Graphics not detected: {}", err);
info!("If your laptop is not a G-Sync enabled laptop then you can ignore this. Standard graphics switching will still work.");
}
}
@@ -130,7 +131,7 @@ impl CtrlRogBios {
CtrlRogBios::set_path_mutable(ASUS_POST_LOGO_SOUND)?;
}
Err(err) => {
info!("ROG boot sound toggle (bios) not detected: {}", err);
info!("Switch for POST boot sound not detected: {}", err);
}
}