PDA

View Full Version : GLX_EXT_texture_from_pixmap is missing


Duri
June 22nd, 2007, 06:52 AM
I downloaded the following directories (With git)


bcop
compizconfig-python
libcompizconfig
compiz
ccsm
plugins-extra
compizconfig-backend-gconf
emerald
plugins-main
compizconfig-backend-kconfig
emerald-themes
plugins-unsupported

I succesfully compiled and installed all of these programs, but when I try to start compiz I get the following error:
[code:9a9c6][root@localhost comfus]# compiz --replace
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.0
[/code:9a9c6]

I have an Intel i845 video card and I use Fedora 7.

adamk
June 22nd, 2007, 09:27 AM
You need to set LIBGL_ALWAYS_INDIRECT to true before running compiz and add --indirect-rendering as an option.

And I suggest adding the ccp plugin to the command you're running:

$ LIBGL_ALWAYS_INDIRECT=true compiz --replace --indirect-rendering ccp

Duri
June 22nd, 2007, 10:05 AM
It works! :)
Thank you!

Jupiter
June 22nd, 2007, 07:41 PM
It works! :)
Thank you!

Duri please prefix the title of the thread with [SOLVED] once you have
a working solution to the problem. This will help other users to find
a solution to the same problem, when they use the search feature of
the forum. You can edit the title by editing your first post in the thread.
I will take care of it for you today.

Thanks
Jupiter

Black_Gamer
June 23rd, 2007, 03:59 AM
Hi! I am using XGL+fglrx and i have this problem too. I used the above solution but it didn't work for me. Is there any other solution to this problem?
Thank's ;)

Fyda
June 23rd, 2007, 04:25 AM
[quote="Black_Gamer":e66d0]Hi! I am using XGL+fglrx and i have this problem too. I used the above solution but it didn't work for me. Is there any other solution to this problem?
Thank's ;)[/quote:e66d0]
The command for FGLRX users is this:
[code:e66d0]LD_PRELOAD=/usr/lib/fglrx/libGL.so.1.2.xlibmesa compiz --replace --sm-disable ccp &[/code:e66d0]

The various commands are listed [url=http://forums.opencompositing.org/viewtopic.php?f=51&t=758#p6439:e66d0]here[/url:e66d0], too.

adamk
June 23rd, 2007, 12:24 PM
He's using archlinux so the command you have him won't work. Unfortunately, I don't know what will.

Adam

Jupiter
June 23rd, 2007, 09:32 PM
He's using archlinux so the command you have him won't work. Unfortunately, I don't know what will.

Adam
The path in arch is just /usr/lib/libgls.so.etc...