You are not logged in.

#1 2007-08-16 13:51:31

lavs23
Member
Registered: 2007-08-16
Posts: 14

Compiz Fusion no borders issue help needed

I'm trying to get compiz fusion to work on my new arch linux distribution.  I've got KDE up and running and it's working great.  I followed the wiki article to get compiz fusion to work and I've had fusion working under Kubuntu and PCLOS.  Any help would be much appreciated.

Here's my xorg.conf file, I've got AddARGBGLXVisuals true and Default Depth set to 24 with composite extension.

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
    InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "glx"
    Load           "extmod"
EndSection

Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       28.0 - 72.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nVidia Corporation G70 [GeForce Go 7600]"
    Driver         "nvidia"
    Option    "RenderAccel" "true"
    Option    "AllowGLXWithComposite" "true"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation G70 [GeForce Go 7600]"
    Monitor        "Generic Monitor"
    DefaultDepth   24
    Option    "AddARGBGLXVisuals" "true"
    Option         "DisableGLXRootClipping" "true"
    Option         "NoLogo" "true"
#    Option         "AllowGLXWithComposite" "true"
    SubSection     "Display"
        Depth       1
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1440x900"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

This is what happens when I run fusion-icon

$ fusion-icon
* Using the Qt4 Interface
* No module named PyQt4
... Trying another interface
* Using the Qt3 Interface
libccs: dlopen: /usr/lib/compizconfig/backends/libkconfig.so: cannot open shared object file: No such file or directory
Backend     : ini
Integration : true
Profile     : default
Adding plugin decoration (decoration)
Initializing decoration options...done
* Searching for installed applications...
/usr/bin/ccsm
/usr/bin/compiz
/usr/bin/gtk-window-decorator
/usr/bin/kde-window-decorator
/usr/bin/emerald
/usr/bin/metacity
/opt/kde/bin/kwin
* kde session
* Decorator "" is invalid.
... choosing kde-window-decorator --replace as default decorator
* nvidia found, exporting: __GL_YIELD="NOTHING"
* Executing: compiz --replace --sm-disable --ignore-desktop-hints ccp
libccs: dlopen: /usr/lib/compizconfig/backends/libkconfig.so: cannot open shared object file: No such file or directory
Backend     : ini
Integration : true
Profile     : default
Adding plugin move (move)
Adding plugin animation (animation)
Adding plugin splash (splash)
Adding plugin rotate (rotate)
Adding plugin thumbnail (thumbnail)
Adding plugin resizeinfo (resizeinfo)
Adding plugin fs (fs)
Adding plugin cubereflex (cubereflex)
Adding plugin glib (glib)
Adding plugin tile (tile)
Adding plugin put (put)
Adding core settings (General Options)
Adding plugin widget (widget)
Adding plugin fakeargb (fakeargb)
Adding plugin snow (snow)
Adding plugin minimize (minimize)
Adding plugin text (text)
Adding plugin scaleaddon (scaleaddon)
Adding plugin video (video)
Adding plugin mblur (mblur)
Adding plugin extrawm (extrawm)
Adding plugin plane (plane)
Adding plugin firepaint (firepaint)
Adding plugin shift (shift)
Adding plugin gears (gears)
Adding plugin neg (neg)
Adding plugin trailfocus (trailfocus)
Adding plugin mswitch (mswitch)
Adding plugin addhelper (addhelper)
Adding plugin expo (expo)
Adding plugin annotate (annotate)
Adding plugin zoom (zoom)
Adding plugin snap (snap)
Adding plugin fade (fade)
Adding plugin imgjpeg (imgjpeg)
Adding plugin dbus (dbus)
Adding plugin showdesktop (showdesktop)
Adding plugin crashhandler (crashhandler)
Adding plugin scale (scale)
Adding plugin clone (clone)
Adding plugin screenshot (screenshot)
Adding plugin opacify (opacify)
Adding plugin wall (wall)
Adding plugin scalefilter (scalefilter)
Adding plugin water (water)
Adding plugin resize (resize)
Adding plugin inotify (inotify)
Adding plugin workarounds (workarounds)
Adding plugin png (png)
Adding plugin switcher (switcher)
Adding plugin ring (ring)
Adding plugin vpswitch (vpswitch)
Adding plugin group (group)
Adding plugin colorfilter (colorfilter)
Adding plugin blur (blur)
Adding plugin winrules (winrules)
Adding plugin fadedesktop (fadedesktop)
Adding plugin reflex (reflex)
Adding plugin place (place)
Adding plugin bench (bench)
Adding plugin cubecaps (cubecaps)
Adding plugin cube (cube)
Adding plugin ezoom (ezoom)
Adding plugin wobbly (wobbly)
Adding plugin decoration (decoration)
Adding plugin svg (svg)
Adding plugin regex (regex)
Initializing core options...done
Initializing place options...done
Initializing move options...done
Initializing resize options...done
Initializing decoration options...done
Initializing wobbly options...done
Initializing cube options...done
Initializing fade options...done
Initializing minimize options...done
Initializing rotate options...done
Initializing scale options...done
Initializing switcher options...done
Initializing workarounds options...done
Initializing zoom options...done

Any ideas?

EDIT: Compiz is running, I can move the windows with Alt.  When I run compiz --replace in terminal there is no output.

Last edited by lavs23 (2007-08-16 13:54:54)

Offline

#2 2007-08-16 14:53:14

Mefju
Member
From: Poland
Registered: 2006-07-12
Posts: 104

Re: Compiz Fusion no borders issue help needed

Did you install correct version of emerald? Maybe you have old one from previous beryl release.

Offline

#3 2007-08-16 16:04:03

lavs23
Member
Registered: 2007-08-16
Posts: 14

Re: Compiz Fusion no borders issue help needed

I wouldn't think so because this was a fresh install of Arch Linux and I haven't put beryl on there but you might be right.  Just to test I completely uninstalled compiz-fusion and installed beryl which seems to work just fine.  So either I had the wrong version of emerald because pacman took the file from extra instead of the compiz-fusion repo or compiz-fusion-git was buggy and didn't work.  I tried to reinstall compiz-fusion but I was getting server errors.  I'll try to install compiz-fusion-git again later today.  Beryl is working for me now though.  Thanks for the help.

Offline

#4 2009-04-26 12:51:19

TripleE
Member
From: Houston, TX
Registered: 2006-10-10
Posts: 64

Re: Compiz Fusion no borders issue help needed

For me, Windows Decorations was not checked.  Once I did that I had borders.  Then I had to Windows Management section to activate Move Window and Resize Window.  You can tweak it from there.


HP Chromebook 14

Offline

#5 2009-04-27 00:58:42

joephantom
Member
From: Latinoamérica
Registered: 2008-01-09
Posts: 94
Website

Re: Compiz Fusion no borders issue help needed

Note: Compiz basic plugins are not enabled by default. You should enable "Move Window", "Resize Window", and "Window decoration" plugins in settings manager from fusion-icon to have a usable window manager.
source: http://wiki.archlinux.org/index.php/Compiz


By striving to do the impossible, man has always achieved what is possible. Those who have cautiously done no more than they believed possible have never taken a single step forward - Mikhail Bakunin

Offline

Board footer

Powered by FluxBB