Michel Dänzer wrote:

> No, the Debian XFree86 packages always go into /usr/X11R6.
> /usr/X11R6-DRI is a popular place for custom DRI CVS builds.

Well, it still doesn't work with the new 2.4.16 kernel (using the r128 module 
from the kernel tree).

The xlibmesa and xserver versions are identical :

  root@ambre:/lib# dpkg -l | grep xserver-xf
  ii  xserver-xfree8 4.1.0-9        the XFree86 X server
  root@ambre:/lib# dpkg -l | grep xlibmesa
  ii  xlibmesa-dev   4.1.0-9        XFree86 version of Mesa 3D graphics library
  ii  xlibmesa3      4.1.0-9        XFree86 version of Mesa 3D graphics library

The libs used seem to be the right ones :

  root@ambre:/lib#  ldd /usr/lib/xscreensaver/gears
  libGL.so.1 => /usr/X11R6/lib/libGL.so.1 (0x40025000)
  libGLU.so.1 => /usr/X11R6/lib/libGLU.so.1 (0x4008d000)

  root@ambre:/lib# dpkg -L xlibmesa3
  /usr/X11R6/lib/libGL.so.1.2
  /usr/X11R6/lib/libGLU.so.1.3

  root@ambre:/lib# ls -l /usr/X11R6/lib/libGL.so.1 /usr/X11R6/lib/libGLU.so.1
  lrwxrwxrwx    1 root     root           27 nov 12 14:25
                     /usr/X11R6/lib/libGL.so.1 -> /usr/X11R6/lib/libGL.so.1.2
  lrwxrwxrwx    1 root     root           28 nov 12 14:25
                     /usr/X11R6/lib/libGLU.so.1 -> /usr/X11R6/lib/libGLU.so.1.3

And still :

  root@ambre:~# /usr/lib/xscreensaver/gears
  drmR128Clear: return = -22
  root@ambre:~# tail -1 /var/log/syslog
  Nov 29 11:55:10 ambre kernel: [drm:r128_cce_vertex] *ERROR* process 1024
                                using buffer owned by 0

Is there any more information I can provide? Strace logs? Some more heavy 
debugging, maybe?

Regards,

   Daniel


_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to