You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use efi shell and "dcscfg.dcs -gl" or PlarformInfo to view list of possible resolutions.
Set it in DcsProp
<!-- GraphDevice
-1 - initialize + autodetect
-2 - ignore
<n> - number in list of devices (see PlatformInfo or use DcsCfg.dcs -gl )
-->
<config key="GraphDevice">-1</config>
<!-- GraphMode
-1 default (see PlatformInfo. or use DcsCfg.dcs -gm <n> to test)
-->
<config key="GraphMode">-1</config>
What resolution does the VeryCrypt UEFI bootloader choose by default?
Does it use the highest possible resolution detected? Or does it use the native resolution?
When doing DcsCfg.dcs -gl on the VirtualBox EFI Shell, it lists very high resolutions which are not actually being used though (the VirtualBox EFI boot seems to use 1024x768 for everything - DcsCfg.dcs -gl lists much higher resolutions though).
So how does the VeraCrypt UEFI bootloader know which resolution to select? It seems to use the native resolution by default? But how does it know which one is the native resolution?
Hi,
The password prompt of the UEFI bootloader uses a very small font size.
It is already small on displays with a large/standard pixel pitch (i.e. low DPI/PPI).
But on small displays and/or displays with a high resolution, i.e. with a low pixel pitch (i.e. high DPI/PPI), the text becomes very tiny.
Is there any chance this could be fixed?
Or is the font/size caused by the UEFI firmware itself?
Regards
The text was updated successfully, but these errors were encountered: