You are not logged in.
So im starting compiz with the following script..
#!/bin/bash
fusion-icon &
emerald --replace &
compiz-manager &it starts and I get the compositing effects, I can open a terminal and get true transparency but i dont get any window borders.
Then in the fusion-icon box in the gnome task manager, I can select either gtk-window-decorator or emerald, but neither load, in the terminal window it just says "setting emerald, emerald --repalce", dosent list an error but the decorator dosent load.
here is a screenshot of what happens..
And xorg.conf
# Crookseys xorg.conf
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
EndSection
Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
EndSection
Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection
Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection
Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option         "RenderAccel" "True"
    Option         "RandRRotation" "True"
    Option         "DisableGLXRootClipping" "true"
    Option         "BackStoring" "True"
EndSection
Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8600 GTS"
EndSection
Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    Option         "TwinView" "0"
    Option         "metamodes" "1920x1200 +0+0; 1280x1024 +0+0; 1024x768 +0+0; 800x600 +0+0; 640x480 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
Section "Extensions"
    Option         "Composite" "Enable"
#Option "RENDER" "Enable"
EndSectionArch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)
Offline
you have to enable windows decoration plugin.
Give what you have. To someone, it may be better than you dare to think.
Offline
How do I do that then?
Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)
Offline
from compiz-fusion configuration panel. i don't know the name but is the place from where do you enable and disable effects.
Give what you have. To someone, it may be better than you dare to think.
Offline
Thanks, sorted it.
Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)
Offline