Please do not reply to this email: if you want to comment on the bug, go to 
the URL shown below and enter your comments there.    
   
http://bugs.xfree86.org/show_bug.cgi?id=609     
     




------- Additional Comments From [EMAIL PROTECTED]  2003-18-08 15:43 -------
Looks like something in the driver loader doesn't right: 
 
name of display: :0.0 
libGL: XF86DRIGetClientDriverName: 4.0.1 radeon (screen 0) 
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/radeon_dri.so 
libGL error: dlopen /usr/X11R6/lib/modules/dri/radeon_dri.so failed (/usr/
X11R6/lib/modules/dri/radeon_dri.so: undefined symbol: xf86LoadKernelModule) 
libGL error: unable to find driver: radeon_dri.so 
libGL: XF86DRIGetClientDriverName: 4.0.1 radeon (screen 0) 
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/radeon_dri.so 
libGL error: dlopen /usr/X11R6/lib/modules/dri/radeon_dri.so failed (/usr/
X11R6/lib/modules/dri/radeon_dri.so: undefined symbol: xf86LoadKernelModule) 
libGL error: unable to find driver: radeon_dri.so 
 
nm shows xf86LoadKernelModule is unresolved in /usr/X11R6/lib/modules/dri/
radeon_dri.so and /usr/X11R6/lib/modules/linux/libdrm.a. 
 
nm /usr/X11R6/bin/XFree86 shows xf86LoadKernelModule being defined in XFree86 
itself though. 
 
# nm /usr/X11R6/lib/modules/linux/libdrm.a |grep LoadKernelModule 
         U xf86LoadKernelModule 
# nm /usr/X11R6/lib/modules/dri/radeon_dri.so |grep LoadKernelModule 
         U xf86LoadKernelModule 
# nm /usr/X11R6/bin/XFree86 |grep LoadKernelModule 
081a2490 T xf86LoadKernelModule 
      
     
--      
Configure bugmail: http://bugs.xfree86.org/userprefs.cgi?tab=email     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to