From Fedora Project Wiki

m (I like the arrow character, just playing around)
m (Changed to 'select compiz' in the desktop effects dialog)
Line 6: Line 6:
# Install the {{package|mesa-dri-drivers-experimental}} package: {{command|su -c 'yum install mesa-dri-drivers-experimental'}}
# Install the {{package|mesa-dri-drivers-experimental}} package: {{command|su -c 'yum install mesa-dri-drivers-experimental'}}
# Shut your system down entirely, then start it up again
# Shut your system down entirely, then start it up again
# Enable Compiz by selecting the menu item ''System'' → ''Preferences'' → ''Desktop Effects''.  Click ''Enable Desktop Effects'', and check both the ''Workspaces on a Cube'' and ''Windows Wobble when Moved'' boxes
# Enable Compiz by selecting the menu item ''System'' → ''Preferences'' → ''Desktop Effects''.  Select ''Compiz'' from the list of ''Desktop Effects'', and check both the ''Workspaces on a Cube'' and ''Windows Wobble when Moved'' boxes
# Install the {{package|glx-utils}} package: {{command|su -c 'yum install glx-utils'}}
# Install the {{package|glx-utils}} package: {{command|su -c 'yum install glx-utils'}}
# Run {{command|glxgears}} (or, optionally, any other OpenGL app you can think of)
# Run {{command|glxgears}} (or, optionally, any other OpenGL app you can think of)

Revision as of 13:44, 15 April 2010

Description

This test case tests whether accelerated OpenGL applications under compositing managers work with the Nouveau video driver, with kernel mode setting enabled. You must be using a card supported by the Nouveau video driver. This test case can only be performed with Fedora 13 or later.


How to test

  1. Ensure the 'nomodeset' kernel parameter is not enabled in your bootloader configuration
  2. Ensure the file /etc/X11/xorg.conf does not exist, or is a known-good configuration file that uses the 'nouveau' driver
  3. Install the Package-x-generic-16.pngmesa-dri-drivers-experimental package: su -c 'yum install mesa-dri-drivers-experimental'
  4. Shut your system down entirely, then start it up again
  5. Enable Compiz by selecting the menu item SystemPreferencesDesktop Effects. Select Compiz from the list of Desktop Effects, and check both the Workspaces on a Cube and Windows Wobble when Moved boxes
  6. Install the Package-x-generic-16.pngglx-utils package: su -c 'yum install glx-utils'
  7. Run glxgears (or, optionally, any other OpenGL app you can think of)
  8. Try covering the glxgears window with other windows
  9. Move the glxgears window around
  10. Rotate the desktop cube (ctrl+alt+drag the mouse)

Expected Results

  1. 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 wobble (when this effect is enabled), and should render properly when the desktop cube is being rotated