<?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: Linux tip: How to take a screenshot without X (GUI), just from console</title>
	<atom:link href="http://www.detector-pro.com/2009/01/linux-tip-how-to-take-screenshot.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.detector-pro.com/2009/01/linux-tip-how-to-take-screenshot.html</link>
	<description>Technology Magazine</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:20:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: How to take a screenshot of a tty without actually being in that tty?</title>
		<link>http://www.detector-pro.com/2009/01/linux-tip-how-to-take-screenshot.html/comment-page-1#comment-176357</link>
		<dc:creator>How to take a screenshot of a tty without actually being in that tty?</dc:creator>
		<pubDate>Tue, 26 Apr 2011 07:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/detectorpro/?p=491#comment-176357</guid>
		<description>[...] X server from a virtual console using an application that let you specify the DISPLAY, as in this tip. Unfortunately using the same method you can&#039;t capture a virtual console, since it does not run X.  [...]</description>
		<content:encoded><![CDATA[<p>[...] X server from a virtual console using an application that let you specify the DISPLAY, as in this tip. Unfortunately using the same method you can&#039;t capture a virtual console, since it does not run X.  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: http://chrometablet.net</title>
		<link>http://www.detector-pro.com/2009/01/linux-tip-how-to-take-screenshot.html/comment-page-1#comment-73670</link>
		<dc:creator>http://chrometablet.net</dc:creator>
		<pubDate>Mon, 27 Dec 2010 23:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/detectorpro/?p=491#comment-73670</guid>
		<description>You really help it become seem really easy with your demonstration but I find this specific topic being really an issue that I think I&#039;d never understand. It seems way too complicated and incredibly broad for me personally. I am looking forward for your next publish, I will try to get the practice it!</description>
		<content:encoded><![CDATA[<p>You really help it become seem really easy with your demonstration but I find this specific topic being really an issue that I think I&#8217;d never understand. It seems way too complicated and incredibly broad for me personally. I am looking forward for your next publish, I will try to get the practice it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.detector-pro.com/2009/01/linux-tip-how-to-take-screenshot.html/comment-page-1#comment-465</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 08 Apr 2010 14:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/detectorpro/?p=491#comment-465</guid>
		<description>The title, &quot;How to take a screenshot without X . . .&quot;, is very misleading.  You need to be running X because the the utility called by the script, import, requires X.&lt;br /&gt;&lt;br /&gt;Frrom the man page:&lt;br /&gt;&lt;br /&gt;import  -  saves any visible window on an X server and outputs it as an image file.&lt;br /&gt;&lt;br /&gt;Sure, you can start it from a VT, but without an X server running you will have nothing to capture.  It will not capture a virtual terminal that has no X server.</description>
		<content:encoded><![CDATA[<p>The title, &quot;How to take a screenshot without X . . .&quot;, is very misleading.  You need to be running X because the the utility called by the script, import, requires X.</p>
<p>Frrom the man page:</p>
<p>import  &#8211;  saves any visible window on an X server and outputs it as an image file.</p>
<p>Sure, you can start it from a VT, but without an X server running you will have nothing to capture.  It will not capture a virtual terminal that has no X server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.detector-pro.com/2009/01/linux-tip-how-to-take-screenshot.html/comment-page-1#comment-466</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sat, 10 Jan 2009 16:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/detectorpro/?p=491#comment-466</guid>
		<description>Hi anonymous, I think that the idea of this tip is to capture X on most of Linux distributions from another virtual console. This tip will work also with another virtual console (not just 7).&lt;br /&gt;&lt;br /&gt;Robert</description>
		<content:encoded><![CDATA[<p>Hi anonymous, I think that the idea of this tip is to capture X on most of Linux distributions from another virtual console. This tip will work also with another virtual console (not just 7).</p>
<p>Robert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.detector-pro.com/2009/01/linux-tip-how-to-take-screenshot.html/comment-page-1#comment-467</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 10 Jan 2009 12:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/detectorpro/?p=491#comment-467</guid>
		<description>No, this captures X sessions only.  The &quot;chvt 7&quot; changes to virtual console number 7, which traditionally has X running on it on most Linux distributions.&lt;br /&gt;&lt;br /&gt;If you want to capture command line sessions, try &quot;script&quot;.&lt;br /&gt;&lt;br /&gt;As an aside, since import takes the display as an argument, do you even need to use chvt at all?</description>
		<content:encoded><![CDATA[<p>No, this captures X sessions only.  The &#8220;chvt 7&#8243; changes to virtual console number 7, which traditionally has X running on it on most Linux distributions.</p>
<p>If you want to capture command line sessions, try &#8220;script&#8221;.</p>
<p>As an aside, since import takes the display as an argument, do you even need to use chvt at all?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.detector-pro.com/2009/01/linux-tip-how-to-take-screenshot.html/comment-page-1#comment-468</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 10 Jan 2009 06:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/detectorpro/?p=491#comment-468</guid>
		<description>i guess you cold as well use this strategy in a script to make screencasts of CLI sessions!</description>
		<content:encoded><![CDATA[<p>i guess you cold as well use this strategy in a script to make screencasts of CLI sessions!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

