<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Linuxindetails&#039;s Blog</title>
	<atom:link href="http://linuxindetails.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxindetails.wordpress.com</link>
	<description>Linux and Unix troubleshooting, tips and much more</description>
	<lastBuildDate>Tue, 24 Jan 2012 23:30:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='linuxindetails.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/c9f23cc5b84edab678767b80431af584?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Linuxindetails&#039;s Blog</title>
		<link>http://linuxindetails.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://linuxindetails.wordpress.com/osd.xml" title="Linuxindetails&#039;s Blog" />
	<atom:link rel='hub' href='http://linuxindetails.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Quick command-line jpeg to pdf converter</title>
		<link>http://linuxindetails.wordpress.com/2012/01/24/quick-command-line-jpeg-to-pdf-converter/</link>
		<comments>http://linuxindetails.wordpress.com/2012/01/24/quick-command-line-jpeg-to-pdf-converter/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 23:30:25 +0000</pubDate>
		<dc:creator>linuxindetails</dc:creator>
				<category><![CDATA[Debian package]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[pdfjam]]></category>

		<guid isPermaLink="false">http://linuxindetails.wordpress.com/?p=558</guid>
		<description><![CDATA[If you have a document in jpeg format and you want to print it in a more friendly printable format, let use convert from the ImageMagick utilities. To install it : root@localhost:~#apt-get install imagemagick imagemagick-doc To make the conversion : fool@localhost:~$ convert your_image.jpg your_image.pdf Then you can open your new document with your pdf viewer. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxindetails.wordpress.com&amp;blog=10278198&amp;post=558&amp;subd=linuxindetails&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you have a document in jpeg format and you want to print it in a more friendly printable format, let use <strong>convert</strong> from the <strong>ImageMagick</strong> utilities.</p>
<p>To install it :</p>
<p><strong>root@localhost:~#apt-get install imagemagick imagemagick-doc</strong></p>
<p>To make the conversion :</p>
<p><strong>fool@localhost:~$ convert your_image.jpg your_image.pdf</strong></p>
<p>Then you can open your new document with your pdf viewer.</p>
<p>Sometimes, this process can lead to a bigger file in size. Adding the following option <strong>-compress jpeg</strong> may help decrease this size :</p>
<p><strong>fool@localhost:~$convert -compress jpeg your_image.jpg your_image.pdf</strong></p>
<p>If you are planning to make more complex operations on pdf documents, have a look at the utilities provided by the <strong>pdfjam</strong> package.</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxindetails.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxindetails.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxindetails.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxindetails.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxindetails.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxindetails.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxindetails.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxindetails.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxindetails.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxindetails.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxindetails.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxindetails.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxindetails.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxindetails.wordpress.com/558/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxindetails.wordpress.com&amp;blog=10278198&amp;post=558&amp;subd=linuxindetails&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxindetails.wordpress.com/2012/01/24/quick-command-line-jpeg-to-pdf-converter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46819732dcb6fc9a90d94f9dbfafe30e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxindetails</media:title>
		</media:content>
	</item>
		<item>
		<title>HP Proliant servers and RAM memory set up management</title>
		<link>http://linuxindetails.wordpress.com/2012/01/10/hp-proliant-servers-and-ram-memory-set-up-management/</link>
		<comments>http://linuxindetails.wordpress.com/2012/01/10/hp-proliant-servers-and-ram-memory-set-up-management/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 22:42:17 +0000</pubDate>
		<dc:creator>linuxindetails</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[c products]]></category>
		<category><![CDATA[hp memtool]]></category>
		<category><![CDATA[hp proliant 585 G7]]></category>
		<category><![CDATA[hp proliant server]]></category>
		<category><![CDATA[hp servers]]></category>
		<category><![CDATA[intel xeon]]></category>
		<category><![CDATA[maximum memory capacity]]></category>
		<category><![CDATA[proliant servers]]></category>
		<category><![CDATA[series servers]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://linuxindetails.wordpress.com/?p=554</guid>
		<description><![CDATA[It may be very critical to make the most out of the maximum memory capacity (up to 1TB) in the Proliant servers. To deal with, as a reminder, please find below some useful links you should add in your bookmarks : http://partsurfer.hp.com HP Servers memtool http://h18004.www1.hp.com/products/servers/options/memory-description.html http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01702744/c01702744.pdf ftp://ftp.hp.com/pub/c-products/servers/options/Memory_Why_Buy_4AA0-4216ENW.pdf ftp://ftp.hp.com/pub/c-products/servers/options/c00256943.pdf http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01702744/c01702744.pdf ftp://ftp.hp.com/pub/c-products/servers/options/Memory-Config-Recommendations-for-Intel-Xeon-5500-Series-Servers-Rev1.pdf<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxindetails.wordpress.com&amp;blog=10278198&amp;post=554&amp;subd=linuxindetails&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It may be very critical to make the most out of the maximum memory capacity (up to 1TB) in the Proliant servers. To deal with, as a reminder, please find below some useful links you should add in your bookmarks :</p>
<p><a href="http://partsurfer.hp.com"> http://partsurfer.hp.com </a></p>
<p><a href="http://h18004.www1.hp.com/products/servers/options/tool/hp_memtool.html"> HP Servers memtool </a></p>
<p><a href="http://h18004.www1.hp.com/products/servers/options/memory-description.html"> http://h18004.www1.hp.com/products/servers/options/memory-description.html </a></p>
<p><a href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01702744/c01702744.pdf"> http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01702744/c01702744.pdf </a></p>
<p><a href="ftp://ftp.hp.com/pub/c-products/servers/options/Memory_Why_Buy_4AA0-4216ENW.pdf"> ftp://ftp.hp.com/pub/c-products/servers/options/Memory_Why_Buy_4AA0-4216ENW.pdf </a></p>
<p><a href="ftp://ftp.hp.com/pub/c-products/servers/options/c00256943.pdf"> ftp://ftp.hp.com/pub/c-products/servers/options/c00256943.pdf </a></p>
<p><a href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01702744/c01702744.pdf"> http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01702744/c01702744.pdf </a></p>
<p><a href="ftp://ftp.hp.com/pub/c-products/servers/options/Memory-Config-Recommendations-for-Intel-Xeon-5500-Series-Servers-Rev1.pdf"> ftp://ftp.hp.com/pub/c-products/servers/options/Memory-Config-Recommendations-for-Intel-Xeon-5500-Series-Servers-Rev1.pdf </a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxindetails.wordpress.com/554/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxindetails.wordpress.com/554/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxindetails.wordpress.com/554/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxindetails.wordpress.com/554/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxindetails.wordpress.com/554/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxindetails.wordpress.com/554/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxindetails.wordpress.com/554/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxindetails.wordpress.com/554/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxindetails.wordpress.com/554/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxindetails.wordpress.com/554/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxindetails.wordpress.com/554/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxindetails.wordpress.com/554/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxindetails.wordpress.com/554/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxindetails.wordpress.com/554/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxindetails.wordpress.com&amp;blog=10278198&amp;post=554&amp;subd=linuxindetails&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxindetails.wordpress.com/2012/01/10/hp-proliant-servers-and-ram-memory-set-up-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46819732dcb6fc9a90d94f9dbfafe30e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxindetails</media:title>
		</media:content>
	</item>
		<item>
		<title>Gtk-Message: Failed to load module &#8220;pk-gtk-module&#8221;</title>
		<link>http://linuxindetails.wordpress.com/2011/11/09/gtk-message-failed-to-load-module-pk-gtk-module/</link>
		<comments>http://linuxindetails.wordpress.com/2011/11/09/gtk-message-failed-to-load-module-pk-gtk-module/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 07:47:50 +0000</pubDate>
		<dc:creator>linuxindetails</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Debian package]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[gnome-packagekit]]></category>
		<category><![CDATA[Gtk-Message: Failed to load module "pk-gtk-module"]]></category>
		<category><![CDATA[packagekit-dbg]]></category>
		<category><![CDATA[packagekit-gtk3-module]]></category>

		<guid isPermaLink="false">http://linuxindetails.wordpress.com/?p=549</guid>
		<description><![CDATA[After upgrading to GNOME 3, I encountered this error message after running a zenity-based application : &#8220;Gtk-Message: Failed to load module &#8220;pk-gtk-module&#8221; To look after a special file, you should use apt-file program. root@localhost:~# apt-file update &#38;&#38; apt-file search pk-gtk-module gnome-packagekit: /usr/lib/gnome-settings-daemon-3.0/gtk-modules/gpk-pk-gtk-module.desktop packagekit-dbg: /usr/lib/debug/usr/lib/gtk-3.0/modules/libpk-gtk-module.so packagekit-gtk3-module: /usr/lib/gtk-3.0/modules/libpk-gtk-module.so Install all these packages : root@localhost:~#apt-get install gnome-packagekit packagekit-dbg [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxindetails.wordpress.com&amp;blog=10278198&amp;post=549&amp;subd=linuxindetails&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After upgrading to GNOME 3, I encountered this error message after running a zenity-based application : <strong>&#8220;Gtk-Message: Failed to load module &#8220;pk-gtk-module&#8221;</strong></p>
<p>To look after a special file, you should use<strong> apt-file</strong> program.</p>
<p><strong>root@localhost:~# apt-file update &amp;&amp; apt-file search pk-gtk-module</strong></p>
<p><strong>gnome-packagekit</strong>: /usr/lib/gnome-settings-daemon-3.0/gtk-modules/gpk-pk-gtk-module.desktop<br />
<strong>packagekit-dbg</strong>: /usr/lib/debug/usr/lib/gtk-3.0/modules/libpk-gtk-module.so<br />
<strong>packagekit-gtk3-module</strong>: /usr/lib/gtk-3.0/modules/libpk-gtk-module.so</p>
<p>Install all these packages :</p>
<p><strong>root@localhost:~#apt-get install gnome-packagekit packagekit-dbg packagekit-gtk3-module</strong></p>
<p>The problem is finally solved.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxindetails.wordpress.com/549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxindetails.wordpress.com/549/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxindetails.wordpress.com/549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxindetails.wordpress.com/549/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxindetails.wordpress.com/549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxindetails.wordpress.com/549/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxindetails.wordpress.com/549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxindetails.wordpress.com/549/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxindetails.wordpress.com/549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxindetails.wordpress.com/549/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxindetails.wordpress.com/549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxindetails.wordpress.com/549/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxindetails.wordpress.com/549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxindetails.wordpress.com/549/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxindetails.wordpress.com&amp;blog=10278198&amp;post=549&amp;subd=linuxindetails&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxindetails.wordpress.com/2011/11/09/gtk-message-failed-to-load-module-pk-gtk-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46819732dcb6fc9a90d94f9dbfafe30e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxindetails</media:title>
		</media:content>
	</item>
		<item>
		<title>perl: warning: Please check that your locale settings:   LC_ALL = (unset),   LANG = &#8220;&#8221;  are supported and installed on your system.</title>
		<link>http://linuxindetails.wordpress.com/2011/11/07/perl-warning-please-check-that-your-locale-settings-lc_all-unset-lang-are-supported-and-installed-on-your-system/</link>
		<comments>http://linuxindetails.wordpress.com/2011/11/07/perl-warning-please-check-that-your-locale-settings-lc_all-unset-lang-are-supported-and-installed-on-your-system/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 16:44:17 +0000</pubDate>
		<dc:creator>linuxindetails</dc:creator>
				<category><![CDATA[Cygwin]]></category>
		<category><![CDATA[Linux internationalization]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[LANG = "" are supported and installed on your system.]]></category>
		<category><![CDATA[perl: warning: Please check that your locale settings: LC_ALL = (unset)]]></category>

		<guid isPermaLink="false">http://linuxindetails.wordpress.com/?p=546</guid>
		<description><![CDATA[After a fresh install of cygwin, you may have some trouble with your locale settings. For instance, while running cpan -l to look for installed Perl modules, I had this error message : fool@localhost:~$ cpan -l perl: warning: Please check that your locale settings:   LC_ALL = (unset),   LANG = &#8220;&#8221;  are supported and installed on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxindetails.wordpress.com&amp;blog=10278198&amp;post=546&amp;subd=linuxindetails&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After a fresh install of cygwin, you may have some trouble with your locale settings. For instance, while running cpan -l to look for installed Perl modules, I had this error message :</p>
<p><strong>fool@localhost:~$ cpan -l</strong></p>
<p><strong>perl: warning: Please check that your locale settings:   LC_ALL = (unset),   LANG = &#8220;&#8221;  are supported and installed on your system.</strong></p>
<p>To check which locales are available on your system :</p>
<p><strong>fool@localhost:~$ locale -a</strong></p>
<p>To set the correct value for your locale settings :</p>
<p><strong>fool@localhost:~$ export LC_ALL=en_US.utf8</strong></p>
<p>This will be only available for your current xterm session. To make it available all the time, set it into your shell profile configuration file.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxindetails.wordpress.com/546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxindetails.wordpress.com/546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxindetails.wordpress.com/546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxindetails.wordpress.com/546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxindetails.wordpress.com/546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxindetails.wordpress.com/546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxindetails.wordpress.com/546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxindetails.wordpress.com/546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxindetails.wordpress.com/546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxindetails.wordpress.com/546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxindetails.wordpress.com/546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxindetails.wordpress.com/546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxindetails.wordpress.com/546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxindetails.wordpress.com/546/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxindetails.wordpress.com&amp;blog=10278198&amp;post=546&amp;subd=linuxindetails&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxindetails.wordpress.com/2011/11/07/perl-warning-please-check-that-your-locale-settings-lc_all-unset-lang-are-supported-and-installed-on-your-system/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46819732dcb6fc9a90d94f9dbfafe30e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxindetails</media:title>
		</media:content>
	</item>
		<item>
		<title>Optimizing your laptop battery life under Debian (part 1)</title>
		<link>http://linuxindetails.wordpress.com/2011/10/27/optimizing-your-laptop-battery-life-under-debian-part-1/</link>
		<comments>http://linuxindetails.wordpress.com/2011/10/27/optimizing-your-laptop-battery-life-under-debian-part-1/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 07:03:30 +0000</pubDate>
		<dc:creator>linuxindetails</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Debian package]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[battery saving]]></category>
		<category><![CDATA[debian squeeze]]></category>
		<category><![CDATA[gnome-power-preferences]]></category>
		<category><![CDATA[HP Pavilion dm4 Notebook PC]]></category>
		<category><![CDATA[notebook's battery life]]></category>
		<category><![CDATA[xbacklight]]></category>
		<category><![CDATA[xrandr]]></category>

		<guid isPermaLink="false">http://linuxindetails.wordpress.com/?p=534</guid>
		<description><![CDATA[Working with a notebook, by default, it might be difficult to work with it on the battery more than two hours. It is not very helpful when you can not plug in to AC power nearby. There are several ways to optimize your notebook&#8217;s battery life. All the tips provided have been tested on a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxindetails.wordpress.com&amp;blog=10278198&amp;post=534&amp;subd=linuxindetails&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Working with a notebook, by default, it might be difficult to work with it on the battery more than two hours. It is not very helpful when you can not plug in to AC power nearby.</p>
<p>There are several ways to optimize your notebook&#8217;s battery life. All the tips provided have been tested on a HP Pavilion dm4 Notebook PC running Debian Squeeze 6.0.3. In this part, I will show you three utilities : <strong>gnome-power-preferences</strong>, <strong>xbacklight</strong> and <strong>xrandr</strong>.</p>
<p><strong>gnome-power-preferences</strong> is part of the GNOME desktop. It helps you configuring basic actions whether your notebook runs on battery or on AC power. Below are screenshots showing my own settings :</p>
<p><a href="http://linuxindetails.wordpress.com/2011/10/27/optimizing-your-laptop-battery-life-under-debian-part-1/gnome-power-management-preferences-ac_power-3/" rel="attachment wp-att-537"><img class="aligncenter size-medium wp-image-537" title="Gnome-power-management-preferences AC power tab" src="http://linuxindetails.files.wordpress.com/2011/10/gnome-power-management-preferences-ac_power2.png?w=300&#038;h=214" alt="" width="300" height="214" /></a></p>
<p><a href="http://linuxindetails.wordpress.com/2011/10/27/optimizing-your-laptop-battery-life-under-debian-part-1/gnome-power-management-preferences-ac_power/" rel="attachment wp-att-535"><br />
</a><a href="http://linuxindetails.wordpress.com/2011/10/27/optimizing-your-laptop-battery-life-under-debian-part-1/gnome-power-management-preferences-battery_power/" rel="attachment wp-att-538"><img class="aligncenter size-medium wp-image-538" title="Gnome-Power-Management-Preferences battery_power tab" src="http://linuxindetails.files.wordpress.com/2011/10/gnome-power-management-preferences-battery_power.png?w=300&#038;h=214" alt="" width="300" height="214" /></a></p>
<p><a href="http://linuxindetails.wordpress.com/2011/10/27/optimizing-your-laptop-battery-life-under-debian-part-1/gnome-power-management-preferences_general/" rel="attachment wp-att-539"><img class="aligncenter size-medium wp-image-539" title="Gnome-power-management-preferences general tab" src="http://linuxindetails.files.wordpress.com/2011/10/gnome-power-management-preferences_general.png?w=300&#038;h=214" alt="" width="300" height="214" /></a></p>
<p><strong>xbacklight</strong> may be used as well to control backlight brightness using RandR extension.</p>
<p>To get the actual value :</p>
<p><strong>fool@localhost~:$ xbacklight -get</strong></p>
<p><strong>100.000000</strong></p>
<p>to dim this value by 50 percent for instance :</p>
<p><strong>fool@localhost:~$xbacklight -dec 50.00</strong></p>
<p>More information : <strong>xbacklight -help</strong></p>
<p>Last but not least, here is the well-known <strong>xrandr</strong>. With this program, we can collect all the information concerning the video outputs of the notebook. Some graphics card may activate all its video outputs by default. For sure, you do not use of all them in the same time. Desactivating the non-used ones may help your battery feel better <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong>fool@localhost:~$xrandr -q</strong></p>
<p><strong>Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192</strong><br />
<strong>VGA1 disconnected (normal left inverted right x axis y axis)</strong><br />
<strong>LVDS1 connected 1366&#215;768+0+0 (normal left inverted right x axis y axis) 309mm x 173mm</strong><br />
<strong>   1366&#215;768       60.1*+   40.1  </strong><br />
<strong>   1360&#215;768       59.8     60.0  </strong><br />
<strong>   1024&#215;768       60.0  </strong><br />
<strong>   800&#215;600        60.3     56.2  </strong><br />
<strong>   640&#215;480        59.9 </strong></p>
<p>LVDS output stands for your LCD panel. Do not desactivate it. If no cable is connected from your VGA output, desactivate it with the following command :</p>
<p><strong>fool@localhost:~$ xrandr &#8211;output VGA &#8211;off</strong></p>
<p>These are basic tools to make a better use of your notebook&#8217;s battery. In the next parts, a few other tools will be presented with a much better tuning capability.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxindetails.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxindetails.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxindetails.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxindetails.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxindetails.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxindetails.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxindetails.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxindetails.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxindetails.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxindetails.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxindetails.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxindetails.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxindetails.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxindetails.wordpress.com/534/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxindetails.wordpress.com&amp;blog=10278198&amp;post=534&amp;subd=linuxindetails&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxindetails.wordpress.com/2011/10/27/optimizing-your-laptop-battery-life-under-debian-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46819732dcb6fc9a90d94f9dbfafe30e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxindetails</media:title>
		</media:content>

		<media:content url="http://linuxindetails.files.wordpress.com/2011/10/gnome-power-management-preferences-ac_power2.png?w=300" medium="image">
			<media:title type="html">Gnome-power-management-preferences AC power tab</media:title>
		</media:content>

		<media:content url="http://linuxindetails.files.wordpress.com/2011/10/gnome-power-management-preferences-battery_power.png?w=300" medium="image">
			<media:title type="html">Gnome-Power-Management-Preferences battery_power tab</media:title>
		</media:content>

		<media:content url="http://linuxindetails.files.wordpress.com/2011/10/gnome-power-management-preferences_general.png?w=300" medium="image">
			<media:title type="html">Gnome-power-management-preferences general tab</media:title>
		</media:content>
	</item>
		<item>
		<title>/lib/modules/3.0.0-1-686-pae/modules.pcimap: No such file or directory</title>
		<link>http://linuxindetails.wordpress.com/2011/09/27/libmodules3-0-0-1-686-paemodules-pcimap-no-such-file-or-directory/</link>
		<comments>http://linuxindetails.wordpress.com/2011/09/27/libmodules3-0-0-1-686-paemodules-pcimap-no-such-file-or-directory/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 05:21:34 +0000</pubDate>
		<dc:creator>linuxindetails</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[depmod -m]]></category>
		<category><![CDATA[directory root]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[lspci]]></category>
		<category><![CDATA[modules.depmod]]></category>
		<category><![CDATA[modules.pcimap]]></category>
		<category><![CDATA[pae]]></category>
		<category><![CDATA[pci devices]]></category>
		<category><![CDATA[pcimodules]]></category>
		<category><![CDATA[pciutils]]></category>
		<category><![CDATA[root root]]></category>

		<guid isPermaLink="false">http://linuxindetails.wordpress.com/?p=526</guid>
		<description><![CDATA[pcimodules command, part of pciutils package, lists all the loaded modules corresponding to the PCI devices found and detected by the kernel. pcimodules needs the modules.pcimap file to run successfully. If missing, then you have to recreate it manually : fool@localhost:~$ pcimodules /lib/modules/3.0.0-1-686-pae/modules.pcimap: No such file or directory root@localhost:~#depmod -m root@localhost:~# ls -l /lib/modules/3.0.0-1-686-pae/modules.pcimap -rw-r&#8211;r&#8211; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxindetails.wordpress.com&amp;blog=10278198&amp;post=526&amp;subd=linuxindetails&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>pcimodules</strong> command, part of <strong>pciutils</strong> package, lists all the loaded modules corresponding to the PCI devices found and detected by the kernel. <strong>pcimodules</strong> needs the <strong>modules.pcimap</strong> file to run successfully. If missing, then you have to recreate it manually :</p>
<p><strong>fool@localhost:~$ pcimodules</strong><br />
<strong>/lib/modules/3.0.0-1-686-pae/modules.pcimap: No such file or directory</strong></p>
<p><strong>root@localhost:~#depmod -m</strong></p>
<p><strong>root@localhost:~# ls -l /lib/modules/3.0.0-1-686-pae/modules.pcimap<br />
</strong></p>
<p><strong>-rw-r&#8211;r&#8211; 1 root root 441540 Sep 26 21:19 /lib/modules/3.0.0-1-686-pae/modules.pcimap</strong><br />
<strong><br />
</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxindetails.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxindetails.wordpress.com/526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxindetails.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxindetails.wordpress.com/526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxindetails.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxindetails.wordpress.com/526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxindetails.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxindetails.wordpress.com/526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxindetails.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxindetails.wordpress.com/526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxindetails.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxindetails.wordpress.com/526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxindetails.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxindetails.wordpress.com/526/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxindetails.wordpress.com&amp;blog=10278198&amp;post=526&amp;subd=linuxindetails&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxindetails.wordpress.com/2011/09/27/libmodules3-0-0-1-686-paemodules-pcimap-no-such-file-or-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46819732dcb6fc9a90d94f9dbfafe30e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxindetails</media:title>
		</media:content>
	</item>
		<item>
		<title>audio codec family [mpg123] (afm=mpg123) not available</title>
		<link>http://linuxindetails.wordpress.com/2011/09/24/audio-codec-family-mpg123-afmmpg123-not-available/</link>
		<comments>http://linuxindetails.wordpress.com/2011/09/24/audio-codec-family-mpg123-afmmpg123-not-available/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 10:25:34 +0000</pubDate>
		<dc:creator>linuxindetails</dc:creator>
				<category><![CDATA[Debian package]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[audio codec family [mpg123] (afm=mpg123) not available]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[ffmp3float]]></category>
		<category><![CDATA[libmpg123-0]]></category>
		<category><![CDATA[mp3lib]]></category>
		<category><![CDATA[mpg123]]></category>
		<category><![CDATA[mplayer]]></category>

		<guid isPermaLink="false">http://linuxindetails.wordpress.com/?p=520</guid>
		<description><![CDATA[This message can occur while listening to a webradio with mplayer. Here is a more detailed message : Requested audio codec family [mpg123] (afm=mpg123) not available. Enable it at compilation. Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders AUDIO: 44100 Hz, 2 ch, floatle, 96.0 kbit/3.40% (ratio: 12000-&#62;352800) Selected audio codec: [ffmp3float] afm: ffmpeg (FFmpeg MPEG [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxindetails.wordpress.com&amp;blog=10278198&amp;post=520&amp;subd=linuxindetails&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This message can occur while listening to a webradio with <strong>mplayer</strong>. Here is a more detailed message :</p>
<p><strong>Requested audio codec family [mpg123] (afm=mpg123) not available.</strong><br />
<strong>Enable it at compilation.</strong><br />
<strong>Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders</strong><br />
<strong>AUDIO: 44100 Hz, 2 ch, floatle, 96.0 kbit/3.40% (ratio: 12000-&gt;352800)</strong><br />
<strong>Selected audio codec: [ffmp3float] afm: ffmpeg (FFmpeg MPEG layer-3 audio)</strong></p>
<p>To use this codec without compiling mplayer again, install the following Debian package :</p>
<p><strong>root@localhost:~#apt-get install libmpg123-0</strong></p>
<p>Then, enable the use of this codec within your own mplayer configuration file :</p>
<p><strong>fool@localhost:~$echo &#8220;afm=mp3lib&#8221; &gt;&gt; ~/.mplayer/config</strong></p>
<p>This option will force mplayer to use <strong>mpg123</strong> codec instead of <strong>ffmp3float.</strong></p>
<p>More information on <strong>mpg123</strong> by Thomas Orgis from <a href="http://www.mpg123.org">the official mpg123 website </a> :</p>
<p>You need <strong>libmpg123</strong> for the <strong>mpg123</strong> codec in MPlayer, but the mp3lib codec is an internal fork of mpg123 code that fully resides in MPlayer.</p>
<p>So, if you want to use mp3lib, you can just say that in your ~/.mplayer/config … if you want <strong>mpg123</strong>, you need the lib and also MPlayer must be built with the codec enabled. Note that mp3lib will vanish sometime in favour of <strong>mpg123</strong> usage (or ffmp3float, but I naturally hope the former;-), after some quirks have been settled.&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxindetails.wordpress.com/520/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxindetails.wordpress.com/520/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxindetails.wordpress.com/520/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxindetails.wordpress.com/520/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxindetails.wordpress.com/520/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxindetails.wordpress.com/520/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxindetails.wordpress.com/520/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxindetails.wordpress.com/520/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxindetails.wordpress.com/520/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxindetails.wordpress.com/520/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxindetails.wordpress.com/520/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxindetails.wordpress.com/520/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxindetails.wordpress.com/520/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxindetails.wordpress.com/520/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxindetails.wordpress.com&amp;blog=10278198&amp;post=520&amp;subd=linuxindetails&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxindetails.wordpress.com/2011/09/24/audio-codec-family-mpg123-afmmpg123-not-available/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46819732dcb6fc9a90d94f9dbfafe30e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxindetails</media:title>
		</media:content>
	</item>
		<item>
		<title>Finding the right name for your Intel graphics chipset</title>
		<link>http://linuxindetails.wordpress.com/2011/09/23/finding-the-right-name-for-your-intel-graphics-chipset/</link>
		<comments>http://linuxindetails.wordpress.com/2011/09/23/finding-the-right-name-for-your-intel-graphics-chipset/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 18:13:44 +0000</pubDate>
		<dc:creator>linuxindetails</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[X11]]></category>
		<category><![CDATA[agp]]></category>
		<category><![CDATA[chipset]]></category>
		<category><![CDATA[dmesg]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[Intel Corporation 4 Series Chipset Integrated Graphics Controller]]></category>
		<category><![CDATA[intel graphics chipset]]></category>
		<category><![CDATA[lspci]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://linuxindetails.wordpress.com/?p=518</guid>
		<description><![CDATA[The output of lspci does not always provide enough information about graphics card and integrated graphics chipsets : fool@localhost:~$ lspci -nn &#124;egrep &#8220;VGA&#124;Display&#8221; 00:02.0 VGA compatible controller [0300]: Intel Corporation 4 Series Chipset Integrated Graphics Controller [8086:2e32] (rev 03) 00:02.1 Display controller [0380]: Intel Corporation 4 Series Chipset Integrated Graphics Controller [8086:2e33] (rev 03) In [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxindetails.wordpress.com&amp;blog=10278198&amp;post=518&amp;subd=linuxindetails&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The output of <strong>lspci</strong> does not always provide enough information about graphics card and integrated graphics chipsets :</p>
<p><strong>fool@localhost:~$</strong> <strong>lspci -nn |egrep &#8220;VGA|Display&#8221;</strong><br />
<strong>00:02.0 VGA compatible controller [0300]: Intel Corporation 4 Series Chipset Integrated Graphics Controller [8086:2e32] (rev 03)</strong><br />
<strong>00:02.1 Display controller [0380]: Intel Corporation 4 Series Chipset Integrated Graphics Controller [8086:2e33] (rev 03)</strong></p>
<p>In this case, this information &#8220;<strong>Intel Corporation 4 Series Chipset Integrated Graphics Controller&#8221;  </strong>is not sufficient to find the right name of this Intel graphics chipset.  There are two solutions to solve it :</p>
<p><strong>fool@localhost:~$grep -i chipset /var/log/Xorg.0.log</strong></p>
<p>[    17.764] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,<br />
[    17.770] (II) intel(0): Integrated Graphics Chipset: Intel(R) G41<br />
[    17.770] (&#8211;)<strong> intel(0): Chipset: &#8220;G41&#8243;</strong></p>
<p><strong>fool@localhost:~$dmesg |grep -i agp</strong></p>
<p>[    1.008912] Linux agpgart interface v0.103<br />
[    1.009057] agpgart-intel 0000:00:00.0:<strong> Intel G41 Chipset</strong><br />
[    1.009142] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable<br />
[    1.010058] agpgart-intel 0000:00:00.0: detected 32768K stolen memory<br />
[    1.010181] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000</p>
<p>With this information, it will be much more easier to use the right driver and tune the Xorg configuration file. (if necessary)</p>
<p>Hope this helps !</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxindetails.wordpress.com/518/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxindetails.wordpress.com/518/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxindetails.wordpress.com/518/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxindetails.wordpress.com/518/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxindetails.wordpress.com/518/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxindetails.wordpress.com/518/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxindetails.wordpress.com/518/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxindetails.wordpress.com/518/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxindetails.wordpress.com/518/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxindetails.wordpress.com/518/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxindetails.wordpress.com/518/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxindetails.wordpress.com/518/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxindetails.wordpress.com/518/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxindetails.wordpress.com/518/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxindetails.wordpress.com&amp;blog=10278198&amp;post=518&amp;subd=linuxindetails&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxindetails.wordpress.com/2011/09/23/finding-the-right-name-for-your-intel-graphics-chipset/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46819732dcb6fc9a90d94f9dbfafe30e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxindetails</media:title>
		</media:content>
	</item>
		<item>
		<title>Use of uninitialized value $text in concatenation (.) or string at /usr/share/perl5/Text/WrapI18N.pm line 101,  line 5. substr outside of string at /usr/share/perl5/Text/WrapI18N.pm line 130,  line 5</title>
		<link>http://linuxindetails.wordpress.com/2011/09/14/use-of-uninitialized-value-text-in-concatenation-or-string-at-usrshareperl5textwrapi18n-pm-line-101-line-5-substr-outside-of-string-at-usrshareperl5textwrapi18n-pm-line-130-line-5/</link>
		<comments>http://linuxindetails.wordpress.com/2011/09/14/use-of-uninitialized-value-text-in-concatenation-or-string-at-usrshareperl5textwrapi18n-pm-line-101-line-5-substr-outside-of-string-at-usrshareperl5textwrapi18n-pm-line-130-line-5/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 06:44:20 +0000</pubDate>
		<dc:creator>linuxindetails</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Debian package]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[wheezy]]></category>
		<category><![CDATA[Wrap.pm]]></category>

		<guid isPermaLink="false">http://linuxindetails.wordpress.com/?p=515</guid>
		<description><![CDATA[Migrating from Squeeze to Wheezy, if you have this error while running dpkg-reconfigure -a for instance : Use of uninitialized value $text in concatenation (.) or string at /usr/share/perl5/Text/WrapI18N.pm line 101, &#60;GEN1&#62; line 5. substr outside of string at /usr/share/perl5/Text/WrapI18N.pm line 130, &#60;GEN1&#62; line 5 Use this workaround to avoid further similar error messages : [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxindetails.wordpress.com&amp;blog=10278198&amp;post=515&amp;subd=linuxindetails&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Migrating from Squeeze to Wheezy, if you have this error while running <strong>dpkg-reconfigure -a</strong> for instance :</p>
<p><strong>Use of uninitialized value $text in concatenation (.) or string at /usr/share/perl5/Text/WrapI18N.pm line 101, &lt;GEN1&gt; line 5.</strong><br />
<strong> substr outside of string at /usr/share/perl5/Text/WrapI18N.pm line 130, &lt;GEN1&gt; line 5</strong></p>
<p>Use this workaround to avoid further similar error messages :</p>
<p><a href="http://www.facepunch.com/threads/1116926">http://www.facepunch.com/threads/1116926</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxindetails.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxindetails.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxindetails.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxindetails.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxindetails.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxindetails.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxindetails.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxindetails.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxindetails.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxindetails.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxindetails.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxindetails.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxindetails.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxindetails.wordpress.com/515/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxindetails.wordpress.com&amp;blog=10278198&amp;post=515&amp;subd=linuxindetails&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxindetails.wordpress.com/2011/09/14/use-of-uninitialized-value-text-in-concatenation-or-string-at-usrshareperl5textwrapi18n-pm-line-101-line-5-substr-outside-of-string-at-usrshareperl5textwrapi18n-pm-line-130-line-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46819732dcb6fc9a90d94f9dbfafe30e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxindetails</media:title>
		</media:content>
	</item>
		<item>
		<title>Debian cd including firmware</title>
		<link>http://linuxindetails.wordpress.com/2011/08/31/debian-cd-including-firmware/</link>
		<comments>http://linuxindetails.wordpress.com/2011/08/31/debian-cd-including-firmware/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 05:48:12 +0000</pubDate>
		<dc:creator>linuxindetails</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Non-free softwares]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[debian cds]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[firmwares]]></category>
		<category><![CDATA[non-firmware iso]]></category>
		<category><![CDATA[squeeze]]></category>
		<category><![CDATA[unofficial cds]]></category>

		<guid isPermaLink="false">http://linuxindetails.wordpress.com/?p=511</guid>
		<description><![CDATA[Debian has made available unofficial CDs ISO including firmwares. For Debian Squeeze, look at : Debian Squeeze netinstall iso including firmware Once downloaded, do not forget to check the iso using shasum utility as follows : fool@localhost:~$ shasum -c SHA512SUMS firmware-6.0.2.1-i386-netinst.iso For more information about Debian CDs/DVDs : Debian CDs/DVDs<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxindetails.wordpress.com&amp;blog=10278198&amp;post=511&amp;subd=linuxindetails&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Debian has made available unofficial CDs ISO including firmwares. For Debian Squeeze, look at :</p>
<p><a href="http://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/current/i386/iso-cd/firmware-6.0.2.1-i386-netinst.iso"> Debian Squeeze netinstall iso including firmware </a></p>
<p>Once downloaded, do not forget to check the iso using shasum utility as follows :</p>
<p><strong>fool@localhost:~$ shasum -c SHA512SUMS firmware-6.0.2.1-i386-netinst.iso</strong></p>
<p>For more information about Debian CDs/DVDs :</p>
<p><a href="//cdimage.debian.org/cdimage/"> Debian CDs/DVDs </a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxindetails.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxindetails.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxindetails.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxindetails.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxindetails.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxindetails.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxindetails.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxindetails.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxindetails.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxindetails.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxindetails.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxindetails.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxindetails.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxindetails.wordpress.com/511/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxindetails.wordpress.com&amp;blog=10278198&amp;post=511&amp;subd=linuxindetails&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxindetails.wordpress.com/2011/08/31/debian-cd-including-firmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46819732dcb6fc9a90d94f9dbfafe30e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxindetails</media:title>
		</media:content>
	</item>
	</channel>
</rss>
