From Fedora Project Wiki

(create radeon dpms test case)
 
(template-ize)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{QA/Test_Case
{{Template:Testcase video dpms|driver=radeon|module=radeon}}
|description=This test case tests whether screen saver and DPMS work successfully with the Radeon video driver.
[[Category:Package_xorg-x11-drv-ati_core_test_cases]]
|actions=
# Ensure the 'nomodeset' kernel parameter is not enabled in your bootloader configuration
# Ensure the file /etc/X11/xorg.conf does not exist, or is a known-good configuration file that uses the 'radeon' driver
# Shut your system down entirely, then start it up again
# Run <tt>gnome-screensaver-preferences</tt>
# Select a screensaver, set the "Regard the computer as idle after:" timeout to one minute, and ensure 'Activate screensaver when computer is idle' is checked
# Click 'Power Management', and set the 'Put display to sleep when inactive for:' timeout to the minimum (six minutes)
# Leave the system idle for longer than six minutes
|results=
# The screensaver should activate after a minute, and the display should blank after six. It should recover correctly when the mouse is moved
}}
[[Category:Radeon_Test_Cases]]

Latest revision as of 15:41, 10 January 2011

Description

This test case tests whether DPMS functionality works successfully with the radeon video driver. You must be using a card supported by the radeon video driver.

Setup

  1. Ensure the nomodeset and radeon.modeset=0 kernel parameters are not set in your bootloader configuration
    • You can see your current kernel options by running cat /proc/cmdline
  2. Ensure the file /etc/X11/xorg.conf does not exist, or is a valid file that uses the radeon driver
  3. Shut your system down entirely, then start it up again
  4. If using a live image to test, ignore the above steps and simply boot the system from the live image with default options

How to test

  1. Run the command sleep 5 && xset dpms force off

Expected Results

  1. After 5 seconds the display should blank. It should recover correctly when the mouse is moved