Re: direct rendering not working; no clue why
"Joel Fried" <[email protected]> Sat, 2 Dec 2006 13:46:23 -0500
| Newsgroups | gmane.comp.video.dri.user |
|---|---|
| Message-ID | <[email protected]> |
First attempt:
[kraada@www ~]#LIBGL_DEBUG=verbose glxgears
libGL: XF86DRIGetClientDriverName: 5.2.0 r200 (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/r200_dri.so
libGL error: dlopen /usr/X11R6/lib/modules/dri/r200_dri.so failed
(/usr/X11R6/lib/modules/dri/r200_dri.so: cannot open shared object file: No
such file or directory)
libGL error: unable to find driver: r200_dri.so
libGL: XF86DRIGetClientDriverName: 5.2.0 r200 (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/r200_dri.so
libGL error: dlopen /usr/X11R6/lib/modules/dri/r200_dri.so failed
(/usr/X11R6/lib/modules/dri/r200_dri.so: cannot open shared object file: No
such file or directory)
libGL error: unable to find driver: r200_dri.so
Yup that would clearly seem to be a problem.
In fact /usr/X11R6/lib/ didn't even have a modules directory.
However:
[root@www /usr/X11R6/lib]#locate -i r200_dri
/usr/lib/dri/r200_dri.so
So I went to /usr/X11R6/lib/ created a modules directory and added a symlink
to /usr/lib/dri/ . . .
Then I got this result:
[kraada@www ~]#LIBGL_DEBUG=verbose glxgears
libGL: XF86DRIGetClientDriverName: 5.2.0 r200 (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/r200_dri.so
libGL error: dlopen /usr/X11R6/lib/modules/dri/r200_dri.so failed
(/usr/X11R6/lib/modules/dri/r200_dri.so: undefined symbol:
_glapi_set_warning_func)
libGL error: unable to find driver: r200_dri.so
libGL: XF86DRIGetClientDriverName: 5.2.0 r200 (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/r200_dri.so
libGL error: dlopen /usr/X11R6/lib/modules/dri/r200_dri.so failed
(/usr/X11R6/lib/modules/dri/r200_dri.so: undefined symbol:
_glapi_set_warning_func)
libGL error: unable to find driver: r200_dri.so
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 2891 requests (145 known processed) with 0 events remaining.
Also, should it make a difference:
[root@www /usr/X11R6/lib]#dpkg -S r200_dri.so
libgl1-mesa-dri: /usr/lib/dri/r200_dri.so
Joel
On 12/2/06, Alex Deucher <[email protected]> wrote:
>
> On 11/7/06, Joel Fried <[email protected]> wrote:
> > Hi guys, I'm trying to get direct rendering working on my Radeon 9200
> > (rv280), and I can't for the life of me figure out why it won't work.
> >
> > I'm running Debian unstable, 2.6.16-2-k7-smp. It took me a while to
> find
> > the "BusType PCI" option for xorg.conf, and that seems to have made some
> > things better, but now I'm at a loss, since it appears that the Xorg
> logs
> > has acceleration enabled . . . but glxinfo says not, and since I can
> count
> > the frames on glxgears, I'm pretty sure there's no acceleration.
> >
> > Assorted info is attached, if there's anything else that might be of
> use,
> > I'll gladly provide it.
> >
> > I'm just baffled. Any help is appreciated.
>
>
> your server log shows that it's enabled, so it should be working. I
> suspect you a lib or permisssions problem. trying running:
> LIBGL_DEBUG=verbose glxgears
> and see what the output is. I suspect you have a old libGL lying
> around or something like that.
>
> Alex
>
> >
> > Thanks a bunch!
> >
> > Joel
> >
>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
_______________________________________________
Dri-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-users