File tree Expand file tree Collapse file tree 3 files changed +526
-4
lines changed Expand file tree Collapse file tree 3 files changed +526
-4
lines changed Original file line number Diff line number Diff line change 2121 attributes :
2222 label : Ventoy Version
2323 description : What version of ventoy are you running?
24- placeholder : 1.0.84
24+ placeholder : 1.0.87
2525 validations :
2626 required : true
2727 - type : dropdown
Original file line number Diff line number Diff line change @@ -2386,7 +2386,7 @@ function mimg_common_menuentry {
23862386# ############################################################
23872387# ############################################################
23882388
2389- set VENTOY_VERSION =" 1.0.86 "
2389+ set VENTOY_VERSION =" 1.0.87 "
23902390
23912391# ACPI not compatible with Window7/8, so disable by default
23922392set VTOY_PARAM_NO_ACPI =1
@@ -2545,9 +2545,18 @@ elif [ "$vtoy_display_mode" = "serial_console" ]; then
25452545 terminal_input serial console
25462546 terminal_output serial console
25472547else
2548- if [ " $vtoy_res_fit" = " 1" ]; then
2548+ if [ " $vtoy_gfxmode" = " max" ]; then
2549+ set gfxmode =1024x768
25492550 terminal_output gfxterm
2550- fi
2551+
2552+ vt_enum_video_mode
2553+ vt_get_video_mode 0 vtCurMode
2554+ terminal_output console
2555+ set gfxmode =$vtCurMode
2556+ terminal_output gfxterm
2557+ elif [ " $vtoy_res_fit" = " 1" ]; then
2558+ terminal_output gfxterm
2559+ fi
25512560
25522561 if [ -n " $vtoy_theme" ]; then
25532562 vt_set_theme
You can’t perform that action at this time.
0 commit comments