From Fedora Project Wiki

Revision as of 15:31, 22 October 2013 by Ajax (talk | contribs) (more desktop-effects removal, and renderer check)

Description

This test case tests whether accelerated OpenGL applications under compositing managers work with the (DRIVER) video driver. You must be using a card supported by the (DRIVER) video driver.

Setup

  1. Ensure that Package-x-generic-16.pnggnome-shell and related packages are installed by running the command: su -c "yum install gnome-shell"
  2. Ensure the Package-x-generic-16.pngglx-utils package is installed by running the command: su -c "yum install glx-utils"
  3. 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
  4. Ensure the file /etc/X11/xorg.conf does not exist, or is a valid file that uses the (DRIVER) driver
  5. Shut your system down entirely, then start it up again
  6. 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

  1. Run the command glxinfo | grep renderer and verify that an accelerated 3D driver is in use (ie, not llvmpipe)
  2. Run the command glxgears (or, optionally, any other OpenGL app you can think of)
  3. Try covering the glxgears window with other windows
  4. Move the glxgears window around
  5. Activate the Shell's overview mode (press the Super (aka Windows) key, or move the mouse to the top left hand corner of the screen), and deactivate it (same procedure)

Expected Results

  1. glxgears (and other OpenGL apps) should run properly and with full acceleration and behave as any other window. Covering them should work properly, they should move smoothly, and should render properly in the overview mode. Overview mode should activate quickly with a smooth transition, and deactivate in the same way. GNOME Shell should run successfully and there should be no glitches or corruption in the display of the desktop or overview mode with GNOME Shell enabled