From Fedora Project Wiki
(create template) |
m (gnome-control-center) |
||
Line 4: | Line 4: | ||
{{Testcase_video_generic_setup|driver={{{driver|(DRIVER)}}}|module={{{module|(MODULE)}}}}} | {{Testcase_video_generic_setup|driver={{{driver|(DRIVER)}}}|module={{{module|(MODULE)}}}}} | ||
|actions= | |actions= | ||
# Run the GNOME display configuration tool, {{command|gnome- | # Run the GNOME display configuration tool, {{command|gnome-control-center}}. Try rotating the primary display - change the ''Rotation'' drop down and hit apply | ||
# Try and change back to the normal orientation | # Try and change back to the normal orientation | ||
|results= | |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 | # 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 | ||
}} | }} |
Revision as of 09:43, 22 February 2011
Description
This test case tests whether display rotation work successfully with the (DRIVER) driver. You must be using a card supported by the (DRIVER) video driver.
Setup
- Ensure the nomodeset and (MODULE).modeset=0 kernel parameters are not set in your bootloader configuration
- You can see your current kernel options by running
cat /proc/cmdline
- You can see your current kernel options by running
- Ensure the file
/etc/X11/xorg.conf
does not exist, or is a valid file that uses the (DRIVER) driver - Shut your system down entirely, then start it up again
- 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
- Run the GNOME display configuration tool,
gnome-control-center
. Try rotating the primary display - change the Rotation drop down and hit apply - Try and change back to the normal orientation
Expected 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