Re: Haedware capability
sudeep <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <[email protected]> |
Srini wrote: > Dear all, > could anyone please tell how to find the Hardware graphics capability > in RHEL? > > Many thanks in Advance. > > Regards, > Srini. > > ------------------------------------------------------------------------ > > _______________________________________________ > mesa-users mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/mesa-users > Hi Srini, I am not an expert in this field, but I have done some study on this.According to my understanding, you can run some OpenGL application on top of Mesa-3D library and verify whether you use DRI(direct rendering infrastructure) path. For that you may need to configure the Mesa-3D library to use DRI. Then run some tools like 'glxinfo' and it would tell you whether you used DRI path. Also, you can insert some 'printk' inside your graphics driver and verify. Please share your thoughts about this approach. <drivers/gpu/drm/i915/i915_gem.c> I am also eager to know about this. Regards, Sudeep _______________________________________________ mesa-users mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-users