From Fedora Project Wiki
(create generic basic video test case (cheats a little with the template variables :>)) |
(stick it in test cases category for now) |
||
Line 1: | Line 1: | ||
{{Testcase_video_basic|driver=nouveau, radeon or intel|module=nouveau.modeset=0, radeon.modeset=0 or i915}} | {{Testcase_video_basic|driver=nouveau, radeon or intel|module=nouveau.modeset=0, radeon.modeset=0 or i915}} | ||
[[Category: | [[Category:Test_Cases]] | ||
Latest revision as of 19:21, 20 January 2011
Description
This test case tests whether basic X initialization is successful with the nouveau, radeon or intel driver.
Setup
- Ensure the nomodeset and nouveau.modeset=0, radeon.modeset=0 or i915.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 nouveau, radeon or intel 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)