]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/grub/grub.cfg
Add resolution_fit option in theme plugin.
[Ventoy.git] / INSTALL / grub / grub.cfg
index 3d0bb3f6af5b95bd29fddbf3610953afaab184d3..5cc8079e5927e7a98dc0b7eaadd22b82cd49f3a8 100644 (file)
@@ -2555,7 +2555,11 @@ elif [ "$vtoy_display_mode" = "serial_console" ]; then
     fi
     terminal_input   serial console
     terminal_output  serial console    
-else    
+else
+    if [ "$vtoy_res_fit" = "1" ]; then
+        terminal_output  gfxterm
+    fi
+
     if [ -n "$vtoy_theme" ]; then
         vt_set_theme
     else