From Fedora Project Wiki
m (sp) |
(move to the new package-specific category system) |
||
Line 17: | Line 17: | ||
# there should not be any obvious misrenderings (flickering, surfaces that come and go...) | # there should not be any obvious misrenderings (flickering, surfaces that come and go...) | ||
}} | }} | ||
[[Category: | [[Category:Package_xorg-x11-drv-ati_extended_test_cases]] |
Revision as of 14:13, 23 December 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 succeed)
- Ensure that
glxinfo | grep 'OpenGL renderer'
does not returnOpenGL 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 demos 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 demos should run without crashing
- there should not be any obvious misrenderings (flickering, surfaces that come and go...)