<br><br><div class="gmail_quote">On Wed, Nov 10, 2010 at 9:53 PM, NoOp <span dir="ltr"><<a href="mailto:glgxg@sbcglobal.net">glgxg@sbcglobal.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5">On 11/10/2010 01:25 PM, MirJafar Ali wrote:<br>
> Hello,<br>
><br>
> I don't have any graphics card ( Nvidia or AMD ) on my machine and using<br>
> Intel in-built graphics. Whenever I invoke<br>
> opengl application, I get the following messages:<br>
><br>
> libGL: OpenDriver: trying /usr/lib/dri/tls/i965_dri.so<br>
> libGL: OpenDriver: trying /usr/lib/dri/i965_dri.so<br>
> libGL: Can't open configuration file /etc/drirc: No such file or directory.<br>
> libGL: Can't open configuration file /home/mir/.drirc: No such file or<br>
> directory.<br>
> libGL: Can't open configuration file /etc/drirc: No such file or directory.<br>
<br>
</div></div>Perhaps try:<br>
<br>
$ sudo apt-get install driconf<br>
<br>
and then try System|Preferences|3D Acceleration<br>
<br>
Note: not sure as I haven't tried with an i965. Also google for:<br>
<<a href="http://www.google.com/search?hl=en&complete=0&q=ubuntu+%2B" target="_blank">http://www.google.com/search?hl=en&complete=0&q=ubuntu+%2B</a>"%2Fetc%2Fdrirc%3A+No+such+file+or+directory"+%2Bi965&btnG=Search><br>
<div><div></div><div class="h5"><br>
<br>
<br>
--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</div></div></blockquote></div><br><br><br>Hello,<br><br>Thanks, it worked. But the libraries are stored in /usr/lib and not in /usr/lib/tls and it still look first in<br>/etc/drirc. So I had to manually place these copies, so no more messages.<br>
<br>Thanks.<br>Mir<br>