From Fedora Project Wiki

mNo edit summary
m (Adamwill moved page QA:Testcase Intel - Boot to QA:Testcase intelvideo basic over redirect: Move back to the old name, martix did a half-assed renaming job and the old names were better anyway.)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{QA/Test_Case
{{Testcase_video_basic|driver=intel|module=i915}}
|description=This test case tests whether basic X initialization is successful with the Intel video driver, with kernel mode setting enabled. You must be using a video adapter supported by the driver, and Fedora 11 or later (or Rawhide from any time after mid-February 2009).
[[Category:Package_xorg-x11-drv-intel_core_test_cases]]
|actions=
[[Category:Critical_path_test_cases]]
# 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 'intel' driver
# Shut your system down entirely, then start it up again
|results=
# (KMS) The boot process should be in graphical mode as soon as initrd has loaded (very shortly after the bootloader)
# (KMS) The boot process (and, later, X) should use the correct native resolution for your monitor
# (Plymouth) Progress animations should be displayed throughout boot, then cross-fade into the GDM login screen
# (Plymouth) No flickering or mode changes should occur from initrd right through to GDM
# The system should boot successfully to the normal graphical login screen
}}
[[Category:Intelvideo_Test_Cases]]

Latest revision as of 18:33, 2 November 2016

Description

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

Setup

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