pues eso es lo que me dice al intentar lanzar compiz.
datos: debian sid + kde3.5 + driver nvidia funcionando (grafica nvidia 7300LE) + compiz-fusion instalado
'log' de fusion-icon (abro el fusion.-icon desde consola y lo que va haciendo lo refleja)
Código:
niky@debian-niky: ~ $ fusion-icon &
[1] 7575
niky@debian-niky: ~ $ * Detected Session: kde
* Searching for installed applications...
* NVIDIA on Xorg detected, exporting: __GL_YIELD=NOTHING
* Using the GTK Interface
* KWin is already running
* Setting decorator to KDE Window Decorator ("kde-window-decorator --replace")
* Setting window manager to Compiz
... executing: compiz.real --replace --sm-disable --ignore-desktop-hints ccp
--indirect-r ndering
compiz.real (core) - Error: Another window manager is already running on screen: 0
compiz.real (core) - Fatal: No manageable screens found on display :0
* Setting decorator to Emerald ("emerald --replace")
* Reloading compiz
... executing: compiz.real --replace --sm-disable --ignore-desktop-hints ccp
--indirect-r ndering
compiz.real (core) - Error: Another window manager is already running on screen: 0
compiz.real (core) - Fatal: No manageable screens found on display :0
* Setting window manager to KWin
niky@debian-niky: ~ $
decir que he intentado lanzarlo del mil maneras (compiz--replace, cerrando primero kwin, sin cerrarlo, solo con compiz, con -c emerald...) y haga lo que haga me dice eso.
en google he visto muchas cosas, pero compiz sigue sin arrancar.
xorg.conf (solo lo que he midificado)
Código:
Section "Module"
Load "glx"
# Load "extmod"
# Load "xtrap"
# Load "record"
# Load "GLcore"
# Load "dbe"
Load "dri"
EndSection
__________
Section "Extensions"
Option "Composite" "Enable"
EndSection
___________
SubSection "Display"
Viewport 0 0
Depth 24
Option "AddARGBGLXVisuals" "True"
EndSubSection
Option "AddARGBGLXVisuals" "true"
Option "TripleBuffer" "true"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
EndSection