From Fedora Project Wiki
(genericise the tuxracer test case) |
(grrr) |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
{{Testcase_video_generic_setup|driver={{{driver|(DRIVER)}}}|module={{{module|(MODULE)}}}}} | {{Testcase_video_generic_setup|driver={{{driver|(DRIVER)}}}|module={{{module|(MODULE)}}}}} | ||
{{Testcase_video_generic_3d_setup}} | {{Testcase_video_generic_3d_setup}} | ||
# Install the {{package|extremetuxracer}} package with the command {{su -c 'yum install extremetuxracer'}} | # Install the {{package|extremetuxracer}} package with the command {{command|su -c 'yum install extremetuxracer'}} | ||
|actions= | |actions= | ||
# Launch {{command|etracer}} from a terminal | # Launch {{command|etracer}} from a terminal | ||
Line 13: | Line 13: | ||
# The game should not crash | # The game should not crash | ||
# There should be no obvious misrendering (flickering is the most likely problem in this game) | # There should be no obvious misrendering (flickering is the most likely problem in this game) | ||
}} |
Latest revision as of 22:08, 21 February 2011
Description
This test checks that your card and software can render extremeTuxRacer. 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
- Ensure that
glxinfo | grep 'OpenGL renderer'
does not return OpenGL renderer string: Software Rasterizer or llvmpipe - Install the
extremetuxracer
package with the commandsu -c 'yum install extremetuxracer'
How to test
- Launch
etracer
from a terminal - Edit the game settings (Configuration => {Video, Graphics})
- Launch a practice session (Ski Jump is short, Path of Daggers entertaining). Look closely at the screen
- Quit extremetuxracer
Expected Results
- The game should not crash
- There should be no obvious misrendering (flickering is the most likely problem in this game)