From Fedora Project Wiki

(Remove multihead requirement)
(template-ize)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{QA/Test_Case
{{Testcase_video_rotate|driver=radeon|module=radeon}}
|description=This test case tests whether display rotation work successfully with the Radeon driver.
[[Category:Package_xorg-x11-drv-ati_extended_test_cases]]
|actions=
# Connect as many displays as you can to the available ports on your display adapter
# 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 'radeon' driver
# Shut your system down entirely, then start it up again
# Verify that the graphical environment starts correctly and shows the same screen on each display (clone mode)
# Open a console and run the command <tt>xrandr</tt>. Take a copy of the results
# Run the GNOME display configuration tool, <tt>gnome-display-properties</tt>. Try rotating the primary display - change the ''Rotation'' drop down and hit apply
# Try and change back to the normal orientation
|results=
# The rotation should apply correctly and the rotated screen should display with no artifacts. Returning to the normal orientation should also work smoothly with no artifacts
}}
[[Category:Radeon_Test_Cases]]

Latest revision as of 18:16, 10 January 2011

Description

This test case tests whether display rotation work successfully with the radeon driver. You must be using a card supported by the radeon video 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. Run the GNOME display configuration tool using gnome-control-center display. Try rotating the primary display - change the Rotation drop down and hit apply
  2. Try and change back to the normal orientation

Expected Results

  1. The rotation should apply correctly and the rotated screen should display with no artifacts. Returning to the normal orientation should also work smoothly with no artifacts