From Fedora Project Wiki
(gnome-screensaver is broken, use xset to force DPMS instead) |
(cleanups) |
||
Line 2: | Line 2: | ||
|description=This test case tests whether screen saver and DPMS work successfully with the Radeon video driver, with kernel mode setting enabled. You must be using a card supported by the Radeon video driver. | |description=This test case tests whether screen saver and DPMS work successfully with the Radeon video driver, with kernel mode setting enabled. You must be using a card supported by the Radeon video driver. | ||
|actions= | |actions= | ||
# Ensure the 'nomodeset' kernel parameter is not enabled in your bootloader configuration (unless you need it for basic X operation to | # 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 'radeon' driver | # Ensure the file {{filename|/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 | # Shut your system down entirely, then start it up again | ||
# Run | # 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 | # After 5 seconds the display should blank. It should recover correctly when the mouse is moved | ||
}} | }} | ||
[[Category:Radeon_Test_Cases]] | [[Category:Radeon_Test_Cases]] |
Revision as of 18:05, 13 April 2010
Description
This test case tests whether screen saver and DPMS work successfully with the Radeon video driver, with kernel mode setting enabled. You must be using a card supported by the Radeon video driver.
How to test
- 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 'radeon' driver - Shut your system down entirely, then start it up again
- 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