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 [2020/08/18 21:24] 192.168.1.1ubuntu: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.
  
-===== Determine the OpenGL version =====+OpenGL is not exactly a library because each vendor has to implement the specification to produce an OpenGL library. 
  
-==== Install mesa-utils ====+  * Therefore, on Linux-based distributions, the libGL.so library file will be different for each vendor.
  
-<code bash> +----
-sudo apt install mesa-utils +
-</code>+
  
-==== Check OpenGL Version ====+[[Ubuntu:GPU:OpenGL:Check whether 3D acceleration is working|Check whether 3D acceleration is working]]
  
-<code bash> +[[Ubuntu:GPU:OpenGL:Determine the OpenGL version|Determine the OpenGL version]]
-glxinfo grep "OpenGL version+
-</code>+
  
-returns:+[[Ubuntu:GPU:OpenGL:Get OpenGL Info|Get OpenGL Info]]
  
-<code bash> +[[Ubuntu:GPU:OpenGL:Get the OpenGL Renderer|Get the OpenGL Renderer]]
-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.1597785852.txt.gz · Last modified: 2020/08/18 21:24 by 192.168.1.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki