From Fedora Project Wiki
(create template) |
(pass module parameter to generic setup template) |
||
Line 2: | Line 2: | ||
|description=This test case tests whether basic X initialization is successful with the ''{{{driver|(DRIVER)}}}'' driver. | |description=This test case tests whether basic X initialization is successful with the ''{{{driver|(DRIVER)}}}'' driver. | ||
|setup= | |setup= | ||
{{Testcase_video_generic_setup|driver={{{driver|(DRIVER)}}}}} | {{Testcase_video_generic_setup|driver={{{driver|(DRIVER)}}}|module={{{module|(MODULE)}}}}} | ||
|actions= | |actions= | ||
# Observe whether the system successfully reaches the graphical login screen | # Observe whether the system successfully reaches the graphical login screen |
Latest revision as of 15:09, 10 January 2011
Description
This test case tests whether basic X initialization is successful with the (DRIVER) 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
- Observe whether the system successfully reaches the graphical login screen
Expected Results
- 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)