diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/towboot/src/boot/video.rs b/towboot/src/boot/video.rs index 29bda48..f58ecb5 100644 --- a/towboot/src/boot/video.rs +++ b/towboot/src/boot/video.rs @@ -89,10 +89,10 @@ pub fn setup_video( // in that case: set it } { debug!("chose {:?} as the video mode", mode.info().resolution()); - output.set_mode(mode).map_err(|e| { + /*output.set_mode(mode).map_err(|e| { error!("failed to set video mode: {e:?}"); Status::DEVICE_ERROR - }).ok()?; + }).ok()?;*/ info!("set {:?} as the video mode", mode.info().resolution()); } Some(output)