blob: c8c0ef2a0ebe51e6a2e014f6060bfe752f7c46bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
# UEFI Monitor Test
A monitor diagnostic and testing tool. It includes several tests that should allow you to diagnose any potential problems with your monitor. The application is based on the [TianoCore EDK II](https://www.tianocore.org/) development environment. Distributed under the BSD-2-Clause Plus Patent License.
## Tests
* Solid colors
* Grayscale
* Gradients
* Chess board
## Compilation
1. Move `UefiMonitorTest` directory to a desired EDK II *Package*
2. Add the following line to *Package*.dsc, section "Components":
```
[Components]
...
Package/UefiMonitorTest/UefiMonitorTest.inf
..
```
That's all. You can compile the application.
## Usage
Move the generated `UefiMonitorTest.efi` to some file system and run it via Uefi Shell:
```
Shell> UefiMonitorTest.efi
```
The app doesn't currently support command line arguments.
### Controls
You can only use your keyboard to navigate through the application.
```
- UP ARROW / DOWN ARROW: change the parameter
- LEFT ARROW / RIGHT ARROW: change the value of the parameter
- SPACE: show or hide all additional information
- F1-F11: choose test test
- F12: open the monitor settings menu
- ESC: end the test or exit from the application
```
## Screenshots
![](umt-mainmenu.png)
![](umt-gradients.png)
|