<?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>SavvyAdmin.com &#187; Usplash</title>
	<atom:link href="http://savvyadmin.com/tag/usplash/feed/" rel="self" type="application/rss+xml" />
	<link>http://savvyadmin.com</link>
	<description>For savvy admins everywhere...</description>
	<lastBuildDate>Fri, 21 Jan 2011 17:53:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Console Framebuffer in Ubuntu</title>
		<link>http://savvyadmin.com/console-framebuffer-in-ubuntu/</link>
		<comments>http://savvyadmin.com/console-framebuffer-in-ubuntu/#comments</comments>
		<pubDate>Tue, 25 Dec 2007 20:34:16 +0000</pubDate>
		<dc:creator>gmendoza</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[Framebuffer]]></category>
		<category><![CDATA[Initramfs]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Usplash]]></category>

		<guid isPermaLink="false">http://www.savvyadmin.com/2007/12/25/console-framebuffer-in-ubuntu/</guid>
		<description><![CDATA[The Linux console framebuffer allows you to achieve higher screen resolutions within your Linux console. However, as of this writing, Ubuntu 7.10 Gutsy by default does not load the required kernel modules. By passing the &#8220;vga=XXX&#8221; kernel option without these modules loaded, you are left with a blinking cursor in the upper-left hand corner of [...]
Related posts:<ol>
<li><a href='http://savvyadmin.com/ubuntu-dell-5700-evdo/' rel='bookmark' title='Ubuntu Linux + Dell Wireless 5700 CDMA/EVDO Card'>Ubuntu Linux + Dell Wireless 5700 CDMA/EVDO Card</a></li>
<li><a href='http://savvyadmin.com/oracle-database-10g-xe-on-ubuntu/' rel='bookmark' title='Oracle Database 10g XE on Ubuntu'>Oracle Database 10g XE on Ubuntu</a></li>
<li><a href='http://savvyadmin.com/fwknop-single-packet-authorization-in-ubuntu/' rel='bookmark' title='fwknop: Single Packet Authorization in Ubuntu'>fwknop: Single Packet Authorization in Ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The Linux console framebuffer allows you to achieve higher screen resolutions within your Linux console.   However, as of this writing, Ubuntu 7.10 Gutsy by default does not load the required kernel modules.  By passing the &#8220;vga=XXX&#8221; kernel option without these modules loaded, you are left with a blinking cursor in the upper-left hand corner of your screen.  Here&#8217;s how to get the console framebuffer in working order.</p>
<p>1. Ensure the initrd image includes framebuffer support by adding &#8220;fbcon&#8221; and &#8220;vesafb&#8221; to /etc/initramfs-tools/modules.</p>
<blockquote><pre>$ echo "vesafb" | sudo tee -a /etc/initramfs-tools/modules
$ echo "fbcon" | sudo tee -a /etc/initramfs-tools/modules</pre>
</blockquote>
<p>2. Remove (or comment out) &#8220;vesafb&#8221; from blacklisted modules in /etc/modprobe.d/blacklist-framebuffer.</p>
<blockquote><pre>#blacklist vesafb</pre>
</blockquote>
<p>3. Add the desired framebuffer variable to the default kernel options section in /boot/grub/menu.lst.  For 1024&#215;768, the string should look like the following.</p>
<blockquote><pre>#defoptions=quiet splash vga=791</pre>
</blockquote>
<p>4. Update GRUB.</p>
<blockquote><pre>$ sudo update-grub</pre>
</blockquote>
<p>5. If Usplash is configured for a higher resolution than your framebuffer, it will appear off-centered.  So adjust /etc/usplash.conf to use the same resolution.</p>
<blockquote><pre>xres=1024
yres=768</pre>
</blockquote>
<p>6. Update initramfs to rebuild the initrd image.</p>
<blockquote><pre>$ sudo update-initramfs -u
</pre>
</blockquote>
<p>After rebooting, your usplash will appear as normal and you can Ctrl+Alt+F1 to a console after your X environment has  finished loading.  The text in your console should now appear much smaller and will be much easier to use for large amounts of console work.</p>
<p>Related posts:<ol>
<li><a href='http://savvyadmin.com/ubuntu-dell-5700-evdo/' rel='bookmark' title='Ubuntu Linux + Dell Wireless 5700 CDMA/EVDO Card'>Ubuntu Linux + Dell Wireless 5700 CDMA/EVDO Card</a></li>
<li><a href='http://savvyadmin.com/oracle-database-10g-xe-on-ubuntu/' rel='bookmark' title='Oracle Database 10g XE on Ubuntu'>Oracle Database 10g XE on Ubuntu</a></li>
<li><a href='http://savvyadmin.com/fwknop-single-packet-authorization-in-ubuntu/' rel='bookmark' title='fwknop: Single Packet Authorization in Ubuntu'>fwknop: Single Packet Authorization in Ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://savvyadmin.com/console-framebuffer-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

