Am Thu, 23 Nov 2006 08:49:42 +0100 hat Jörn Rink j.rink@freenet.de (Jörn Rink) folgendes geschrieben:
No, the patch is not included. Current version is "xorg-x11-drv-savage-2.1.1-5.fc6" from August 2006. I had submitted the patch I am talking about mid-September 2006 as
https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=136548thanks for this info and for your help.
Hi, i implemented the patch, dri is active, glxgears runs one time with black windows, after that glxinfo shows no info about gl.
an strace of glxinfo and glxgears shows both:
open("/dev/dri/card0", O_RDWR) = 4 ioctl(4, DECODER_SET_PICTURE, 0xbfe73d90) = -1 EACCES (Permission denied) ioctl(4, DECODER_GET_CAPABILITIES, 0xbfe73d94) = 0 ioctl(4, DECODER_GET_CAPABILITIES, 0xbfe73d94) = 0
selinux is not active and xorg.conf has:
Section "DRI" Group 0 Mode 0666 EndSection
I have a free partition on my t23 and i make a fresh fc6 install next weekend. Perhaps it is a corrupt update, because strace after the permission denied in glxgears and glxinfo shows: stat64("/lib/i686", {st_mode=S_IFDIR| 0755, st_size=4096, ...}) = 0 open ("/lib/libtxc_dxtn.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/lib", {st_mode=S_IFDIR|0libtxc_dxtn.so755, st_size=12288, ...}) = 0 open("/usr/lib/tls/i686/libtxc_dxtn.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/tls/i686", 0xbfae4f50) = -1 ENOENT (No such file or directory)
I have no libtxc_dxtn.so installed.