Problem:
Certain users may report the test progress window being misaligned or off-screen when the memory tests are running, as shown in the following screen capture:
The text is not centred and partially off screen.
This is caused by a BIOS firmware issue which incorrectly sets the absolute positioning of text on the screen (i.e. a bug in your computer's BIOS).
Solution:
To workaround this issue, there is a configuration file parameter, CONSOLEMODE, in the Pro version which allows the user to change the console mode to one of the supported values.
Changing the console mode effectively changes the resolution (ie. number of rows and columns) of the console, which may fix the screen positioning as a side effect.
If you are running on a USB flash drive, you can determine all supported console modes by looking at the log file:
To change the console mode, edit the mt86.cfg file and set CONSOLEMODE to one of the supported values. For example,
After selecting console mode 3, it looks like this (for this particular machine).
Certain users may report the test progress window being misaligned or off-screen when the memory tests are running, as shown in the following screen capture:
The text is not centred and partially off screen.
This is caused by a BIOS firmware issue which incorrectly sets the absolute positioning of text on the screen (i.e. a bug in your computer's BIOS).
Solution:
To workaround this issue, there is a configuration file parameter, CONSOLEMODE, in the Pro version which allows the user to change the console mode to one of the supported values.
Changing the console mode effectively changes the resolution (ie. number of rows and columns) of the console, which may fix the screen positioning as a side effect.
If you are running on a USB flash drive, you can determine all supported console modes by looking at the log file:
Code:
2018-03-21 08:41:53 - Number of console modes: 9 2018-03-21 08:41:53 - Mode 0: 80 x 25 2018-03-21 08:41:53 - Mode 1: 80 x 50 2018-03-21 08:41:53 - Mode 2: 80 x 25 2018-03-21 08:41:53 - Mode 3: 480 x 113 2018-03-21 08:41:53 - Mode 4: 100 x 31 2018-03-21 08:41:53 - Mode 5: 128 x 40 2018-03-21 08:41:53 - Mode 6: 160 x 53 2018-03-21 08:41:53 - Mode 7: 200 x 63 2018-03-21 08:41:53 - Mode 8: 240 x 75
Code:
CONSOLEMODE=3
After selecting console mode 3, it looks like this (for this particular machine).
Comment