Brightness Control in WDDM

Discusses the scenarios that control brightness in Windows Vista.

File name: Brightness.docx

72 KB

Microsoft Word file

Get Office File Viewers

In the Windows Vista operating system, brightness controls are implemented in the operating system-supplied monitor driver, Monitor.sys. The monitor driver implements a Windows Management Instrumentation (WMI) interface to let applications-such as the operating system's brightness slider-interact with the brightness level.

The monitor driver registers with the operating system device power policy so that brightness levels respond to changes in power policy. The monitor driver registers for Advanced Configuration and Power Interface (ACPI) notifications to process ACPI-based brightness shortcut keys. For compatibility with the Windows XP Display Driver Model, the monitor driver implements the IOCTL-based brightness controls.

Windows exposes brightness control by using publicly documented APIs. Original equipment manufacturers (OEMs) can use this interface to expose the control of brightness to the end-user through user interface (UI) in their value-added software. The Brightness slider in the Windows Vista Mobility Center is an example of a client that uses these interfaces. Another way to control brightness include OEM shortcut keys, which interact with the system BIOS. Windows Vista can also automatically change the brightness of the panel, depending on the power policy settings that the Administrator applied.

Each of these control mechanisms exercises a slightly different path of the graphics stack. However, brightness can be controlled through four scenarios, each of which is discussed in this paper.

Included in this white paper:

  • Introduction to brightness controls on integrated display panels
  • Brightness support initialization
  • Implementation requirements and guidelines
  • Ambient light sensor brightness control
  • Windows Logo Program Requirements

 

 

Send comments about this topic to Microsoft