From Fedora Project Wiki

No edit summary
(obsolete)
 
(4 intermediate revisions by 3 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 suceed)
# 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 desplayed correctly.
# With metacity's compositing enabled, window shadows and ALT-TAB with window screenshots should be displayed correctly.
}}
}}
[[Category:Radeon_Test_Cases]]
[[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

  1. Ensure the 'nomodeset' kernel parameter is not enabled in your bootloader configuration (unless you need it for basic X operation to succeed)
  2. Ensure the file /etc/X11/xorg.conf does not exist, or is a known-good configuration file that uses the 'radeon' driver
  3. Shut your system down entirely, then start it up again
  4. Run gconf-editor
  5. Follow apps->metacity->general from navigation toolbar left, check 'compositing_manager' checkbox. See whether everything works fine.
Note.png
Editing GConf key
Alternately, you can use the following command:
gconftool-2 --set --type=bool /apps/metacity/general/compositing_manager true

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.