07-07-2020, 01:58 AM
On one of my systems the Ventoy menu appears all blurry and the cursor - you can't tell what is selected. Same UFD works great on my other two systems.
So after creating my Ventoy UFD using V10.014, I went into its VTOYEFI partition and added a text file to both its root and in its Ventoy folder, named ventoy.json, hoping to tell it to display the menu in TEXT mode (CLI). It had no effect. If at the Ventoy menu, I press c and type in terminal_output console (enter) then press ESC I do get the text menu. What am I doing wrong?
Thank you.
My ventoy.json file is a text file; it contains:
{
"theme": {
"file": "/ventoy/theme/blur/theme.txt",
"gfxmode": "640x480",
"display_mode": "CLI",
"ventoy_left": "5%",
"ventoy_top": "95%",
"ventoy_color": "#0000ff",
"fonts": [
"/ventoy/theme/blur/Hack-12.pf2",
"/ventoy/theme/blur/Hack-14.pf2",
"/ventoy/theme/blur/Hack-16.pf2"
]
}
}
So after creating my Ventoy UFD using V10.014, I went into its VTOYEFI partition and added a text file to both its root and in its Ventoy folder, named ventoy.json, hoping to tell it to display the menu in TEXT mode (CLI). It had no effect. If at the Ventoy menu, I press c and type in terminal_output console (enter) then press ESC I do get the text menu. What am I doing wrong?
Thank you.
My ventoy.json file is a text file; it contains:
{
"theme": {
"file": "/ventoy/theme/blur/theme.txt",
"gfxmode": "640x480",
"display_mode": "CLI",
"ventoy_left": "5%",
"ventoy_top": "95%",
"ventoy_color": "#0000ff",
"fonts": [
"/ventoy/theme/blur/Hack-12.pf2",
"/ventoy/theme/blur/Hack-14.pf2",
"/ventoy/theme/blur/Hack-16.pf2"
]
}
}