From Fedora Project Wiki

No edit summary
(whoopsie)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{QA/Test_Case
{{Template:Testcase_video_fastuserswitch|driver=intel|module=i915|wikidriver=intelvideo}}
|description=This test case tests whether fast user switching work 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_extended_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
# Create a second regular user account, if you do not already have one available
# Trigger fast switching (in a default Fedora desktop, click your name at the top right hand corner, then select Switch User)
# Log in with the second user account
# Test switching from one account to the other and back again, with both logged in
# Check the [[QA:Testcase_intelvideo_glx|GLX]] and [[QA:Testcase_intelvideo_xv|Xv]] test cases on both logins
|results=
# Fast user switching should work correctly, with no display issues on either desktop
# Accelerated OpenGL apps and video playback should work on both desktops when two logins are active
# If you are using the Test Day live CD image, you may see xkb errors when switching user - this is a known bug and does not need to be reported
}}
[[Category:Intelvideo_Test_Cases]]

Latest revision as of 16:49, 10 January 2011

Description

This test case tests whether fast user switching work successfully with the intel video driver. You must be using a video adapter supported by 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
  5. Create a second regular user account, if you do not already have one available. If you are using a live image, either change the password of the 'liveuser' user to something you can use, or create two regular user accounts to test with, then log in as the first

How to test

  1. Trigger fast switching (in a default Fedora desktop, click the system menu at the top right hand corner, click your user name, then select Switch User)
  2. Log in with the second user account
  3. Test switching from one account to the other and back again, with both logged in
  4. Check the GLX and Xv test cases on both logins

Expected Results

  1. Fast user switching should work correctly, with no display issues on either desktop
  2. Accelerated OpenGL apps and video playback should work on both desktops when two logins are active