Compiz not working in OpenSuse 11.1

Hi, I have been using OpenSuse 11 for quite a while and it runs hassle free. I’ve set it up as primarily as a file server (samba) on a windows network for backup purposes. With this OpenSuse machine I can always impress my fellow employees with some nice eye candy - compiz fusion.

Last week I installed OpenSuse 11.1 hassle free, but compiz fusion does not work out of the box. I remember the first thing I tested was compiz fusion when I installed OpenSuse 11, it worked straight away.

I am not too clued up with the graphic configuration, why does compiz not work in OpenSuse 11.1. I have a standard Intel dual core with onboard Intel graphics.

Thanks
Henk

Hi,

Are you using KDE or Gnome and which version? What specific Intel graphics do you have?

Take Care,

Ian

Hi Ian, thanks for your quick response.

I am using KDE 4. The intel graphics is the 915m family.

Thanks

Then why use compiz. Kwin offers a lot of compiz’s features. But AFAICS you don’t have compositing enabled.

Can you post output of:
cat /etc/X11/xorg.conf

Intel graphics cards SHOULD work out of the box.

Follow these instructions to getting the newest compiz fusion working with any version of KDE other than 4.2.

Compiz Fusion on 4.3 X - openSUSE Forums

The one click installer is located here:

Compiz Fusion - openSUSE

Take Care,

Ian

Also,

To configure compiz correctly follow these steps for everything after the installation.

Compiz hell ? Need help - openSUSE Forums

Take Care,

Ian

HI Ian, Thanks again, I will try all your suggestions. My output of the file is as follow:

/…/

SaX generated X11 config file

Created on: 2009-08-13T19:45:29+0200.

Version: 8.1

Contact: Marcus Schaefer <sax@suse.de>, 2005

Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>

Automatically generated by [ISaX] (8.1)

PLEASE DO NOT EDIT THIS FILE!

Section “Files”
FontPath “/usr/share/fonts/misc:unscaled”
FontPath “/usr/share/fonts/local”
FontPath “/usr/share/fonts/75dpi:unscaled”
FontPath “/usr/share/fonts/100dpi:unscaled”
FontPath “/usr/share/fonts/Type1”
FontPath “/usr/share/fonts/URW”
FontPath “/usr/share/fonts/Speedo”
FontPath “/usr/share/fonts/PEX”
FontPath “/usr/share/fonts/cyrillic”
FontPath “/usr/share/fonts/latin2/misc:unscaled”
FontPath “/usr/share/fonts/latin2/75dpi:unscaled”
FontPath “/usr/share/fonts/latin2/100dpi:unscaled”
FontPath “/usr/share/fonts/latin2/Type1”
FontPath “/usr/share/fonts/latin7/75dpi:unscaled”
FontPath “/usr/share/fonts/baekmuk:unscaled”
FontPath “/usr/share/fonts/japanese:unscaled”
FontPath “/usr/share/fonts/kwintv”
FontPath “/usr/share/fonts/truetype”
FontPath “/usr/share/fonts/uni:unscaled”
FontPath “/usr/share/fonts/CID”
FontPath “/usr/share/fonts/ucs/misc:unscaled”
FontPath “/usr/share/fonts/ucs/75dpi:unscaled”
FontPath “/usr/share/fonts/ucs/100dpi:unscaled”
FontPath “/usr/share/fonts/hellas/misc:unscaled”
FontPath “/usr/share/fonts/hellas/75dpi:unscaled”
FontPath “/usr/share/fonts/hellas/100dpi:unscaled”
FontPath “/usr/share/fonts/hellas/Type1”
FontPath “/usr/share/fonts/misc/sgi:unscaled”
FontPath “/usr/share/fonts/xtest”
FontPath “/opt/kde3/share/fonts”
InputDevices “/dev/gpmdata”
InputDevices “/dev/input/mice”
EndSection

Section “ServerFlags”
Option “AIGLX” “on”
Option “AllowMouseOpenFail” “on”
Option “ZapWarning” “on”
EndSection

Section “Module”
Load “dri”
Load “dbe”
Load “freetype”
Load “extmod”
Load “glx”
EndSection

Section “InputDevice”
Driver “kbd”
Identifier “Keyboard[0]”
Option “Protocol” “Standard”
Option “XkbLayout” “us”
Option “XkbModel” “microsoftpro”
Option “XkbRules” “xfree86”
EndSection

Section “InputDevice”
Driver “mouse”
Identifier “Mouse[1]”
Option “Buttons” “5”
Option “Device” “/dev/input/mice”
Option “Name” “ImPS/2 Logitech Wheel Mouse”
Option “Protocol” “explorerps/2”
Option “Vendor” “Sysp”
Option “ZAxisMapping” “4 5”
EndSection

Section “Monitor”
Option “CalcAlgorithm” “XServerPool”
DisplaySize 304 228
HorizSync 30-50
Identifier “Monitor[0]”
ModelName “LGPHILIPSLCD LCD MONITOR”
Option “DPMS”
Option “PreferredMode” “1024x768”
VendorName “LPL”
VertRefresh 43-60
UseModes “Modes[0]”
EndSection

Section “Modes”
Identifier “Modes[0]”
EndSection

Section “Screen”
DefaultDepth 24
SubSection “Display”
Depth 15
Modes “1024x768”
Virtual 2048 1200
EndSubSection
SubSection “Display”
Depth 16
Modes “1024x768”
Virtual 2048 1200
EndSubSection
SubSection “Display”
Depth 24
Modes “1024x768”
Virtual 2048 1200
EndSubSection
SubSection “Display”
Depth 8
Modes “1024x768”
Virtual 2048 1200
EndSubSection
Device “Device[0]”
Identifier “Screen[0]”
Monitor “Monitor[0]”
EndSection

Section “Device”
BoardName “915 GM”
Driver “intel”
Identifier “Device[0]”
Option “monitor-LVDS” “Monitor[0]”
VendorName “Intel”
EndSection

Section “ServerLayout”
Identifier “Layout[all]”
InputDevice “Keyboard[0]” “CoreKeyboard”
InputDevice “Mouse[1]” “CorePointer”
Option “Clone” “off”
Option “Xinerama” “off”
Screen “Screen[0]”
EndSection

Section “DRI”
Group “video”
Mode 0660
EndSection

Section “Extensions”
Option “Composite” “on”
EndSection

Thanks