Jump to content


bgwalker@gmail.com

New Members
  • Posts

    1
  • Joined

  • Last visited

bgwalker@gmail.com's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Have you tried modifying the Wizard.css? We had the same problem booting models into UEFI that had screens supporting very high resolution. Evidently, WinPE 10 adjusts the DPI based on detection as you have mentioned. It looks like we were able to fix this by converting "font-size" "pt" values in the "Wizard.css" file to "px" values using a conversion chart such as this: http://websemantics.co.uk/resources/font_size_conversion_chart/ So, for example: ---------------------------------------------- * { font-family: Segoe UI, MS Sans Serif, Sans-Serif; color: black; font-size: 10pt; font-weight: normal; } ---------------------------------------------- Should be updated to: ---------------------------------------------- * { font-family: Segoe UI, MS Sans Serif, Sans-Serif; color: black; font-size: 13px; font-weight: normal; } ---------------------------------------------- There are only a few "font-size" values to update in the "Wizard.css" file. Some of the CSS is actually commented out at the top too. We've tested this using WinPE 10 in Legacy and UEFI and the wizard looks correct in both. Give it a try...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.