From Fedora Project Wiki
No edit summary |
|||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description= | |description=This test case tests whether DPMS functionality works successfully with the ''{{{driver|(DRIVER)}}}'' video driver. You must be using a card supported by the ''{{{driver|(DRIVER)}}}'' video driver. | ||
|setup= | |setup= | ||
{{Testcase_video_generic_setup|driver={{{driver|(DRIVER)}}}|module={{{module|(MODULE)}}}}} | {{Testcase_video_generic_setup|driver={{{driver|(DRIVER)}}}|module={{{module|(MODULE)}}}}} | ||
|actions= | |actions= | ||
# | # Run the command {{command|sleep 5 && xset dpms force off}} | ||
|results= | |results= | ||
# | # After 5 seconds the display should blank. It should recover correctly when the mouse is moved | ||
}} | }} |
Latest revision as of 00:09, 20 February 2011
Description
This test case tests whether DPMS functionality works successfully with the (DRIVER) video driver. You must be using a card supported by the (DRIVER) video driver.
Setup
- Ensure the nomodeset and (MODULE).modeset=0 kernel parameters are not set in your bootloader configuration
- You can see your current kernel options by running
cat /proc/cmdline
- You can see your current kernel options by running
- Ensure the file
/etc/X11/xorg.conf
does not exist, or is a valid file that uses the (DRIVER) driver - Shut your system down entirely, then start it up again
- 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
- Run the command
sleep 5 && xset dpms force off
Expected Results
- After 5 seconds the display should blank. It should recover correctly when the mouse is moved