From Fedora Project Wiki
(create radeon suspend test case) |
No edit summary |
||
Line 2: | Line 2: | ||
|description=This test case tests whether suspend / resume works successfully with the Radeon video driver, with kernel mode setting enabled. You must be using a card supported by the Radeon video driver. Your system must be capable of suspending and resuming normally (for instance, it worked in previous Fedora releases). | |description=This test case tests whether suspend / resume works successfully with the Radeon video driver, with kernel mode setting enabled. You must be using a card supported by the Radeon video driver. Your system must be capable of suspending and resuming normally (for instance, it worked in previous Fedora releases). | ||
|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 suceed) | ||
# 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 /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 |
Revision as of 14:23, 1 April 2009
Description
This test case tests whether suspend / resume works successfully with the Radeon video driver, with kernel mode setting enabled. You must be using a card supported by the Radeon video driver. Your system must be capable of suspending and resuming normally (for instance, it worked in previous Fedora releases).
How to test
- Ensure the 'nomodeset' kernel parameter is not enabled in your bootloader configuration (unless you need it for basic X operation to suceed)
- 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
- Remove the file /usr/lib/pm-utils/sleep.d/90chvt (or /usr/lib64/pm-utils/sleep.d/90chvt on x86-64 installations)
- Suspend the system (for e.g. left click the battery icon and click 'suspend')
- Resume the system
Expected Results
- The system should come back with the display correct and at the correct resolution, backlight active, etc.