brightness

Firmware Test Suite - brightness test

This interactive test sanity checks the operation of the ACPI display brightness levels found on netbooks and laptops. Several tests are performed:

  • Check for maximum and actual brightness.
  • Change the brightness.
  • Observe all brightness changes.
  • Observe min, max brightness changes.
  • Check brightness hotkeys.

The test will change the brightness levels and ask the observer if the levels have been changed. It will also ask the tester to press the brightness up/down hotkeys to see if these change the brightness levels.

Examples:

fwts brightness - 

..runs the test on your machine and dumps the output to stdout. This test requires user interaction.

Explanation of test results

Certain test results may require a little more explanation. This section will try and give some context to specific test failures.

Error ID

Explanation

BacklightNoPath

/sys/devices/virtual/backlight does not exist. Cannot test.

BrightnessMaxTest1

The maximum brightness is invalid.

BrightnessOutofRange

The maximum brightness is out of range.

BrightnessMaxTest2

The maximum brightness is invalid.

BrightnessMismatch

The actual brightness read does not match the brightnesss level just set for backlight.

BrightnessMaxTest3

The maximum brightness is invalid.

BrightnessDimLevel

Could not set to the dimmest level.

BrightnessBrightLevel

Could not set to the brightest level.

BrightnessMaxTest4

The maximum brightness is invalid.

BrightnessNoDimming

Could not observe brightness levels dim.

BrightnessNoHotKey

Did not detect any ACPI hotkey events.

BrightnessNoIncrease

Pressing the ACPI brightness up key did not increase the brightness level.

BrightnessNoDecrease

Pressing the ACPI brightness down key did not decrease the brightness level.

FirmwareTestSuite/Reference/brightness (last edited 2016-01-11 07:23:29 by anthonywong)