I believe that the problem is in the hardware acceleration. By moving that
module, X can no longer find it. Therefore it disables DRI and falls back on
software rendering.
I'll bet that you don't get a particulary good framerate.
Unfortunetly I do not know where to go from here ;)
Perhaps other people might know.
JohnFlux
On Thursday 30 January 2003 10:04 pm, Jordi Ferrer Plana wrote:
> Oh my good!
>
> I do:
> > strace glxinfo
> >
> > And tell us the results.
>
> And I saw:
> open("/usr/X11R6/lib/modules/dri/r128_dri.so", O_RDONLY) = 5
> read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340Z\0"...,
> 1024) = 1024
> fstat64(5, {st_mode=S_IFREG|0755, st_size=1536959, ...}) = 0
> old_mmap(NULL, 1463984, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) =
> 0x403c0000
> mprotect(0x40517000, 59056, PROT_NONE) = 0
> old_mmap(0x40517000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED,
> 5, 0x156000) = 0x40517000
> old_mmap(0x4051b000, 42672, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4051b000
> close(5) = 0
> --- SIGSEGV (Segmentation fault) ---
> +++ killed by SIGSEGV +++
>
> Then I have moved /usr/X11R6/lib/modules/dri/r128_dri.so to
> /usr/X11R6/lib/modules/dri/r128_dri.so.old
>
> and now are working fine all gl applications... Perhaps that can help to
> know what's the problem...
_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86