<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mesa Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/mesa/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 21 Jun 2018 20:44:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install Mesa 18.1.1 in Ubuntu 18.04?</title>
		<link>https://www.osradar.com/how-to-install-mesa-18-1-1-in-ubuntu-18-04/</link>
					<comments>https://www.osradar.com/how-to-install-mesa-18-1-1-in-ubuntu-18-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 21 Jun 2018 20:44:37 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Mesa]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=4143</guid>

					<description><![CDATA[<p>Mesa3D is an open source graphic library, maintained by freedesktop.org. is also where the X.org and Wayland graphics servers are hosted. Mesa3D provides generic OpenGL implementation for rendering three-dimensional graphics on multiple platforms. On Unix-based systems such as BSD derivatives, or Linux distributions, Mesa implements a manufacturer-independent translation layer between a graphics API such as [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-mesa-18-1-1-in-ubuntu-18-04/">How to install Mesa 18.1.1 in Ubuntu 18.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Mesa3D is an open source graphic library, maintained by <a href="https://www.freedesktop.org/">freedesktop.org.</a> is also where the X.org and Wayland graphics servers are hosted. <strong>Mesa3D provides generic OpenGL</strong> <strong>implementation</strong> for rendering three-dimensional graphics on multiple platforms.</p>
<figure id="attachment_4144" aria-describedby="caption-attachment-4144" style="width: 2000px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4144" src="https://www.osradar.com/wp-content/uploads/2018/06/1-12.png" alt="1.-OpenGL" width="2000" height="867" srcset="https://www.osradar.com/wp-content/uploads/2018/06/1-12.png 2000w, https://www.osradar.com/wp-content/uploads/2018/06/1-12-300x130.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/1-12-768x333.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/1-12-1024x444.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/1-12-696x302.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/1-12-1068x463.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/1-12-969x420.png 969w, https://www.osradar.com/wp-content/uploads/2018/06/1-12-1920x832.png 1920w" sizes="(max-width: 2000px) 100vw, 2000px" /><figcaption id="caption-attachment-4144" class="wp-caption-text">1.-OpenGL</figcaption></figure>
<p>On Unix-based systems such as BSD derivatives, or Linux distributions, Mesa implements a manufacturer-independent translation layer between a graphics API such as OpenGL and the graphics drivers in the core operating system. A variety of device drivers allows the <strong>Mesa libraries to be used in many different environments</strong> ranging from software emulation to complete hardware acceleration for modern GPUs.</p>
<p>The new version of Mesa3D brings us the following new features:</p>
<ul>
<li>OpenGL 3.1 with ARB_compatibility on nv50, nvc0, r600, radeonsi, softpipe, llvmpipe, svga</li>
<li>GL_ARB_bindless_texture on nvc0/maxwell+</li>
<li>GL_ARB_transform_feedback_overflow_query on nvc0</li>
<li>GL_EXT_semaphore on radeonsi</li>
<li>GL_EXT_semaphore_fd on radeonsi</li>
<li>GL_EXT_shader_framebuffer_fetch on i965 on desktop GL (GLES was already supported)</li>
<li>GL_EXT_shader_framebuffer_fetch_non_coherent on i965</li>
</ul>
<p>And many more. Also many bugs were fixed in this version.</p>
<p>However, having an updated version of Mesa may not be convenient. But if you want more performance from our graphics card, then this tutorial is for you.</p>
<h2>Installing Mesa3D</h2>
<p>Canonical has always moved the new releases from the Mesa suite to the Ubuntu operating system and today the developer Timo Aaltonen<strong> has reported that the latest Mesa 18.1.1</strong> version is now available through the official PPA repositories.</p>
<p>The game developers take Ubuntu as a reference in the GNU/LINUX world, so they always take care of the Graphic Card support.</p>
<p>The first thing we need to do is update the system:</p>
<p><strong>             sudo apt update &amp;&amp; sudo apt -y upgrade</strong></p>
<figure id="attachment_4145" aria-describedby="caption-attachment-4145" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4145" src="https://www.osradar.com/wp-content/uploads/2018/06/2-13.png" alt="2.- Upgrading the system" width="1366" height="741" srcset="https://www.osradar.com/wp-content/uploads/2018/06/2-13.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/2-13-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/2-13-768x417.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/2-13-1024x555.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/2-13-696x378.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/2-13-1068x579.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/2-13-774x420.png 774w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4145" class="wp-caption-text">2.- Upgrading the system</figcaption></figure>
<p>Then we add the repository where Mesa3D is located:</p>
<p><strong>            sudo add-apt-repository ppa:ubuntu-x-swat/updates</strong></p>
<figure id="attachment_4146" aria-describedby="caption-attachment-4146" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4146" src="https://www.osradar.com/wp-content/uploads/2018/06/3-13.png" alt="3.- Adding the repository" width="1366" height="741" srcset="https://www.osradar.com/wp-content/uploads/2018/06/3-13.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/3-13-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/3-13-768x417.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/3-13-1024x555.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/3-13-696x378.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/3-13-1068x579.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/3-13-774x420.png 774w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4146" class="wp-caption-text">3.- Adding the repository</figcaption></figure>
<p>Then we have to do a complete update on the distribution.</p>
<p><strong>           sudo apt dist-upgrade</strong></p>
<figure id="attachment_4147" aria-describedby="caption-attachment-4147" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4147" src="https://www.osradar.com/wp-content/uploads/2018/06/5-13.png" alt="4.- apt dist-upgrade" width="1366" height="741" srcset="https://www.osradar.com/wp-content/uploads/2018/06/5-13.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/5-13-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/5-13-768x417.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/5-13-1024x555.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/5-13-696x378.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/5-13-1068x579.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/5-13-774x420.png 774w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4147" class="wp-caption-text">4.- apt dist-upgrade</figcaption></figure>
<p><em>Note: The command &#8220;apt update&#8221; is not required any more in Ubuntu 18.04 since adding PPA automatically refreshes system repositories.</em></p>
<p>Then run the following command on a terminal:</p>
<p><strong>                   sudo apt install mesa-utils</strong></p>
<figure id="attachment_4149" aria-describedby="caption-attachment-4149" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4149" src="https://www.osradar.com/wp-content/uploads/2018/06/6-12.png" alt="5.- Installing mesa-utils" width="1366" height="741" srcset="https://www.osradar.com/wp-content/uploads/2018/06/6-12.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/6-12-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/6-12-768x417.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/6-12-1024x555.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/6-12-696x378.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/6-12-1068x579.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/6-12-774x420.png 774w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4149" class="wp-caption-text">5.- Installing mesa-utils</figcaption></figure>
<p>After restarting the computer we proceed to execute the following command to verify the version of Mesa3D.</p>
<p><strong>            glxinfo | grep &#8220;OpenGL version&#8221;</strong></p>
<figure id="attachment_4150" aria-describedby="caption-attachment-4150" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4150" src="https://www.osradar.com/wp-content/uploads/2018/06/7-11.png" alt="6.- Showing the version of Mesa3D" width="1366" height="741" srcset="https://www.osradar.com/wp-content/uploads/2018/06/7-11.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/7-11-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/7-11-768x417.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/7-11-1024x555.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/7-11-696x378.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/7-11-1068x579.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/7-11-774x420.png 774w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4150" class="wp-caption-text">6.- Showing the version of Mesa3D</figcaption></figure>
<p>As a conclusion we can say that Mesa3D is a fundamental open source library in GNU/Linux, so it is well known and its development is quite active.</p>
<p>As a conclusion we can say that Mesa3D is a fundamental open source library in GNU/Linux, so it is well known and its development is quite active.</p>
<p>Thanks to the ease of use that characterizes Ubuntu and the great support of the videogame creators for this distribution, we can have the updated versions of Mesa through a PPA.</p>
<p>Please spread this article through your social networks so that this information can be useful to anyone.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-mesa-18-1-1-in-ubuntu-18-04/">How to install Mesa 18.1.1 in Ubuntu 18.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-mesa-18-1-1-in-ubuntu-18-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
