From Fedora Project Wiki

m (Minor rewording)
(obsolete)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
# Ensure the file {{filename|/etc/X11/xorg.conf}} does not exist, or is a valid file that uses the ''nouveau'' driver. If you are using the live image, ignore this step
# Ensure the file {{filename|/etc/X11/xorg.conf}} does not exist, or is a valid file that uses the ''nouveau'' driver. If you are using the live image, ignore this step
# Shut your system down entirely, then start it up again
# Shut your system down entirely, then start it up again
# Install {{command|gconf-editor}} by typing {{command|su -c 'yum intsall gconf-editor'}}
# Install {{command|gconf-editor}} by typing {{command|su -c 'yum install gconf-editor'}}
# Next, run the command {{command|gconf-editor}}
# Next, run the command {{command|gconf-editor}}
# In the navigation toolbar on the left, follow ''apps''→''metacity''→''general'', and enable the ''compositing_manager'' checkbox.  
# In the navigation toolbar on the left, follow ''apps''→''metacity''→''general'', and enable the ''compositing_manager'' checkbox.  
Line 11: Line 11:
# With metacity's compositing enabled, window shadows and ALT-TAB with window screenshots should be displayed correctly.
# With metacity's compositing enabled, window shadows and ALT-TAB with window screenshots should be displayed correctly.
}}
}}
[[Category:Nouveau_Test_Cases]]
[[Category:Obsolete_Test_Cases]]

Latest revision as of 16:54, 13 January 2011

Description

This test case tests whether compositing_manger setting of metacity is successful with the Nouveau driver.


How to test

  1. Ensure the file /etc/X11/xorg.conf does not exist, or is a valid file that uses the nouveau driver. If you are using the live image, ignore this step
  2. Shut your system down entirely, then start it up again
  3. Install gconf-editor by typing su -c 'yum install gconf-editor'
  4. Next, run the command gconf-editor
  5. In the navigation toolbar on the left, follow appsmetacitygeneral, and enable the compositing_manager checkbox.

Expected Results

  1. The graphical desktop should be displayed correctly when 'compositing_manager' is checked
  2. With metacity's compositing enabled, window shadows and ALT-TAB with window screenshots should be displayed correctly.