Nick Hudson wrote:
> 
> Greetings,
> 
>         I have compiled glide and dri into the X server and now when I run glxinfo I 
>get these errors:
> 
> nhudson@nhudson:~$ glxinfo
> name of display: :0.0
> libGL: XF86DRIGetClientDriverName: 1.0.0 tdfx (screen 0)
> libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/tdfx_dri.so
> libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/tdfx_dri.so
> drmOpenByBusid: busid is PCI:1:5:0
> drmOpenDevice: minor is 0
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 4, (OK)
> drmOpenByBusid: drmOpenMinor returns 4
> drmOpenByBusid: drmGetBusid reports PCI:1:5:0
> libGL error: can't find Glide library, dlopen(libglide3-v3.so) and 
>dlopen(libglide3.so) both failed.
> libGL error: dlerror() message: /usr/lib/libglide3.so: undefined symbol: 
>_trisetup_3DNow_win_nocull_valid
> display: :0  screen: 0
> direct rendering: No
> 
> Does anyone have an idea of why it cant open glide?  Ive recompiled it 3 times and 
>all the same answer.

WHERE is your libglide3.so library located?  Obviously dlopen()
can't determine where it is.  Try putting it in /usr/lib/.


>  I also tried the DRI Setup tool but I guess thats broken because it gave me a seg 
>fault.
> 
> root@nhudson:/home/nhudson# ./DRIsetup-linux-i386 -vvvvv
> 
> Direct Rendering Infrastructure testing program
> 
> Checking your system.......
> 
> Your config file is /etc/X11/XF86Config
> Your module path is /usr/X11R6/lib/modules
> You are running in GLX Indirect Rendering Mode
> Segmentation fault

I don't know what would cause that.

-Brian

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

Reply via email to