From Fedora Project Wiki
m (Minor rewording) |
m (install) |
||
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 | # 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. |
Revision as of 08:05, 18 April 2010
Description
This test case tests whether compositing_manger setting of metacity is successful with the Nouveau driver.
How to test
- 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 - Shut your system down entirely, then start it up again
- Install
gconf-editor
by typingsu -c 'yum install gconf-editor'
- Next, run the command
gconf-editor
- In the navigation toolbar on the left, follow apps→metacity→general, and enable the compositing_manager checkbox.
Expected Results
- The graphical desktop should be displayed correctly when 'compositing_manager' is checked
- With metacity's compositing enabled, window shadows and ALT-TAB with window screenshots should be displayed correctly.