From Fedora Project Wiki
(pymol test case) |
No edit summary |
||
Line 3: | Line 3: | ||
|actions= | |actions= | ||
# Ensure the 'nomodeset' kernel parameter is not enabled in your bootloader configuration (unless you need it for basic X operation to suceed) | # Ensure the 'nomodeset' kernel parameter is not enabled in your bootloader configuration (unless you need it for basic X operation to suceed) | ||
# Ensure that | # Ensure that | ||
glxinfo <pipe> grep 'OpenGL renderer' | |||
does not return 'OpenGL renderer string: Software Rasterizer' | |||
# Install the pymol package: `yum -y install pymol` | # Install the pymol package: `yum -y install pymol` | ||
# Launch PyMol from a terminal | # Launch PyMol from a terminal | ||
Line 14: | Line 16: | ||
# Quit pymol. | # Quit pymol. | ||
|results= | |results= | ||
# all the demoes should run without crashing | # all the demoes should run without crashing | ||
# there should not be any obvious misrenderings (flickering, surfaces that come and go...) | |||
}} | }} | ||
[[Category:Radeon_Test_Cases]] | [[Category:Radeon_Test_Cases]] |
Revision as of 21:13, 13 April 2010
Description
A basic rendering check using the PyMol molecular viewer. 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 suceed)
- Ensure that
glxinfo <pipe> grep 'OpenGL renderer'
does not return 'OpenGL renderer string: Software Rasterizer'
- Install the pymol package:
yum -y install pymol
- Launch PyMol from a terminal
- Go to Wizard => Demo => Representations. There should be a list of demoes on the right side of the Pymol viewer window.
- Click on each demo in turn. For each demo:
- Use the mouse wheel to increase or decrease complexity
- left-click+mouse to rotate
- middle-click+mouse to move around
- and right-click+mouse to zoom in/out
- Quit pymol.
Expected Results
- all the demoes should run without crashing
- there should not be any obvious misrenderings (flickering, surfaces that come and go...)