From Fedora Project Wiki

(move to the new package-specific category system)
(template-ize)
Line 1: Line 1:
{{QA/Test_Case
{{Testcase_video_basic|driver=radeon|module=radeon}}
|description=This test case tests whether basic X initialization is successful with the Radeon video driver, with kernel mode setting enabled. You must be using a card supported by the Radeon video driver.
[[Category:Package_xorg-x11-drv-radeon_core_test_cases]]
|actions=
# Ensure the 'nomodeset' kernel parameter is not enabled in your bootloader configuration
# 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
# If using the Test Day live CD, just boot from the live CD, ignoring the above steps
# Observe whether the system successfully reaches the graphical login screen
|results=
# The system should boot successfully to the normal graphical login screen, at the optimal resolution for your monitor, with no graphical artifacts (missing cursor, wrong colors etc). The boot process should be a high-resolution text progress bar and transition smoothly to the login screen
}}
[[Category:Package_xorg-x11-drv-ati_core_test_cases]]
[[Category:Critical_path_test_cases]]
[[Category:Critical_path_test_cases]]

Revision as of 15:11, 10 January 2011

Description

This test case tests whether basic X initialization is successful with the radeon 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. Observe whether the system successfully reaches the graphical login screen

Expected Results

  1. The system should boot successfully to the normal graphical login screen, at the optimal resolution for your monitor, with no graphical artifacts (missing cursor, wrong colors etc)