User Tools

Site Tools


doc:appunti:hardware:mini_pc_intel_pentium_j3710

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
doc:appunti:hardware:mini_pc_intel_pentium_j3710 [2026/02/24 15:53] – [Blanking the Virtual Terminal] niccolodoc:appunti:hardware:mini_pc_intel_pentium_j3710 [2026/02/24 19:12] (current) – [DPMS (Display Power Management Signaling)] niccolo
Line 100: Line 100:
 </code> </code>
  
-The Debian package **libdrm-tests** contains the **modetest** tool.+==== DPMS (Display Power Management Signaling) ====
  
-FIXME What is this?+DPMS (Display Power Management Signaling) is a VESA standard used to reduce monitor power consumption by controlling power states (On, Standby, Suspend, Off) generally based on user inactivity. 
 + 
 +It is possible to control the status of the display connected to the frame buffer writing some values to the pseudo file:
  
 <code> <code>
Line 109: Line 111:
 </code> </code>
  
-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 properties** using **modetest**:+| 0  | FB_BLANK_UNBLANK  | Screen ON (normal operation) 
 +| 1  | FB_BLANK_NORMAL  | Blank screen (no power saving) 
 +| 2  | FB_BLANK_VSYNC_SUSPEND  | Suspend vertical sync  | 
 +| 3  | FB_BLANK_HSYNC_SUSPEND  | Suspend horizontal sync  | 
 +| 4  | FB_BLANK_POWERDOWN  | Power down display (DPMS off)  | 
 + 
 +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 properties** using **modetest** (provided by the **libdrm-tests** Debian package):
  
 <code> <code>
doc/appunti/hardware/mini_pc_intel_pentium_j3710.1771944780.txt.gz · Last modified: by niccolo