From Fedora Project Wiki

No edit summary
m (Adamwill moved page QA:Testcase Intel VT to QA:Testcase intelvideo vt over redirect: Move back to old name, it was better.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{QA/Test_Case
{{Testcase_video_vt|driver=intel|module=i915}}
|description=This test case tests whether virtual terminal switching works successfully 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=
# 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
# Switch to a virtual console: ctrl-alt-F2
# Log in to the console, and run a test command
# Switch back to the graphical desktop: ctrl-alt-F1
# Switch back and forth again
|results=
# Switching between the graphical desktop and a virtual console should work correctly
# Both the virtual console and the graphical desktop should be displayed correctly, and this should work through repeated switches between the two
# If you are using the Test Day live CD image, you may see multiple xkb errors when switching back to the graphical desktop - this is a known issue, it does not need to be reported
}}
[[Category:Intelvideo_Test_Cases]]

Latest revision as of 18:33, 2 November 2016

Description

This test case tests whether virtual terminal switching works successfully with the intel video driver, with kernel mode setting enabled. You must be using a video adapter supported by the intel.

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. Switch to a virtual console: ctrl-alt-F2
  2. Log in to the console (as user root with no password, if you are using a live image to test), and run a test command
  3. Switch back to the graphical desktop: ctrl-alt-F1
  4. Switch back and forth again

Expected Results

  1. Switching between the graphical desktop and a virtual console should work correctly
  2. Both the virtual console and the graphical desktop should be displayed correctly, and this should work through repeated switches between the two