From Fedora Project Wiki
(Created page with '{{QA/Test_Case |description=This test case tests whether compositing_manger setting of metacity works successfully with the Radeon video driver, with kernel mode setting enabled....') |
(obsolete) |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
|description=This test case tests whether compositing_manger setting of metacity works successfully with the Radeon video driver, with kernel mode setting enabled. You must be using a card supported by the Radeon video driver. | |description=This test case tests whether compositing_manger setting of metacity works successfully with the Radeon video driver, with kernel mode setting enabled. You must be using a card supported by the Radeon video driver. | ||
|actions= | |actions= | ||
# Ensure the 'nomodeset' kernel parameter is not enabled in your bootloader configuration (unless you need it for basic X operation to | # Ensure the 'nomodeset' kernel parameter is not enabled in your bootloader configuration (unless you need it for basic X operation to succeed) | ||
# Ensure the file /etc/X11/xorg.conf does not exist, or is a known-good configuration file that uses the 'radeon' driver | # Ensure the file {{filename|/etc/X11/xorg.conf}} does not exist, or is a known-good configuration file that uses the 'radeon' driver | ||
# Shut your system down entirely, then start it up again | # Shut your system down entirely, then start it up again | ||
# Run gconf-editor | # Run gconf-editor | ||
# Follow apps->metacity->general from navigation toolbar left, check 'compositing_manager' checkbox. See whether everything works fine. | # Follow apps->metacity->general from navigation toolbar left, check 'compositing_manager' checkbox. See whether everything works fine. | ||
{{Admon/note | Editing GConf key | Alternately, you can use the following command: | |||
<pre>gconftool-2 --set --type=bool /apps/metacity/general/compositing_manager true</pre>}} | |||
|results= | |results= | ||
# The graphical desktop should be displayed correctly when 'compositing_manager' is checked | # 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. | |||
}} | }} | ||
[[Category: | [[Category:Obsolete_Test_Cases]] |
Latest revision as of 16:56, 13 January 2011
Description
This test case tests whether compositing_manger setting of metacity works successfully with the Radeon video driver, with kernel mode setting enabled. 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 the file
/etc/X11/xorg.conf
does not exist, or is a known-good configuration file that uses the 'radeon' driver - Shut your system down entirely, then start it up again
- Run gconf-editor
- Follow apps->metacity->general from navigation toolbar left, check 'compositing_manager' checkbox. See whether everything works fine.
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.