User Tools

Site Tools


ubuntu:gpu:opengl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:gpu:opengl [2023/06/04 21:38] peterubuntu:gpu:opengl [2023/06/25 09:49] (current) peter
Line 3: Line 3:
 **OpenGL** is a cross-platform, industry standard graphics programming API for 3D graphics. **OpenGL** is a cross-platform, industry standard graphics programming API for 3D graphics.
  
-----+  * It handled the hardware-accelerated rendering of 2D and 3D graphics.
  
-[[Ubuntu:GPU:OpenGL:Determine the OpenGL version|Determine the OpenGL version]]+OpenGL is not exactly a library because each vendor has to implement the specification to produce an OpenGL library.  
 + 
 +  * Therefore, on Linux-based distributions, the libGL.so library file will be different for each vendor.
  
 ---- ----
  
-===== Determine the OpenGL version =====+[[Ubuntu:GPU:OpenGL:Check whether 3D acceleration is working|Check whether 3D acceleration is working]]
  
-==== Install mesa-utils ====+[[Ubuntu:GPU:OpenGL:Determine the OpenGL version|Determine the OpenGL version]]
  
-<code bash> +[[Ubuntu:GPU:OpenGL:Get OpenGL Info|Get OpenGL Info]]
-sudo apt install mesa-utils +
-</code>+
  
-==== Check OpenGL Version ==== +[[Ubuntu:GPU:OpenGL:Get the OpenGL Renderer|Get the OpenGL Renderer]]
- +
-<code bash> +
-glxinfo | grep "OpenGL version" +
-</code> +
- +
-returns: +
- +
-<code bash> +
-OpenGL version string4.6 (Compatibility Profile) Mesa 20.3.0-devel (git-7c98066 2020-08-18 focal-oibaf-ppa) +
-</code>+
  
 ---- ----
- 
  
 ====== References ====== ====== References ======
  
 https://www.opengl.org/ https://www.opengl.org/
ubuntu/gpu/opengl.1685914723.txt.gz · Last modified: 2023/06/04 21:38 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki