Re: DRI woes with RV280 and i875P
Wolfgang Köbler <[email protected]>
| Newsgroups | gmane.comp.video.dri.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I read your Mail on http://archive.netbsd.se/?ml=dri-users&a=2006-11&m=2540215 I had a similar problem with r300 (also lots of DISPATCH ERROR) and solved it. AFAICS the reason for my problem was simple: I had wrong permissions on /usr/local/lib/*, so the old libs were used together with the new dri-drivers. (I did not need to rebuild the xserver to fix it.) In case you still have your compiled cvs stuff available, try > ldd `which glxinfo` Then check that libGL libGLU libglut and libdrm all point to your self-compiled libs (/usr/local/lib/ or whereever you installed it). Also make sure *_dri.so are installed where your newly compiled libs expect them (see Mesa/config/default). Of course, your problem may have a completely different reason. Bye, Wolfgang ------------------------------------------------------------------------- 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 --