Pagina 1 di 1

Problem with Compiz-Fusion

Inviato: mer 19 set 2007, 19:12
da Lockywolf
compiz-fusion from Slacky - 0.5.2

when i run

compiz --replace

it prints

Codice: Seleziona tutto

compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing 
compiz (core) - Error: Failed to manage screen: 0 
compiz (core) - Fatal: No manageable screens found on display :0
but at the same time

Codice: Seleziona tutto

cat /var/log/Xorg.0.log|grep AIGLX
(==) AIGLX enabled
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i965_dri.so

Codice: Seleziona tutto

cat /var/log/Xorg.0.log|grep COMPOSITE
(II) Initializing built-in extension COMPOSITE

Codice: Seleziona tutto

glxinfo |grep EXT_texture_from_pixmap
libGL warning: 3D driver claims to not support visual 0x63
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
what is the problem? VideoCard - Intel X3100

CF 0.5 worked, with some issues, but 0.5.2 prints this error...

Inviato: mer 19 set 2007, 20:42
da ekxius
i suppose that you have direct rendering enabled.
have you edit /etc/X11/xorg.conf for compositing?
see my wiki for editing xorg at:

http://www.slacky.eu/wikislack/index.ph ... w_managers

see you! :D

Inviato: gio 20 set 2007, 0:45
da urka58
First make sure you have all dependacies installed (pycairo, pygobject, pygtk, libsexy, sexy-pyt) If using Gnome they should, standard installation of KDE doesn't provide such libraries. They are not strictly required by compiz, but configuration tools such as ccsm and emerald config do not work without.
You also need to launch compiz with plugins. The simplest method is you launch it with ccp (a sort of plugin of plugins) this way
compiz --replace ccp &
followed by ie
emerald --replace &
or if you want
kde-window-decorator --replace &
If you do not enable any window decorator you'll get no bordered windows
Hope this helps
ciao

Inviato: gio 20 set 2007, 9:12
da Lockywolf
i suppose that you have direct rendering enabled.

Codice: Seleziona tutto

libGL warning: 3D driver claims to not support visual 0x63
direct rendering: Yes
OpenGL renderer string: Mesa DRI Intel(R) 965GM 4.1.3002 x86/MMX/SSE2
compiz --replace ccp &

Codice: Seleziona tutto

compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing 
compiz (core) - Error: Failed to manage screen: 0 
compiz (core) - Fatal: No manageable screens found on display :0

Inviato: gio 20 set 2007, 10:01
da aschenaz
I realize I'm saying a stupid thing, but I've better try:

You aren't starting compiz as root, are you?

Inviato: gio 20 set 2007, 11:36
da Lockywolf
You aren't starting compiz as root, are you?
Tried both as root and as normal user.

Inviato: gio 20 set 2007, 11:49
da alexxxius
hi, try with this:

Codice: Seleziona tutto

kde-window-decorator --replace & LIBGL_ALWAYS_INDIRECT=1 compiz --replace  ccp &
this command is for ati video card but maybe..

Inviato: gio 20 set 2007, 21:29
da urka58
You said compiz 0.50 was working for you, so your /etc/xorg.conf should be fine.
Can you tell us what packages did you install exactly ?
I suspect there something missing. Please consider compiz 0.50 was the last release from "compiz" before they joined the "fusion" group. His structure is slighty different from the further compiz-fusion which do not have windows decorators built in. (they are separate packages). I'd suggest you have a look here, may be you find what went wrong with your installation
http://wiki.compiz-fusion.org/
Hope this helps
ciao