From Fedora Project Wiki

(create intel DPMS test case)
 
(update the test following the improved procedure from radeon/nvidia events)
Line 2: Line 2:
|description=This test case tests whether screen saver and DPMS work successfully with the Intel video driver, with kernel mode setting enabled. You must be using a video adapter supported by the driver, and Fedora 11 or later (or Rawhide from any time after mid-February 2009).
|description=This test case tests whether screen saver and DPMS work successfully with the Intel video driver, with kernel mode setting enabled. You must be using a video adapter supported by the driver, and Fedora 11 or later (or Rawhide from any time after mid-February 2009).
|actions=
|actions=
# Ensure the 'nomodeset' kernel parameter is not enabled in your bootloader configuration
# Ensure the 'nomodeset' kernel parameter is not enabled in your bootloader configuration (unless you need it for basic X operation to succeed)
# Ensure the file /etc/X11/xorg.conf does not exist, or is a known-good configuration file that uses the 'intel' driver
# Ensure the file {{filename|/etc/X11/xorg.conf}} does not exist, or is a known-good configuration file that uses the 'intel' driver
# Shut your system down entirely, then start it up again
# Shut your system down entirely, then start it up again
# Run <tt>gnome-screensaver-preferences</tt>
# Run the command {{command|sleep 5 && xset dpms force off}}
# 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=
|results=
# The screensaver should activate after a minute, and the display should blank after six. It should recover correctly when the mouse is moved
# After 5 seconds the display should blank. It should recover correctly when the mouse is moved
}}
}}
[[Category:Intelvideo_Test_Cases]]
[[Category:Intelvideo_Test_Cases]]

Revision as of 21:03, 14 April 2010

Description

This test case tests whether screen saver and DPMS work successfully with the Intel video driver, with kernel mode setting enabled. You must be using a video adapter supported by the driver, and Fedora 11 or later (or Rawhide from any time after mid-February 2009).


How to test

  1. Ensure the 'nomodeset' kernel parameter is not enabled in your bootloader configuration (unless you need it for basic X operation to succeed)
  2. Ensure the file /etc/X11/xorg.conf does not exist, or is a known-good configuration file that uses the 'intel' driver
  3. Shut your system down entirely, then start it up again
  4. 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