You are not logged in.

#1 2009-06-05 00:57:08

the_fiction
Member
Registered: 2008-06-18
Posts: 4

Compiz question *

OK, so I've been running compiz-fusion for a while now with no troubles what so ever. I was playing around with some gtk themes from gnome-look with metacity as the wm. When I switched back to Compiz, nothing, no effects, etc. Launching from the command line with fusion-icon I get the following:

 * Detected Session: gnome
 * Searching for installed applications...
 * No GLX_EXT_texture_from_pixmap with direct rendering context
 ... present with indirect rendering, exporting: LIBGL_ALWAYS_INDIRECT=1
 * Using the GTK Interface
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".

(fusion-icon:3021): Gtk-WARNING **: Unable to locate theme engine in module_path: "ubuntulooks",
 * Metacity is already running

If I try compiz --replace, everything disappears except for my wallpaper and terminal window (no borders though).
Any thoughts? I suspect the GTK error is the culprit. I have since uninstalled all gtk themes that were installed, even reinstalled compiz, same error though.
Here is my xorg.conf in case it matters.

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "aticonfig-Screen[0]-0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load  "glx"
    Load  "dri"
    Load  "extmod"
    Load  "xtrap"
    Load  "dbe"
    Load  "freetype"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]-0"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"               # [<bool>]
        #Option     "DefaultRefresh"         # [<bool>]
        #Option     "ModeSetClearScreen"     # [<bool>]
    Identifier  "Card0"
    Driver      "vesa"
    VendorName  "ATI Technologies Inc"
    BoardName   "Radeon HD 3870"
    BusID       "PCI:1:0:0"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]-0"
    Driver      "fglrx"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth 24
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device     "aticonfig-Device[0]-0"
    Monitor    "aticonfig-Monitor[0]-0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes "1680x1050"
    EndSubSection
EndSection

Section "DRI"
    Mode 0666
EndSection

Last edited by B (2009-06-05 14:20:47)

Offline

#2 2009-06-05 07:55:09

Kerek
Member
Registered: 2009-06-02
Posts: 7

Re: Compiz question *

Suggestions:
Try setting up compiz to replace metacity as your default WM:
http://wiki.archlinux.org/index.php/Compiz#GNOME

Also, take a look at this thread:
http://ubuntuforums.org/showthread.php?t=530773

Or you can just start madly uninstalling libraries and reinstalling them in arbitrary order until something works. </humor>

Offline

#3 2009-06-05 11:57:56

randomguy
Member
Registered: 2007-06-19
Posts: 101

Re: Compiz question *

Also your gtk theme seems to depend on the ubuntulooks engine:

(fusion-icon:3021):Gtk-WARNING **: Unable to locate theme engine in module_path: "ubuntulooks",

You can get it from the aur.
[

Offline

Board footer

Powered by FluxBB