<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Grub 2: Add splash image to beautify grub 2</title>
	<atom:link href="http://linuxhub.net/2009/07/grub-2-add-splash-image-to-beautify-grub-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxhub.net/2009/07/grub-2-add-splash-image-to-beautify-grub-2/</link>
	<description>Linux Hub</description>
	<lastBuildDate>Tue, 09 Mar 2010 20:18:33 +0530</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: CB</title>
		<link>http://linuxhub.net/2009/07/grub-2-add-splash-image-to-beautify-grub-2/comment-page-1/#comment-2398</link>
		<dc:creator>CB</dc:creator>
		<pubDate>Sat, 23 Jan 2010 23:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhub.net/?p=252#comment-2398</guid>
		<description>Like yours much better. The rest are so MILITARISTIC.  Say, can&#039;t a PNG file also be used?</description>
		<content:encoded><![CDATA[<p>Like yours much better. The rest are so MILITARISTIC.  Say, can&#39;t a PNG file also be used?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reeshar</title>
		<link>http://linuxhub.net/2009/07/grub-2-add-splash-image-to-beautify-grub-2/comment-page-1/#comment-1865</link>
		<dc:creator>Reeshar</dc:creator>
		<pubDate>Fri, 01 Jan 2010 10:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhub.net/?p=252#comment-1865</guid>
		<description>Actually you should have left bg=false. It&#039;s set to true a bit later in the code &lt;b&gt;if it finds the background. So the problem was the wrong location not a wrong code statement.</description>
		<content:encoded><![CDATA[<p>Actually you should have left bg=false. It&#8217;s set to true a bit later in the code <b>if it finds the background. So the problem was the wrong location not a wrong code statement.</b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reeshar</title>
		<link>http://linuxhub.net/2009/07/grub-2-add-splash-image-to-beautify-grub-2/comment-page-1/#comment-1864</link>
		<dc:creator>Reeshar</dc:creator>
		<pubDate>Fri, 01 Jan 2010 10:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhub.net/?p=252#comment-1864</guid>
		<description>As an addendum, if you download vesainfo.exe from:

ftp://ftp.inf.ethz.ch/pub/Oberon/ETHOberon/Contrib/Native/

and run it from a DOS bootup CD (eg, FreeDOS) or USB memory stick (as I did) you can get a listing of the resolutions available in your BIOS. For my Samsung NC10 I get 640x480x8, x16 and x32, and also 800x600x8, x16 and x32.

Hence you can use an 800x600 splash screen and, in my case, if you compress it horizontally from 1024 to 800 it looks correct when it&#039;s expanded to the full screen width by the VESA screen driver.</description>
		<content:encoded><![CDATA[<p>As an addendum, if you download vesainfo.exe from:</p>
<p><a href="ftp://ftp.inf.ethz.ch/pub/Oberon/ETHOberon/Contrib/Native/" rel="nofollow">ftp://ftp.inf.ethz.ch/pub/Oberon/ETHOberon/Contrib/Native/</a></p>
<p>and run it from a DOS bootup CD (eg, FreeDOS) or USB memory stick (as I did) you can get a listing of the resolutions available in your BIOS. For my Samsung NC10 I get 640&#215;480x8, x16 and x32, and also 800&#215;600x8, x16 and x32.</p>
<p>Hence you can use an 800&#215;600 splash screen and, in my case, if you compress it horizontally from 1024 to 800 it looks correct when it&#8217;s expanded to the full screen width by the VESA screen driver.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reeshar</title>
		<link>http://linuxhub.net/2009/07/grub-2-add-splash-image-to-beautify-grub-2/comment-page-1/#comment-1839</link>
		<dc:creator>Reeshar</dc:creator>
		<pubDate>Thu, 31 Dec 2009 16:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhub.net/?p=252#comment-1839</guid>
		<description>Hi Vivek

Good article but it&#039;s incorrect to say that Grub2 only supports 640x480 images. Grub only supports standard VBE resolutions as described in http://en.wikipedia.org/wiki/VESA_BIOS_Extensions and therefore graphic images of the same resolution. The resolution you choose, of course, must be supported by your display.

So, for example, I have a Samsung NC10 netbook on which I have just installed Ubuntu Netbook Remix 9.10. The native display resolution is 1024x600 - not a VBE standard resolution. To deal with this I did the following:

1. Set the Grub display resolution to 800x600x32

2. Created anamorphic 800x600 images which when stretched on the display (as they are by the display driver) will appear correctly as 1024x600 images.

3. Regenerated the menu.cfg file.

This works perfectly!


Richard</description>
		<content:encoded><![CDATA[<p>Hi Vivek</p>
<p>Good article but it&#8217;s incorrect to say that Grub2 only supports 640&#215;480 images. Grub only supports standard VBE resolutions as described in <a href="http://en.wikipedia.org/wiki/VESA_BIOS_Extensions" rel="nofollow">http://en.wikipedia.org/wiki/VESA_BIOS_Extensions</a> and therefore graphic images of the same resolution. The resolution you choose, of course, must be supported by your display.</p>
<p>So, for example, I have a Samsung NC10 netbook on which I have just installed Ubuntu Netbook Remix 9.10. The native display resolution is 1024&#215;600 &#8211; not a VBE standard resolution. To deal with this I did the following:</p>
<p>1. Set the Grub display resolution to 800&#215;600x32</p>
<p>2. Created anamorphic 800&#215;600 images which when stretched on the display (as they are by the display driver) will appear correctly as 1024&#215;600 images.</p>
<p>3. Regenerated the menu.cfg file.</p>
<p>This works perfectly!</p>
<p>Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Echo Six</title>
		<link>http://linuxhub.net/2009/07/grub-2-add-splash-image-to-beautify-grub-2/comment-page-1/#comment-1741</link>
		<dc:creator>Echo Six</dc:creator>
		<pubDate>Mon, 28 Dec 2009 17:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhub.net/?p=252#comment-1741</guid>
		<description>You are not restricted to 640x480 for grub2, the restriction is on what your graphics card will support.
You can determine the screen sizes that are available for your video card from the grub terminal using vbeinfo

Search for the line GRUB_GFXMODE= in /etc/default/grub and add a suitable screen size, e.g. I have 1280x1024

I found that to retain this screen size for the framebuffer, add an entry in /etc/grub.d/10_linux under menuentry &quot;$1&quot; {, I added mine after set gfxpayload=keep

AND there is a lot more you can do besides change the background splash image!

http://grub.enbug.org/ThemeFormat#colors</description>
		<content:encoded><![CDATA[<p>You are not restricted to 640&#215;480 for grub2, the restriction is on what your graphics card will support.<br />
You can determine the screen sizes that are available for your video card from the grub terminal using vbeinfo</p>
<p>Search for the line GRUB_GFXMODE= in /etc/default/grub and add a suitable screen size, e.g. I have 1280&#215;1024</p>
<p>I found that to retain this screen size for the framebuffer, add an entry in /etc/grub.d/10_linux under menuentry &#8220;$1&#8243; {, I added mine after set gfxpayload=keep</p>
<p>AND there is a lot more you can do besides change the background splash image!</p>
<p><a href="http://grub.enbug.org/ThemeFormat#colors" rel="nofollow">http://grub.enbug.org/ThemeFormat#colors</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach</title>
		<link>http://linuxhub.net/2009/07/grub-2-add-splash-image-to-beautify-grub-2/comment-page-1/#comment-1319</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Wed, 09 Dec 2009 04:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhub.net/?p=252#comment-1319</guid>
		<description>Any REAL LINUX GEEK would know how to make a .tga! :D</description>
		<content:encoded><![CDATA[<p>Any REAL LINUX GEEK would know how to make a .tga! <img src='http://linuxhub.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SAR</title>
		<link>http://linuxhub.net/2009/07/grub-2-add-splash-image-to-beautify-grub-2/comment-page-1/#comment-333</link>
		<dc:creator>SAR</dc:creator>
		<pubDate>Mon, 05 Oct 2009 19:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhub.net/?p=252#comment-333</guid>
		<description>These Grub2 splash screens are stupid, what is this Windows we&#039;re running?

What REAL LINUX GEEK would want to use these junk images?

These images remind me of all the typical wallpaper websites out there with all their crap wallpaper images too!

Any REAL decent Linux images out there or a TUT so we can make our own .tga?

THANKS</description>
		<content:encoded><![CDATA[<p>These Grub2 splash screens are stupid, what is this Windows we&#8217;re running?</p>
<p>What REAL LINUX GEEK would want to use these junk images?</p>
<p>These images remind me of all the typical wallpaper websites out there with all their crap wallpaper images too!</p>
<p>Any REAL decent Linux images out there or a TUT so we can make our own .tga?</p>
<p>THANKS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ubuntu-Wochenrückblick 2009-30</title>
		<link>http://linuxhub.net/2009/07/grub-2-add-splash-image-to-beautify-grub-2/comment-page-1/#comment-42</link>
		<dc:creator>Ubuntu-Wochenrückblick 2009-30</dc:creator>
		<pubDate>Wed, 29 Jul 2009 22:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhub.net/?p=252#comment-42</guid>
		<description>[...] LinuxHub (Teil 1) , LinuxHub (Teil 2) , [...]</description>
		<content:encoded><![CDATA[<p>[...] LinuxHub (Teil 1) , LinuxHub (Teil 2) , [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: کوبونتو ۹.۱۰ و گراب ۲ &#171; Linux</title>
		<link>http://linuxhub.net/2009/07/grub-2-add-splash-image-to-beautify-grub-2/comment-page-1/#comment-35</link>
		<dc:creator>کوبونتو ۹.۱۰ و گراب ۲ &#171; Linux</dc:creator>
		<pubDate>Sat, 25 Jul 2009 06:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhub.net/?p=252#comment-35</guid>
		<description>[...] منبع [...]</description>
		<content:encoded><![CDATA[<p>[...] منبع [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Jones</title>
		<link>http://linuxhub.net/2009/07/grub-2-add-splash-image-to-beautify-grub-2/comment-page-1/#comment-34</link>
		<dc:creator>Richard Jones</dc:creator>
		<pubDate>Sat, 25 Jul 2009 05:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhub.net/?p=252#comment-34</guid>
		<description>Re last post: I&#039;ve solved it myself, I&#039;m now a linux genius! In the 05_Debian_Theme config file I noticed that use bg=FALSE so I changed it to TRUE. Also, I didn&#039;t put the right location down correctly so that is all now fixed.</description>
		<content:encoded><![CDATA[<p>Re last post: I&#8217;ve solved it myself, I&#8217;m now a linux genius! In the 05_Debian_Theme config file I noticed that use bg=FALSE so I changed it to TRUE. Also, I didn&#8217;t put the right location down correctly so that is all now fixed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
