<?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>devtrends.com &#187; grub</title>
	<atom:link href="http://www.devtrends.com/index.php/tag/grub/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devtrends.com</link>
	<description>developing trends in information technology</description>
	<lastBuildDate>Tue, 06 Sep 2011 19:27:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Linux Console Modes (80&#215;25 &#8211; really?)</title>
		<link>http://www.devtrends.com/index.php/linux-console-modes-80x25-really/</link>
		<comments>http://www.devtrends.com/index.php/linux-console-modes-80x25-really/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 04:35:04 +0000</pubDate>
		<dc:creator>aaron</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[zFeatured]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[VGA Modes]]></category>

		<guid isPermaLink="false">http://www.devtrends.com/?p=243</guid>
		<description><![CDATA[I grew up using DOS, starting with DOS 2 something. I had a father that never stuck with the default settings, which included modifying the command prompt design/colors and the...]]></description>
			<content:encoded><![CDATA[<p>I grew up using DOS, starting with DOS 2 something. I had a father that never stuck with the default settings, which included modifying the command prompt design/colors and the screen text dimensions of the DOS window. The default was 80 characters or columns wide with 25 lines or rows high, or 80&#215;25. It seems this is STILL the default setting &#8211; I guess old school video modes stick around for quite some time. Regardless, 80&#215;25 does not work for me in Linux &#8211; I have to &#8220;less&#8221; everything to be able to work with the help files, et cetera.</p>
<p><strong>VGA Mode</strong></p>
<p>For those DOS&#8217;ers, do you remember &#8220;mode 80&#8243; or &#8220;mode 40&#8243;? If you know of a quick command for Linux consoles let me know &#8230; otherwise, you can use the tip below to modify your screen resolution.</p>
<p><em><span style="text-decoration: underline;">/boot/grub/menu.lst</span></em></p>
<p>The key to changing the screen mode / screen resolution is to modify the menu.lst file and add the vga=[mode #] some where in the kernel call line &#8211; or at the end of it. After searching the Internet for some time, I compiled a list here of many of the vga modes available:</p>
<pre style="padding-left: 30px;">VGA MODE          MODE#
80x25              3840
80x50              3841
80x43              3842
80x28              3843
80x30              3845
80x34              3846
80x60              3847
320x200x8bit        816
320x200x16bit       782
320x200x32bit       783
320x240x8bit        820
320x240x16bit       821
320x240x32bit       822
640x480x8bit        769
640x480x16bit       785
640x480x32bit       786
800x600x8bit        771
800x600x16bit       788
800x600x32bit       789
1024x768x8bit       773
1024x768x16bit      791
1024x768x32bit      792
1280x800x8bit       864
1280x800x32bit      865
1440x900x8bit       868
1440x900x32bit      869</pre>
<p>On my Ubuntu Server, the kernel line was:</p>
<pre style="padding-left: 30px; white-space: pre-wrap; word-wrap: break-word;">kernel         /vmlinuz-2.6.28-11-server root=/dev/mapper/ubuntuserver-root ro quiet splash</pre>
<p>and I added vga=792 to the end of it:</p>
<pre style="padding-left: 30px; white-space: pre-wrap; word-wrap: break-word;">kernel         /vmlinuz-2.6.28-11-server root=/dev/mapper/ubuntuserver-root ro quiet splash vga=792</pre>
<p>I&#8217;m out&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devtrends.com/index.php/linux-console-modes-80x25-really/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

