doc:appunti:hardware:mini_pc_intel_pentium_j3710
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:appunti:hardware:mini_pc_intel_pentium_j3710 [2026/02/23 16:22] – [Blanking the Virtual Terminal] niccolo | doc:appunti:hardware:mini_pc_intel_pentium_j3710 [2026/02/24 19:12] (current) – [DPMS (Display Power Management Signaling)] niccolo | ||
|---|---|---|---|
| Line 100: | Line 100: | ||
| </ | </ | ||
| + | ==== DPMS (Display Power Management Signaling) ==== | ||
| - | FIXME What is this? | + | DPMS (Display Power Management Signaling) |
| + | |||
| + | It is possible to control the status of the display connected to the frame buffer writing some values to the pseudo file: | ||
| < | < | ||
| Line 108: | Line 111: | ||
| </ | </ | ||
| - | Writing the value 4 to the pseudodevice changes the **DPMS** property from **On=0** to **Off=3**. It is possibile to check all the properties using **modetest**: | + | | 0 | FB_BLANK_UNBLANK |
| + | | 1 | FB_BLANK_NORMAL | ||
| + | | 2 | FB_BLANK_VSYNC_SUSPEND | ||
| + | | 3 | FB_BLANK_HSYNC_SUSPEND | ||
| + | | 4 | FB_BLANK_POWERDOWN | ||
| + | |||
| + | Writing the value 4 to the pseudodevice changes the **DPMS** property from **On=0** to **Off=3**. It is possibile to check all the **connectors | ||
| < | < | ||
| - | modetest -M i915 -p | + | modetest -M i915 -c |
| opened device `Intel Graphics` on driver `i915` (version 1.6.0 at 20201103) | opened device `Intel Graphics` on driver `i915` (version 1.6.0 at 20201103) | ||
| Connectors: | Connectors: | ||
| Line 141: | Line 150: | ||
| + | FIXME What is this? | ||
| < | < | ||
| Line 147: | Line 157: | ||
| </ | </ | ||
| - | The Debian package **libdrm-tests** contains the **modetest** tool. | ||
| ===== Pygame ===== | ===== Pygame ===== | ||
doc/appunti/hardware/mini_pc_intel_pentium_j3710.1771860126.txt.gz · Last modified: by niccolo
