[ltp] T43p, xf86-video-ati driver, compiz and ubuntu 7.10
freezing.
Raanan Manor
linux-thinkpad@linux-thinkpad.org
Thu, 31 Jan 2008 22:22:56 +0200
Hi, is this supposed to say undefined symbol ?
ldd -r r300_dri.so
undefined symbol: _glapi_add_dispatch (./r300_dri.so)
undefined symbol: _glapi_Context (./r300_dri.so)
undefined symbol: _glapi_get_context (./r300_dri.so)
undefined symbol: _glapi_Dispatch (./r300_dri.so)
undefined symbol: _glapi_get_dispatch (./r300_dri.so)
undefined symbol: _glapi_set_context (./r300_dri.so)
undefined symbol: _glapi_set_dispatch (./r300_dri.so)
undefined symbol: _glapi_get_dispatch_table_size (./r300_dri.so)
undefined symbol: _glapi_noop_enable_warnings (./r300_dri.so)
undefined symbol: _glapi_set_warning_func (./r300_dri.so)
linux-gate.so.1 => (0xffffe000)
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7d31000)
libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0
(0xb7d19000)
libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb7cf8000)
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7cf4000)
libdrm.so.2 => /usr/lib/libdrm.so.2 (0xb7cea000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7ba0000)
/lib/ld-linux.so.2 (0x80000000)
On Tue, 2008-01-29 at 10:55 -0500, Alex Deucher wrote:
> On Jan 29, 2008 10:46 AM, Raanan Manor <raanan@opcat.com> wrote:
> > Hi,
> >
> > I am using the ati driver from the git sources for a long time (xrandr
> > is great) , lately (in the last few weeks) after rebuilding from the
> > source and starting compiz in ubuntu 7.10 the system halts after a few
> > minuets of operation. This did not happened before.
> >
> > Ubuntu is completely halted and screen is frozen only a power-down takes
> > it out from this. If compiz is not working then everything works OK.
> >
> > Can anyone help to identify why is this happening ?
>
> Have you updated mesa or drm as well? Can you find out which
> component (mesa, drm, ddx) is causing the problem? If you can, it
> would be useful to isolate what commit is causing the problem using
> git bisect.
>
> Alex