<?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>Blog &#8211; Maico Oliveira Buss &#8211; Inovação e Tecnologia</title>
	<atom:link href="https://maicobuss.com.br/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>https://maicobuss.com.br</link>
	<description></description>
	<lastBuildDate>Wed, 11 Nov 2015 16:36:16 +0000</lastBuildDate>
	<language>pt-BR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://maicobuss.com.br/wp-content/uploads/2021/03/cropped-Ativo-1-e1614914724625-50x50.png</url>
	<title>Blog &#8211; Maico Oliveira Buss &#8211; Inovação e Tecnologia</title>
	<link>https://maicobuss.com.br</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Alterar resolução de tela linux Ubuntu / Mint / Elementary</title>
		<link>https://maicobuss.com.br/alterar-resolucao-de-tela-linux-ubuntu-mint-elementary/</link>
					<comments>https://maicobuss.com.br/alterar-resolucao-de-tela-linux-ubuntu-mint-elementary/#respond</comments>
		
		<dc:creator><![CDATA[Maico]]></dc:creator>
		<pubDate>Wed, 11 Nov 2015 16:28:42 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<guid isPermaLink="false">http://www.maicobuss.com.br/?p=100</guid>

					<description><![CDATA[Note: The native resolution for this example is 1920&#215;1080 You can add missing resolutions using xrandr. First, use cvt to create a new resolution mode....]]></description>
										<content:encoded><![CDATA[<p>Note: The native resolution for this example is 1920&#215;1080</p>
<p>You can add missing resolutions using xrandr.</p>
<p>First, use cvt to create a new resolution mode.</p>
<p>sudo cvt 1920 1080 60</p>
<p>Part of the output should be similar to this: &#8220;Modeline &#8220;1920x1080_60.00&#8243; 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync&#8221; (w/o the quotes).</p>
<p>Next, declare a new resolution mode.</p>
<p>sudo xrandr &#8211;newmode &#8220;1920x1080_60.00&#8221; 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync</p>
<p>Next, find out the name of your video device.</p>
<p>sudo xrandr -q</p>
<p>Mine was named &#8220;Virtual1&#8221; (running a virtual machine). Once you know the name of your device, you can, finally, add your new resolution mode to the device/system.</p>
<p>sudo xrandr &#8211;addmode Virtual1 1920x1080_60.00</p>
<p>See more information in the &#8220;Adding undetected resolutions&#8221; section here: https://wiki.ubuntu.com/X/Config/Resolution/#Adding_undetected_resolutions</p>
]]></content:encoded>
					
					<wfw:commentRss>https://maicobuss.com.br/alterar-resolucao-de-tela-linux-ubuntu-mint-elementary/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
