Force change to integrated if in nvidia or hybrid mode

Force change to integrated if in nvidia or hybrid mode and user tries
to switch to vfio or compute
This commit is contained in:
Luke D. Jones
2021-06-06 12:24:15 +12:00
parent ffa74d52e5
commit 439b006342
3 changed files with 18 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ use rog_aura::{
AuraEffect, LedBrightness, LED_MSG_LEN,
};
use rog_types::supported::LedSupportedFunctions;
use std::{fs::OpenOptions, thread::{self, spawn}, time::Duration};
use std::{fs::OpenOptions, thread::spawn};
use std::io::{Read, Write};
use std::path::Path;
use std::sync::Arc;