Shawn Protsman wrote:
On Jul 14, 2008, at 11:52 AM, Shawn Protsman wrote:
I'm running openSUSE 10.3. After some updates I rebooted, logged in and noticed that my emerald theme was no longer loading. Seems as though compiz is now having some issues with me. :-( I cannot launch Control Center | Desktop Effects. Here is the output of three different commands I tried running (see below). Any ideas on what broke and how to fix it?
You have tried compiz-manager. I would reload compiz from the 1-click install: http://en.opensuse.org/Compiz_Fusion.
Also, I suspect that you may have a corrupt xorg.conf. If you are running an ATI card, don't forget you need to enable AIGLX and a few others. Here is an excerpt containing the information.
Section "Device" BoardName "ATI MOBILITY RADEON 9600/9700 Series (M10/M11 4E50)" Driver "fglrx" Identifier "Device[0]" Option "FSAADisableGamma" "no" Option "CapabilitiesEx" "0x00000000" Option "CenterMode" "off" Option "FSAAMSPosX3" "0.000000" Option "FSAAMSPosX4" "0.000000" Option "mtrr" "off" Option "FSAAMSPosY1" "0.000000" Option "FSAAScale" "1" Option "FSAAMSPosY2" "0.000000" Option "FSAAMSPosX5" "0.000000" Option "ForceGenericCPU" "no" Option "GammaCorrectionI" "0x00000000" Option "FSAAMSPosX0" "0.000000" Option "FSAAMSPosY3" "0.000000" Option "FSAAMSPosY4" "0.000000" Option "no_accel" "no" Option "FSAACustomizeMSPos" "no" Option "FSAAMSPosY5" "0.000000" Option "UseFastTLS" "1" Option "GammaCorrectionII" "0x00000000" Option "BlockSignalsOnLock" "on" Option "FSAAEnable" "no" Option "VideoOverlay" "on" Option "Capabilities" "0x00000000" Option "no_dri" "no" Option "StereoSyncEnable" "1" Option "PseudoColorVisuals" "off" Option "UseInternalAGPGART" "no" Option "FSAAMSPosX1" "0.000000" Option "Stereo" "off" Option "FSAAMSPosX2" "0.000000" Option "OpenGLOverlay" "off" Option "FSAAMSPosY0" "0.000000" Option "ScreenOverlap" "0" Option "CenterMode" "off" Option "EnablePrivateBackZ" "no" Option "backingstore" "true" Option "XAANoOffscreenPixmaps" "true" VendorName "ATI" EndSection
Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" InputDevice "Mouse[3]" "SendCoreEvents" Option "Clone" "off" Option "Xinerama" "off" Option "AIGLX" "True" Screen "Screen[0]" EndSection
Section "DRI" Group "video" Mode 0660 EndSection
Section "Extensions" Option "DAMAGE" "true" Option "Composite" "true" EndSection