From Fedora Project Wiki
(add mesa-demos) |
m (sp) |
||
Line 2: | Line 2: | ||
|description=Launch a few demos that come with mesa-libGL. You must be using a card supported by the Radeon video driver. | |description=Launch a few demos that come with mesa-libGL. You must be using a card supported by the Radeon video driver. | ||
|actions= | |actions= | ||
# Ensure the 'nomodeset' kernel parameter is not enabled in your bootloader configuration (unless you need it for basic X operation to | # Ensure the 'nomodeset' kernel parameter is not enabled in your bootloader configuration (unless you need it for basic X operation to succeed) | ||
# Ensure that <pre>glxinfo | grep 'OpenGL renderer'</pre>does not return:<pre>OpenGL renderer string: Software Rasterizer</pre> | # Ensure that <pre>glxinfo | grep 'OpenGL renderer'</pre>does not return:<pre>OpenGL renderer string: Software Rasterizer</pre> | ||
# Install the mesa-demos package: `yum -y install mesa-demos` | # Install the mesa-demos package: `yum -y install mesa-demos` |
Revision as of 22:39, 13 April 2010
Description
Launch a few demos that come with mesa-libGL. You must be using a card supported by the Radeon video driver.
How to test
- Ensure the 'nomodeset' kernel parameter is not enabled in your bootloader configuration (unless you need it for basic X operation to succeed)
- Ensure that
glxinfo | grep 'OpenGL renderer'
does not return:OpenGL renderer string: Software Rasterizer
- Install the mesa-demos package:
yum -y install mesa-demos
- In a terminal, list the demos:
rpm -ql mesa-demos
- Go to the demos' directory using cd.
- Launch at least bounce, fbo_firecube, gloss, multiarb, reflect, teapot, terrain.
- Note: other demos might refuse to run.
Expected Results
- no crash.
- no obvious misrendering.