From Fedora Project Wiki

(create basic nouveau test case)
 
(template-ize and convert to new category system)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{QA/Test_Case
{{Testcase_video_basic|driver=nouveau|module=nouveau}}
|description=This test case tests whether basic X initialization is successful with the Nouveau driver.
[[Category:Package_xorg-x11-drv-nouveau_core_test_cases]]
|actions=
[[Category:Critical_path_test_cases]]
# Enable the nouveau driver. You may need to install the driver package, and download [https://fedoraproject.org/w/uploads/d/d9/Xorg.conf.nouveau this file] and install it as /etc/X11/xorg.conf
# Shut your system down entirely, then start it up again
# Observe whether the system successfully reaches the graphical login screen
|results=
# The system should boot successfully to the normal graphical login screen
}}
[[Category:Nouveau_Test_Cases]]

Latest revision as of 15:09, 10 January 2011

Description

This test case tests whether basic X initialization is successful with the nouveau driver.

Setup

  1. Ensure the nomodeset and nouveau.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 nouveau 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)