<?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/"
	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>Comments on: 20 percent is a nice surprise</title>
	<atom:link href="http://kmandla.wordpress.com/2009/09/19/20-percent-is-a-nice-surprise/feed/" rel="self" type="application/rss+xml" />
	<link>http://kmandla.wordpress.com/2009/09/19/20-percent-is-a-nice-surprise/</link>
	<description>K.Mandla's blog of Linux experiences</description>
	<lastBuildDate>Mon, 11 Feb 2013 18:19:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: A quick look at framebuffer applications &#171; Motho ke motho ka botho</title>
		<link>http://kmandla.wordpress.com/2009/09/19/20-percent-is-a-nice-surprise/#comment-42727</link>
		<dc:creator><![CDATA[A quick look at framebuffer applications &#171; Motho ke motho ka botho]]></dc:creator>
		<pubDate>Fri, 16 Apr 2010 03:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/09/19/20-percent-is-a-nice-surprise/#comment-42727</guid>
		<description><![CDATA[[...] other small tools that you might find useful: Ali Gholami Rudi&#8217;s fbff, fbpad and fbpdf. Ali mentioned these a long time ago and I dutifully took notes and tried them out. fbpdf, as you might imagine, displays PDF images, [...]]]></description>
		<content:encoded><![CDATA[<p>[...] other small tools that you might find useful: Ali Gholami Rudi&#8217;s fbff, fbpad and fbpdf. Ali mentioned these a long time ago and I dutifully took notes and tried them out. fbpdf, as you might imagine, displays PDF images, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aligrudi</title>
		<link>http://kmandla.wordpress.com/2009/09/19/20-percent-is-a-nice-surprise/#comment-40471</link>
		<dc:creator><![CDATA[aligrudi]]></dc:creator>
		<pubDate>Thu, 24 Sep 2009 17:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/09/19/20-percent-is-a-nice-surprise/#comment-40471</guid>
		<description><![CDATA[Yesterday I needed a vnc client.  After having a look at the available
clients, I decided to write my own minimal version.  So I wrote fbvnc
which is a clone of vt52vnc.  It does not support vnc passwords, so I
run vncserver without any password.

http://repo.or.cz/w/fbvnc.git

Like other programs in my previous post, you need to change the fbval_t
typedef to match your framebuffer color depth (the default is unsigned
short for 16-bit framebuffers).  Also it is black and white but adding
colors is a matter of changing a few lines.  Have a look at the source
code for its keybinding and CLI args.

Again, hope someone finds it useful :-)]]></description>
		<content:encoded><![CDATA[<p>Yesterday I needed a vnc client.  After having a look at the available<br />
clients, I decided to write my own minimal version.  So I wrote fbvnc<br />
which is a clone of vt52vnc.  It does not support vnc passwords, so I<br />
run vncserver without any password.</p>
<p><a href="http://repo.or.cz/w/fbvnc.git" rel="nofollow">http://repo.or.cz/w/fbvnc.git</a></p>
<p>Like other programs in my previous post, you need to change the fbval_t<br />
typedef to match your framebuffer color depth (the default is unsigned<br />
short for 16-bit framebuffers).  Also it is black and white but adding<br />
colors is a matter of changing a few lines.  Have a look at the source<br />
code for its keybinding and CLI args.</p>
<p>Again, hope someone finds it useful <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K.Mandla</title>
		<link>http://kmandla.wordpress.com/2009/09/19/20-percent-is-a-nice-surprise/#comment-40466</link>
		<dc:creator><![CDATA[K.Mandla]]></dc:creator>
		<pubDate>Thu, 24 Sep 2009 02:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/09/19/20-percent-is-a-nice-surprise/#comment-40466</guid>
		<description><![CDATA[Thanks, I&#039;ll have to give those a try. I love trying new programs! :mrgreen:]]></description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ll have to give those a try. I love trying new programs! <img src='http://s2.wp.com/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aligrudi</title>
		<link>http://kmandla.wordpress.com/2009/09/19/20-percent-is-a-nice-surprise/#comment-40454</link>
		<dc:creator><![CDATA[aligrudi]]></dc:creator>
		<pubDate>Mon, 21 Sep 2009 16:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/09/19/20-percent-is-a-nice-surprise/#comment-40454</guid>
		<description><![CDATA[Maybe not much related to this post, here is some of the framebuffer
tools that I use.

* fbpad: a framebuffer terminal emulator that uses libfreetype
  * http://repo.or.cz/w/fbpad.git
  * why written
	  * using truetype fonts
	  * bigger fonts when using LCDs at native resolution
	  * easier terminal management and switching
  * similar: fbterm, fbcon
* fbpdf: a framebuffer pdf viewer
  * http://repo.or.cz/w/fbpdf.git
  * uses poppler and cairo; no need need to install gtk/pango
* fbff: a simple ffmpeg/alsa-based movie player
  * http://repo.or.cz/w/fbff.git
  * very basic
  * takes a magnify arg (repeats pixels); good for old machines
  * similar: mplayer -vo fbdev

But most of them are NOT user friendly, featureful, meant to be released
and documented ;-)  Most configs (like font path and framebuffer depth)
should be set by editting source files.  Hope someone finds them useful.]]></description>
		<content:encoded><![CDATA[<p>Maybe not much related to this post, here is some of the framebuffer<br />
tools that I use.</p>
<p>* fbpad: a framebuffer terminal emulator that uses libfreetype<br />
  * <a href="http://repo.or.cz/w/fbpad.git" rel="nofollow">http://repo.or.cz/w/fbpad.git</a><br />
  * why written<br />
	  * using truetype fonts<br />
	  * bigger fonts when using LCDs at native resolution<br />
	  * easier terminal management and switching<br />
  * similar: fbterm, fbcon<br />
* fbpdf: a framebuffer pdf viewer<br />
  * <a href="http://repo.or.cz/w/fbpdf.git" rel="nofollow">http://repo.or.cz/w/fbpdf.git</a><br />
  * uses poppler and cairo; no need need to install gtk/pango<br />
* fbff: a simple ffmpeg/alsa-based movie player<br />
  * <a href="http://repo.or.cz/w/fbff.git" rel="nofollow">http://repo.or.cz/w/fbff.git</a><br />
  * very basic<br />
  * takes a magnify arg (repeats pixels); good for old machines<br />
  * similar: mplayer -vo fbdev</p>
<p>But most of them are NOT user friendly, featureful, meant to be released<br />
and documented <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />   Most configs (like font path and framebuffer depth)<br />
should be set by editting source files.  Hope someone finds them useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shae</title>
		<link>http://kmandla.wordpress.com/2009/09/19/20-percent-is-a-nice-surprise/#comment-40442</link>
		<dc:creator><![CDATA[shae]]></dc:creator>
		<pubDate>Sat, 19 Sep 2009 04:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/09/19/20-percent-is-a-nice-surprise/#comment-40442</guid>
		<description><![CDATA[Wow!  That is way higher than I would have expected to run without X for very long.  I mean I have done some without-X in the Server environment, but other than that it is X for me.  Perhaps I am a little spoiled on respectable hardware though.

I do think, however, that it is really cool that even today you can get a lot done without X.]]></description>
		<content:encoded><![CDATA[<p>Wow!  That is way higher than I would have expected to run without X for very long.  I mean I have done some without-X in the Server environment, but other than that it is X for me.  Perhaps I am a little spoiled on respectable hardware though.</p>
<p>I do think, however, that it is really cool that even today you can get a lot done without X.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CorkyAgain</title>
		<link>http://kmandla.wordpress.com/2009/09/19/20-percent-is-a-nice-surprise/#comment-40441</link>
		<dc:creator><![CDATA[CorkyAgain]]></dc:creator>
		<pubDate>Sat, 19 Sep 2009 00:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/09/19/20-percent-is-a-nice-surprise/#comment-40441</guid>
		<description><![CDATA[It would interesting to see how many of the people using X use it exclusively.

Do they, for example, know how to write a simple shell script?

Know what nohup and nice do?

Use rsync to back up their files?

The reason I&#039;m wondering about this is because, even when we talk about terminal programs, we almost always end up talking about programs with what ESR calls &quot;captive interfaces&quot;. 

Now, maybe you *can* be a &quot;Linux geek&quot; without having much shell-fu.  But can you really call yourself a Unix geek if you don&#039;t?]]></description>
		<content:encoded><![CDATA[<p>It would interesting to see how many of the people using X use it exclusively.</p>
<p>Do they, for example, know how to write a simple shell script?</p>
<p>Know what nohup and nice do?</p>
<p>Use rsync to back up their files?</p>
<p>The reason I&#8217;m wondering about this is because, even when we talk about terminal programs, we almost always end up talking about programs with what ESR calls &#8220;captive interfaces&#8221;. </p>
<p>Now, maybe you *can* be a &#8220;Linux geek&#8221; without having much shell-fu.  But can you really call yourself a Unix geek if you don&#8217;t?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IceBrain</title>
		<link>http://kmandla.wordpress.com/2009/09/19/20-percent-is-a-nice-surprise/#comment-40440</link>
		<dc:creator><![CDATA[IceBrain]]></dc:creator>
		<pubDate>Sat, 19 Sep 2009 00:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/09/19/20-percent-is-a-nice-surprise/#comment-40440</guid>
		<description><![CDATA[That&#039;s a high number, no doubt. Although some people in the topic mentions not using X in servers, which could skew the results. 

I could probably live without Xorg for most of the things (I already use mostly CLI apps), but a &quot;full featured&quot; web browser still keeps me on GUI land, along with video playing (Xorg can use video acceleration, which decreases both CPU and battery usage).

And the reality is that Xorg only uses 2% of my RAM, which hardly gets used to more than 50%, so there&#039;s really no point in disabling it. Unused resources are just wasted resources.

Sure, I could probably use an older laptop with less RAM if I didn&#039;t use X, but then I wouldn&#039;t have a nice CPU (absolutely needed for compilation and movie conversion), a large HD to store my music and movies, and finally a decent battery - old laptops have lost too much capacity already to be useful outside my house).]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s a high number, no doubt. Although some people in the topic mentions not using X in servers, which could skew the results. </p>
<p>I could probably live without Xorg for most of the things (I already use mostly CLI apps), but a &#8220;full featured&#8221; web browser still keeps me on GUI land, along with video playing (Xorg can use video acceleration, which decreases both CPU and battery usage).</p>
<p>And the reality is that Xorg only uses 2% of my RAM, which hardly gets used to more than 50%, so there&#8217;s really no point in disabling it. Unused resources are just wasted resources.</p>
<p>Sure, I could probably use an older laptop with less RAM if I didn&#8217;t use X, but then I wouldn&#8217;t have a nice CPU (absolutely needed for compilation and movie conversion), a large HD to store my music and movies, and finally a decent battery &#8211; old laptops have lost too much capacity already to be useful outside my house).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
