From Fedora Project Wiki

(standardize)
(template-ize)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{QA/Test_Case
{{Testcase_video_restartx|driver=radeon|module=radeon}}
|description=This test case tests whether, when using the Radeon driver, X can successfully shut down and restart. You must be using a card supported by 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, in console mode. When the boot prompt appears, hit a key to allow you to change the boot options. Hit the 'e' key on the default entry, select the kernel options line, hit 'e' again, and add simply a space and the number '3' to the end of the line. On the live CD, hit any key when the 'automatic boot in X seconds' prompt is showing, then hit tab to edit boot options and make the change. Then boot with that change
# The system will boot to the console. Log in as a normal user
# Start X: <pre>startx</pre>. Verify that it works as usual
# Log out from your desktop environment. This should stop X and return you to the console. Check there are no unusual errors
# Start X again: <pre>startx</pre>. Again test that it works as usual
|results=
# X should work properly both the first and second times it is started
}}
[[Category:Radeon_Test_Cases]]

Latest revision as of 18:32, 10 January 2011

Description

This test case tests whether, when using the radeon video driver, X can successfully shut down and restart. 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. Log in to the desktop
  2. Press ctrl+alt+f2: this should switch to a console interface
  3. Log in as root (if you are using the live image, you can do so, there is no password on the root account)
  4. Run the command systemctl stop display-manager.service
  5. If necessary, hit ctrl+alt+f2 again to get back to the console you are using
  6. Run the command systemctl start display-manager.service
  7. If necessary, hit ctrl+alt+f1 to get back to the graphical interface
  8. If necessary (on live images, you may be automatically logged in) log back into the desktop

Expected Results

  1. After running the first command, the graphical desktop should stop running
  2. After running the second command, the graphical desktop should start up again
  3. X should work properly both the first and second times it is started