<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Rough Book &#187; windows xp</title>
	<atom:link href="http://vivin.net/tag/windows-xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://vivin.net</link>
	<description>random musings of just another computer nerd</description>
	<lastBuildDate>Tue, 17 Jan 2012 23:32:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>An update to running aterm (or any other X app) rootless, without a DOS console on Cygwin</title>
		<link>http://vivin.net/2009/03/29/an-update-to-running-aterm-or-any-other-x-app-rootless-without-a-dos-console-on-cygwin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://vivin.net/2009/03/29/an-update-to-running-aterm-or-any-other-x-app-rootless-without-a-dos-console-on-cygwin/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 23:46:08 +0000</pubDate>
		<dc:creator>vivin</dc:creator>
				<category><![CDATA[Cygwin]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[aterm]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[windows xp]]></category>
		<category><![CDATA[x]]></category>

		<guid isPermaLink="false">http://vivin.net/?p=406</guid>
		<description><![CDATA[A while ago, I wrote up a quick guide about running X/Windows applications (specifically, aterm) without root windows on Windows, using Cygwin. Recently I tried to set it up again and I realized that some of the information is slightly out of date. I&#8217;m also endeavoring to write a better guide. I&#8217;m assuming that you [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago, I wrote up a <a href="http://vivin.net/2007/03/27/running-aterm-or-any-other-x-app-rootless-without-a-dos-console-on-cygwin/" target="_blank">quick guide</a> about running X/Windows applications (specifically, <span style="font-family: courier new;">aterm</span>) without root windows on Windows, using Cygwin. Recently I tried to set it up again and I realized that some of the information is slightly out of date. I&#8217;m also endeavoring to write a better guide. I&#8217;m assuming that you have, at the very least, a decent understanding of building things from source. The process under Cygwin is pretty much the same as under any other *nix, but there are a few quirks. On the whole, it&#8217;s a whole lot easier than it used to be. This guide is primarily geared towards running <span style="font-family: courier new;">aterm</span> with a transparent background on a windows machine so that you can have a decent client for the Cygwin commandline, instead of the crappy Windows one.</p>
<p>I&#8217;m assuming that you already have Cygwin installed. If you don&#8217;t, you can get it from <a href="http://cygwin.com" target="_blank">here</a>. In addition to whatever other packages you have selected to customize your install, you also need development packages (gcc and friends), Xorg packages (headers, includes, and libraries), and a few graphics libraries (for <span style="font-family: courier new;">aterm</span>):</p>
<ul>
<li>Devel
<ul>
<li>gcc-core</li>
<li>gcc-g++</li>
<li>libXaw3d-devel (for <span style="font-family: courier new;">xv</span>)</li>
<li>libjpeg-devel (for <span style="font-family: courier new;">aterm</span>)</li>
<li>libpng12-devel (for <span style="font-family: courier new;">aterm</span>)</li>
</ul>
</li>
<li>Libs
<ul>
<li>jpeg (for <span style="font-family: courier new;">aterm</span>)</li>
<li>libXaw3d-devel</li>
<li>libXaw3d-7</li>
<li>libfreetype6</li>
<li>libjpeg-devel</li>
<li>libjpeg62 (for <span style="font-family: courier new;">aterm</span>)</li>
<li>libjpeg6b (for <span style="font-family: courier new;">aterm</span>)</li>
<li>libpng12 (for <span style="font-family: courier new;">aterm</span>)</li>
<li>libpng12-devel (for <span style="font-family: courier new;">aterm</span>)</li>
<li>libtiff5 (for <span style="font-family: courier new;">aterm</span>, <span style="font-family: courier new;">xv</span>)</li>
<li>zlib-devel (for <span style="font-family: courier new;">aterm</span>)</li>
<li>zlib0 (for <span style="font-family: courier new;">aterm</span>)</li>
</ul>
</li>
<li>Utils
<ul>
<li>bzip2 (to handle .bz2 files)</li>
</ul>
</li>
<li>X11
<ul>
<li>libX11-devel</li>
<li>xinit</li>
<li>xsetroot (if <span style="font-family: courier new;">xv</span> doesn&#8217;t work for you)</li>
</ul>
</li>
</ul>
<p>After Cygwin finishes installing those packages, grab the sources for <span style="font-family: courier new;"><a href="http://www.afterstep.org/afterimage/getcode.php" target="_blank">libAfterImage</a></span>, <span style="font-family: courier new;"><a href="http://sourceforge.net/project/showfiles.php?group_id=888" target="_blank">aterm</a></span>, and <span style="font-family: courier new;"><a href="http://www.trilon.com/xv/downloads.html" target="_blank">xv</a></span>. Unpack the sources perform the requisite steps to build and install from source (<span style="font-family: courier new;">./configure</span>, <span style="font-family: courier new;">make</span>, and <span style="font-family: courier new;">make install</span> should work if all goes well).</p>
<p><strong><span style="font-family: courier new;">libAfterImage:</span></strong></p>
<p>If you get <span style="font-family: courier new;">&#8220;parse error before XErrorEvent&#8221;</span> errors while building <span style="font-family: courier new;">libAfterImage</span>, make sure that you didn&#8217;t forget to select the X11 development package.</p>
<p><strong><span style="font-family: courier new;">aterm</span>:</strong></p>
<p><span style="font-family: courier new;">gcc</span> on Cygwin expects <span style="font-family: courier new;">&#8211;rdynamic</span> and not <span style="font-family: courier new;">-rdynamic</span>. If you&#8217;re seeing these errors, edit the Makefiles under <span style="font-family: courier new;">src</span> and <span style="font-family: courier new;">src/graphics</span> within the <span style="font-family: courier new;">aterm</span> source directory. Change the &#8220;-rdynamic&#8221; to &#8220;&#8211;rdynamic&#8221;. The changes should be on line 54 for both files.</p>
<p><strong><span style="font-family: courier new;">xv</span>:</strong></p>
<p>Under the <span style="font-family: courier new;">tiff</span> directory within the <span style="font-family: courier new;">xv</span> sources, there is a file called <span style="font-family: courier new;">RANLIB.csh</span>. Edit this file and make sure that you ONLY have the following line in there:</p>
<pre class="brush: php">
ranlib $1 &gt;&amp; /dev/null
</pre>
<p>Otherwise the build process will fail. Additionally, you need to edit <span style="font-family: courier new;">xv.h</span>. This file lives right at the root of your <span style="font-family: courier new;">xv</span> source directory. If you do not perform the following change, you&#8217;ll get errors from gcc complaining that &#8220;<span style="font-family: courier new;">sys_errlist</span> has previously been defined&#8221;. Change line 119 of <span style="font-family: courier new;">xv.h</span> to:</p>
<pre class="brush: php">
/*extern char *sys_errlist[]; */    /* this too... */
</pre>
<p>What you&#8217;re doing is commenting out the definition for <span style="font-family: courier new;">sys_errlist</span> so that it doesn&#8217;t conflict with what has already been defined in the Cygwin header files. These changes should be the only ones you need to get <span style="font-family: courier new;">xv</span> compiling and running.</p>
<p>Now you need to set up two batch files. One to start up X rootlessly, and another to start up <span style="font-family: courier new;">aterm</span>. Before you do that, make sure you add <span style="font-family: courier new;">C:\cygwin\usr\bin</span> and <span style="font-family: courier new;">C:\cygwin\X11R6\usr\bin</span> to your <span style="font-family: courier new;">PATH</span> variable. You can do this by going to <em>My Computer &gt; Properties &gt; Advanced &gt; Environment Variables</em>. If you don&#8217;t do this, you&#8217;ll get &#8220;cygwin1.dll not found&#8221; errors while trying to run these batch files. The X windows binaries used to live in <span style="font-family: courier new;">C:\cygwin\usr\X11R6\bin</span>, but have since been moved to <span style="font-family: courier new;">C:\cygwin\usr\bin</span>. Therefore, the start-up batch-file now looks like this:</p>
<p><strong><span style="font-family: courier new;">xwin.bat:</span></strong></p>
<pre class="brush: php">
C:\cygwin\usr\X11R6\bin\run.exe C:\cygwin\usr\bin\xwin.exe -multiwindow -clipboard -silent-dup-error
C:\cygwin\usr\X11R6\bin\run.exe C:\cygwin\usr\local\bin\xv.exe -display :0 -root -quit -be -max /cygdrive/c/Documents\ and\ Settings/vivin/My\ Documents/My\ Pictures/Wallpapers/01707_spectrumofthesky_1920x1200.jpg
</pre>
<p>The first line starts up the X windowing system. The second line sets the wallpaper using <span style="font-family: courier new;">aterm</span>. You now need another batch file to run <span style="font-family: courier new;">aterm</span>, and that looks like this:</p>
<p><strong><span style="font-family: courier new;">aterm.bat</span></strong></p>
<pre class="brush: php">
C:\cygwin\usr\X11R6\bin\run.exe C:\cygwin\bin\bash.exe --login -i -c &quot;aterm -sh 80 -tr -trsb -fade 20 -tint gray -sb -st -sr -sl 1000 -tn xterm&quot;
</pre>
<p>This file starts <span style="font-family: courier new;">aterm</span> with the background image at 50% brightness, transparent background, transparent scrollbar, 20% fading on losing focus, gray tint, scrollbar, trough-less scrollbar, scrollbar on the right, 1000 scrollback lines, and with xterm terminal emulation. Like I mentioned in my original guide. <span style="font-family: courier new;">xv</span> will sometimes fail to start with <span style="font-family: courier new;">xwin</span>. If that is the case, you can modify <span style="font-family: courier new;">aterm.bat</span> to look like this:</p>
<p><strong><span style="font-family: courier new;">aterm.bat</span>:</strong></p>
<pre class="brush: php">
C:\cygwin\usr\X11R6\bin\run.exe C:\cygwin\bin\bash.exe --login -i -c &quot;xv -display :0 -root -quit -be -max /cygdrive/c/Documents\ and\ Settings/vivin/My\ Documents/My\ Pictures/Wallpapers/01707_spectrumofthesky_1920x1200.jpg &amp;amp;amp;amp;amp;&amp;amp;amp;amp;amp; aterm -sh 80 -tr -trsb -fade 20 -tint gray -sb -st -sr -sl 1000 -tn xterm&quot;
</pre>
<p>Slightly inefficient, but it works. Now if you have a dual-monitor display, you&#8217;ll notice that the background image is stretched across both screens when you run <span style="font-family: courier new;">aterm</span>. This is probably not what you want. To fix this problem you need to change a few invocation options for <span style="font-family: courier new;">xv</span>. For this to work properly (meaning, not look crappy) both screens should be running at the same resolution:</p>
<pre class="brush: php">
xv -display :0 -root -quit -be -maxpect -rmode 1 /cygdrive/c/Documents\ and\ Settings/vivin/My\ Documents/My\ Pictures/Wallpapers/01707_spectrumofthesky_1920x1200.jpg
</pre>
<p>Notice the <span style="font-family: courier new;">-maxpect</span> and <span style="font-family: courier new;">-rmode 1</span> options. <span style="font-family: courier new;">-maxpect</span> expands the image to fill the screen while maintaining the aspect ratio, while <span style="font-family: courier new;">-rmode 1</span> sets the display mode on <span style="font-family: courier new;">xv</span> to <span style="font-family: courier new;">tiled</span>. So you should now have your wallpaper displaying on both screens now (under X) without being distorted.</p>
<p>Here&#8217;s what it looks like on my machine:</p>
<p style="text-align: center;"><a href="http://vivin.net/pub/x_with_xp/xp_aterm_trans_dualmonitor.png" target="_blank"><img title="aterm running on XP under X with a dual-monitor setup" src="http://vivin.net/php/image.php?source=/home/vivin/www/pub/x_with_xp/xp_aterm_trans_dualmonitor.png&amp;type=png&amp;height=0.25&amp;width=0.25" alt="aterm running on XP under X with a dual-monitor setup" /></a></p>
<p>This is on a dual-monitor setup with both screens running at 1920&#215;1200 resolution. I&#8217;ve set X&#8217;s background to be the same as my windows Wallpaper so that it looks cooler. Notice how the background image (inside <span style="font-family: courier new;">aterm</span>) is not stretched, but tiled across the two screens. That&#8217;s all there is to it. Seems like a bit of work, but I think it&#8217;s worth it. My main reason for going through all this trouble was to get a decent terminal running in windows. I guess I could have just used <span style="font-family: courier new;">xterm</span>, but <span style="font-family: courier new;">aterm</span> looks so much nicer, doesn&#8217;t it?</p>
<br /><a href="http://vivin.net/?p=406#comments" title="Comments on &quot;An update to running aterm (or any other X app) rootless, without a DOS console on Cygwin&quot;"><img src="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?406" alt="Comments" /></a><img src="http://vivin.net/?ak_action=api_record_view&#38;id=406&#38;type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://vivin.net/2009/03/29/an-update-to-running-aterm-or-any-other-x-app-rootless-without-a-dos-console-on-cygwin/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
	
		<media:thumbnail url="http://vivin.net/php/image.php?source=/home/vivin/www/pub/x_with_xp/xp_aterm_trans_dualmonitor.png&#38;type=png&#38;height=0.25&#38;width=0.25" />
		<media:content url="http://vivin.net/php/image.php?source=/home/vivin/www/pub/x_with_xp/xp_aterm_trans_dualmonitor.png&#38;type=png&#38;height=0.25&#38;width=0.25" medium="image">
			<media:title type="html">aterm running on XP under X with a dual-monitor setup</media:title>
		</media:content>
		<media:content url="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?406" medium="image">
			<media:title type="html">Comments</media:title>
		</media:content>
		<media:content url="http://vivin.net/?ak_action=api_record_view&#38;id=406&#38;type=feed" medium="image" />
	</item>
		<item>
		<title>There is no Windows 7</title>
		<link>http://vivin.net/2008/12/28/there-is-no-windows-7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://vivin.net/2008/12/28/there-is-no-windows-7/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 00:24:30 +0000</pubDate>
		<dc:creator>vivin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://vivin.net/?p=397</guid>
		<description><![CDATA[Here is a first look at the Windows 7 beta. All I could really get from the review was that &#8220;it&#8217;s done&#8221;, and that it &#8220;feels snappier&#8221; and that it is &#8220;more responsive&#8221;. In the screenshots it still looks like Vista. The taskbar reminds me of KDE. A bunch of torrent sites have the beta [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a <a target = "_blank" href = "http://blogs.zdnet.com/hardware/?p=3222">first look</a> at the <a target = "_blank" href = "http://en.wikipedia.org/wiki/Windows_7">Windows 7</a> beta. All I could really get from the review was that &#8220;it&#8217;s done&#8221;, and that it &#8220;feels snappier&#8221; and that it is &#8220;more responsive&#8221;. In the screenshots it still looks like <a target = "_blank" href = "http://en.wikipedia.org/wiki/Windows_Vista">Vista</a>. The taskbar reminds me of <a target = "_blank" href = "http://en.wikipedia.org/wiki/KDE">KDE</a>. A <a target = "_blank" href = "http://www.itwire.com/content/view/22478/1103">bunch</a> of torrent sites have the beta up for download. Microsoft is expected to announce the build&#8217;s public availability in January. So you can get a copy of it and try it out, but to do so might be &#8220;breaking the law&#8221;. But that hasn&#8217;t deterred a bunch of people who&#8217;re out downloading it. Right now, <a target = "_blank" href = "http://piratebay.org">piratebay</a>&#8216;s torrent for the beta is showing 2,503 seeds and 8,137 peers.</p>
<p>On another note though. People seem to think that this is a <em>new</em> operating system from Microsoft. It isn&#8217;t. It&#8217;s just Vista Service Pack 3, in my opinion. I mean, how long did it take Microsoft to come up with Vista after XP? I seriously doubt they got a brand new operating system out in about a year and a half. The name is just a PR campaign to bury the name &#8220;Vista&#8221;. There is so much bad press and publicity surrounding the name that Microsoft has to get away from it, if they want the Vista codebase to be successful. </p>
<p>I had Vista on my laptop. It was alright; I didn&#8217;t use it long enough to run into too many issues. The UAC prompts were pretty annoying though. Also, compiling anything on it took forever. I&#8217;m running Ubuntu on it now, and it&#8217;s way faster. My sister and my dad both run Vista, but I haven&#8217;t heard of them having any problems. If Windows 7 really is good, then I might actually consider running it. I currently have only one Windows machine and that&#8217;s running XP. Everything else is either running FreeBSD or Linux.</p>
<br /><a href="http://vivin.net/?p=397#comments" title="Comments on &quot;There is no Windows 7&quot;"><img src="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?397" alt="Comments" /></a><img src="http://vivin.net/?ak_action=api_record_view&#38;id=397&#38;type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://vivin.net/2008/12/28/there-is-no-windows-7/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:thumbnail url="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?397" />
		<media:content url="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?397" medium="image">
			<media:title type="html">Comments</media:title>
		</media:content>
		<media:content url="http://vivin.net/?ak_action=api_record_view&#38;id=397&#38;type=feed" medium="image" />
	</item>
		<item>
		<title>Running aterm (or any other X app) rootless, without a DOS console on Cygwin</title>
		<link>http://vivin.net/2007/03/27/running-aterm-or-any-other-x-app-rootless-without-a-dos-console-on-cygwin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://vivin.net/2007/03/27/running-aterm-or-any-other-x-app-rootless-without-a-dos-console-on-cygwin/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 23:14:04 +0000</pubDate>
		<dc:creator>vivin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Cygwin]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[aterm]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[windows xp]]></category>
		<category><![CDATA[x]]></category>

		<guid isPermaLink="false">http://vivin.net/?p=370</guid>
		<description><![CDATA[This guide is outdated. Please check out the updated version of this guide here. On any system that I plan to use for an extended period of time, I will always install Cygwin. This is mainly because I like have UNIX tools on Windows, and also so that I can use the console to do [...]]]></description>
			<content:encoded><![CDATA[<p><strong>This guide is outdated. Please check out the updated version of this guide <a target = "_blank" href = "http://vivin.net/2009/03/29/an-update-to-running-aterm-or-any-other-x-app-rootless-without-a-dos-console-on-cygwin-/">here</a>.</strong></p>
<p>On <em>any</em> system that I plan to use for an extended period of time, I will always install <a target = "_blank" href = "http://cygwin.com">Cygwin</a>. This is mainly because I like have UNIX tools on Windows, and also so that I can use the console to do things that DOS is not able to do. I started using Cygwin in 2000, and I&#8217;ve continued using it since. One of the cool things you can do with Cygwin is run <a target = "_blank" href = "http://en.wikipedia.org/wiki/X_Window_System">X</a>, which means that you can have X applications running on the Windows desktop. When I was interning at <a target = "_blank" href = "http://motorola.com">Motorola</a>, I used to run <a target = "_blank" href = "http://www.hummingbird.com/products/nc/exceed/index.html?cks=y">eXceed</a>, with <a target = "_blank" href = "http://en.wikipedia.org/wiki/Fvwm">fvwm</a>. This was where I first ran into <a target = "_blank" href = "http://www.afterstep.org/aterm.php">aterm</a>. What I liked most about aterm is the eye-candy. You can have transparent windows with shading effects and all sorts of other cool stuff. I tried to get aterm running on my machine at home by compiling it from source under Cygwin. I was eventually able to do this (install <em>libjpeg</em>, <em>libpng</em>, <em>libAfterImage</em>, <em>zlib</em>, and the X includes and libraries first), but what I didn&#8217;t like was the fact that you had to start up a Cygwin console to open up X, and then aterm. I wanted aterm to start up and run directly without that ugly DOS/Cygwin console window. Of course, you can&#8217;t simply run the aterm executable because it needs X and Cygwin to be running. I eventually figured it out (actually a few months before leaving on my &#8220;extended vacation&#8221;) by starting out with X running with a rootless window. Oh, and <em>run.exe</em> proved to be very helpful. Anyway, here is how you do it:</p>
<p>First you need to add <em>C:\cygwin\bin</em> to your <em>PATH</em> Environment Variable. You can do this from <em>My Computer &#62; Properties &#62; Advanced &#62; Environment Variables</em>. You might also have to add <em>C:\cygwin\usr\X11R6\bin</em> to <em>PATH</em>.</p>
<p>Then you need to create two batch files. The first one is to start X, and the second one is to start aterm (or whatever X app you want to start). The example I&#8217;m going to show includes starting up X with a wallpaper (using <a target = "_blank" href = "http://www.trilon.com/xv/">xv</a>), and then running aterm. I run aterm with a transparent background, using the X wallpaper. However, you can also load aterm with a background image of your choice.</p>
<p>The batch file to start X, which I call <em>xwin.bat</em> looks like this:</p>
<pre class="brush: php">
C:\cygwin\usr\X11R6\bin\run.exe C:\cygwin\usr\X11R6\bin\xwin.exe -multiwindow -clipboard -silent-dup-error
C:\cygwin\usr\X11R6\bin\run.exe C:\cygwin\usr\local\bin\xv.exe -display :0 -root -quit -be -maxpect /cygdrive/c/Wallpapers/upper_limit_wp_dark_1600.jpg
</pre>
<p>This will start up X in a rootless window with <em>upper_limit_wp_dark_1600.jpg</em> as your X wallpaper. Next, you write a batch file (<em>aterm.bat</em>) that will load aterm:</p>
<pre class="brush: php">
C:\cygwin\usr\X11R6\bin\run.exe C:\cygwin\bin\bash.exe --login -i -c &quot;aterm -sh 50 -tr -trsb -fade 20 -tint gray -bl -sb -st -sr -sl 1000 -tn xterm&quot;
</pre>
<p>This batch file will load aterm with the background image at 50% brightness, transparent background, transparent scrollbar, 20% fading on losing focus, gray tint, borderless window (sometimes works), scrollbar, trough-less scrollbar, scrollbar on the right, 1000 scrollback lines, and with xterm terminal emulation.  One issue I have had with this, is that aterm may load up with the default (checkered) X background. This is because the <em>xv</em> did not properly execute in <em>xwin.bat</em>. I have no idea why this happens, sometimes it works, and sometimes it doesn&#8217;t. If it doesn&#8217;t, you can modify <em>aterm.bat</em>:</p>
<pre class="brush: php">
C:\cygwin\usr\X11R6\bin\run.exe C:\cygwin\bin\bash.exe --login -i -c &quot;xv -display :0 -root -quit -be -max /cygdrive/c/Wallpapers/upper_limit_wp_dark_1600.jpg &amp;#38;&amp;#38; aterm -sh 50 -tr -trsb -fade 20 -tint gray -bl -sb -st -sr -sl 1000 -tn xterm&quot;
</pre>
<p>This batch file will load <em>xv</em> every time you start aterm, so there is a slight performance hit on startup. However, it&#8217;s not that big of a deal because the <em>xv</em> instance quits right after it sets up the wallpaper, and so you&#8217;re not loading a new instance of <em>xv</em> into the memory every time.</p>
<p>Well, there you have it. I hope it was helpful!</p>
<p style = "text-align:center">
<a target = "_blank" href = "http://vivin.net/pub/x_with_xp/x_with_xp.png"><img title = "X with XP" alt = "X with XP" class = ""   src = "http://vivin.net/php/image.php?source=/home/vivin/www/pub/x_with_xp/x_with_xp.png&amp;type=png&amp;height=0.42&amp;width=0.42" /></a><br />
<strong>Screenshot of my XP desktop, with aterm, xcalc, xclock, xeyes, and xterm running</strong></p>
<br /><a href="http://vivin.net/?p=370#comments" title="Comments on &quot;Running aterm (or any other X app) rootless, without a DOS console on Cygwin&quot;"><img src="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?370" alt="Comments" /></a><img src="http://vivin.net/?ak_action=api_record_view&#38;id=370&#38;type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://vivin.net/2007/03/27/running-aterm-or-any-other-x-app-rootless-without-a-dos-console-on-cygwin/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:thumbnail url="http://vivin.net/php/image.php?source=/home/vivin/www/pub/x_with_xp/x_with_xp.png&#38;type=png&#38;height=0.42&#38;width=0.42" />
		<media:content url="http://vivin.net/php/image.php?source=/home/vivin/www/pub/x_with_xp/x_with_xp.png&#38;type=png&#38;height=0.42&#38;width=0.42" medium="image">
			<media:title type="html">X with XP</media:title>
		</media:content>
		<media:content url="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?370" medium="image">
			<media:title type="html">Comments</media:title>
		</media:content>
		<media:content url="http://vivin.net/?ak_action=api_record_view&#38;id=370&#38;type=feed" medium="image" />
	</item>
		<item>
		<title>w00t</title>
		<link>http://vivin.net/2004/10/19/w00t/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://vivin.net/2004/10/19/w00t/#comments</comments>
		<pubDate>Tue, 19 Oct 2004 20:16:34 +0000</pubDate>
		<dc:creator>vivin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Nerdy Stuff]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[nerdy]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://vivin.net/?p=311</guid>
		<description><![CDATA[You know what&#8217;s so sweet? I am using Winamp to make an http connection to my FreeBSD machine to access music that&#8217;s on my XP machine through an SMB share. So my music goes from my XP machine through the SMB share to my FreeBSD machine and from there over the internet through a symlinked [...]]]></description>
			<content:encoded><![CDATA[<p>You know what&#8217;s so sweet? I am using Winamp to make an http connection to my FreeBSD machine to access music that&#8217;s on my XP machine through an SMB share. So my music goes from my XP machine through the SMB share to my FreeBSD machine and from there over the internet through a symlinked directory in my pub folder to arrive at my laptop. So Schweeet! I can access my entire music collection!</p>
<br /><a href="http://vivin.net/?p=311#comments" title="Comments on &quot;w00t&quot;"><img src="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?311" alt="Comments" /></a><img src="http://vivin.net/?ak_action=api_record_view&#38;id=311&#38;type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://vivin.net/2004/10/19/w00t/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?311" />
		<media:content url="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?311" medium="image">
			<media:title type="html">Comments</media:title>
		</media:content>
		<media:content url="http://vivin.net/?ak_action=api_record_view&#38;id=311&#38;type=feed" medium="image" />
	</item>
		<item>
		<title>Upgraded System</title>
		<link>http://vivin.net/2004/01/16/upgraded-system/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://vivin.net/2004/01/16/upgraded-system/#comments</comments>
		<pubDate>Fri, 16 Jan 2004 10:09:20 +0000</pubDate>
		<dc:creator>vivin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[computer hardware]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://vivin.net/?p=229</guid>
		<description><![CDATA[I just upgraded my WinXP machine. She&#8217;s a 2.4Ghz HyperThread Enabled Pentium IV with 1 Gb RAM. I have about 230 Gb that spans across two disks (one 160 Gb and one 75 Gb). I had to get a RAID controller. All of the other hardware is the same. It took me about three freaking [...]]]></description>
			<content:encoded><![CDATA[<p>I just upgraded my WinXP machine. She&#8217;s a 2.4Ghz HyperThread Enabled Pentium IV with 1 Gb RAM. I have about 230 Gb that spans across two disks (one 160 Gb and one 75 Gb). I had to get a RAID controller. All of the other hardware is the same. It took me about three freaking days to get it all working. It was a bitch. The last day was the worst. It wouldn&#8217;t POST and there was no video. I must have taken apart everything and put it back together about 10 or 15 times. Finally I took it all out &#8211; including the motherboard. There was a dust bunny beneath it. Maybe it was shorting the board. I dunno&#8230; the no video problem was pretty intermittent. Anyway&#8230; it&#8217;s all working now. I just have to back up my old stuff&#8230; it&#8217;s kinda late now though&#8230; I&#8217;ll do it tomorrow&#8230; I need some SLEEP now.</p>
<br /><a href="http://vivin.net/?p=229#comments" title="Comments on &quot;Upgraded System&quot;"><img src="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?229" alt="Comments" /></a><img src="http://vivin.net/?ak_action=api_record_view&#38;id=229&#38;type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://vivin.net/2004/01/16/upgraded-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?229" />
		<media:content url="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?229" medium="image">
			<media:title type="html">Comments</media:title>
		</media:content>
		<media:content url="http://vivin.net/?ak_action=api_record_view&#38;id=229&#38;type=feed" medium="image" />
	</item>
		<item>
		<title>So many toys!</title>
		<link>http://vivin.net/2003/12/01/so-many-toys/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://vivin.net/2003/12/01/so-many-toys/#comments</comments>
		<pubDate>Mon, 01 Dec 2003 17:51:50 +0000</pubDate>
		<dc:creator>vivin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Family and Friends]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[black friday]]></category>
		<category><![CDATA[computer hardware]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[thanksgiving]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://vivin.net/?p=211</guid>
		<description><![CDATA[Woohoo! I love the Friday after Thanksgiving. I got my self two 256Mb RAMBUSes and also a 160Gb HD. All for a schweet, schweet price! Now my machine is running with 768Mb of RAM. I am so tempted to go up to 1Gb! I am going to put the 160Gb in my WinXP machine. And [...]]]></description>
			<content:encoded><![CDATA[<p>Woohoo! I love the Friday after Thanksgiving. I got my self two 256Mb RAMBUSes and also a 160Gb HD. All for a schweet, schweet price! Now my machine is running with 768Mb of RAM. I am so tempted to go up to 1Gb! I am going to put the 160Gb in my WinXP machine. And keep the 75Gb in there too. I still have a 512Mb SIMM lying around and also two 64Mb RAMBUSes. Maybe I should put the RAMBUSes in the FreeBSD machine and the 512Mb into the new server that I want. SCHWEETNESS!</p>
<p>Ugh. Back to school. I wish I was still in Cali. I built 3 computers in two days. Can&#8217;t wait for the semester to be done!</p>
<br /><a href="http://vivin.net/?p=211#comments" title="Comments on &quot;So many toys!&quot;"><img src="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?211" alt="Comments" /></a><img src="http://vivin.net/?ak_action=api_record_view&#38;id=211&#38;type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://vivin.net/2003/12/01/so-many-toys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?211" />
		<media:content url="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?211" medium="image">
			<media:title type="html">Comments</media:title>
		</media:content>
		<media:content url="http://vivin.net/?ak_action=api_record_view&#38;id=211&#38;type=feed" medium="image" />
	</item>
		<item>
		<title>smbfs</title>
		<link>http://vivin.net/2003/02/23/smbfs/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://vivin.net/2003/02/23/smbfs/#comments</comments>
		<pubDate>Mon, 24 Feb 2003 03:41:36 +0000</pubDate>
		<dc:creator>vivin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[cups]]></category>
		<category><![CDATA[modelsim]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[sharity lite]]></category>
		<category><![CDATA[smbfs]]></category>
		<category><![CDATA[windows xp]]></category>
		<category><![CDATA[xilinx]]></category>

		<guid isPermaLink="false">http://vivin.net/?p=159</guid>
		<description><![CDATA[Sharity-Lite stopped working&#8230; No, wait&#8230; Actually it might have been my Windows machine. Ever since I installed that piece-of-crap Xilix ISE and ModelSim software my computer has been acting weird. It wouldn&#8217;t authenticate requests from Sharity-Light. The only way I could mount drives was if I enable simple file sharing. I couldn&#8217;t have that&#8230; I [...]]]></description>
			<content:encoded><![CDATA[<p>Sharity-Lite stopped working&#8230; No, wait&#8230; Actually it might have been my Windows machine. Ever since I installed that piece-of-crap Xilix ISE and ModelSim software my computer has been acting weird. It wouldn&#8217;t authenticate requests from Sharity-Light. The only way I could mount drives was if I enable simple file sharing. I couldn&#8217;t have that&#8230; I wanted it to be exclusive&#8230; It used to work before, but for some reason, now it doesn&#8217;t. That&#8217;s when I discovered SMBFS. It&#8217;s pretty neat. Mounts Windows shares really well! That and CUPS works really nicely with my HP Deskjet 812C, which is now connected to my FreeBSD machine. God I&#8217;m such a nerd!</p>
<br /><a href="http://vivin.net/?p=159#comments" title="Comments on &quot;smbfs&quot;"><img src="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?159" alt="Comments" /></a><img src="http://vivin.net/?ak_action=api_record_view&#38;id=159&#38;type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://vivin.net/2003/02/23/smbfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?159" />
		<media:content url="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?159" medium="image">
			<media:title type="html">Comments</media:title>
		</media:content>
		<media:content url="http://vivin.net/?ak_action=api_record_view&#38;id=159&#38;type=feed" medium="image" />
	</item>
		<item>
		<title>Samba</title>
		<link>http://vivin.net/2002/12/11/samba/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://vivin.net/2002/12/11/samba/#comments</comments>
		<pubDate>Wed, 11 Dec 2002 17:19:20 +0000</pubDate>
		<dc:creator>vivin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[nfs]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://vivin.net/?p=140</guid>
		<description><![CDATA[Got samba working on my FreeBSD machine. Now I can access NFS shares from my XP box.]]></description>
			<content:encoded><![CDATA[<p>Got samba working on my FreeBSD machine. Now I can access NFS shares from my XP box.</p>
<br /><a href="http://vivin.net/?p=140#comments" title="Comments on &quot;Samba&quot;"><img src="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?140" alt="Comments" /></a><img src="http://vivin.net/?ak_action=api_record_view&#38;id=140&#38;type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://vivin.net/2002/12/11/samba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?140" />
		<media:content url="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?140" medium="image">
			<media:title type="html">Comments</media:title>
		</media:content>
		<media:content url="http://vivin.net/?ak_action=api_record_view&#38;id=140&#38;type=feed" medium="image" />
	</item>
		<item>
		<title>Fixed Sharity Light Problem</title>
		<link>http://vivin.net/2002/11/20/fixed-sharity-light-problem/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://vivin.net/2002/11/20/fixed-sharity-light-problem/#comments</comments>
		<pubDate>Wed, 20 Nov 2002 08:04:38 +0000</pubDate>
		<dc:creator>vivin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://vivin.net/?p=130</guid>
		<description><![CDATA[Fixed the problem. I had (wrongly) set the hostname for my XP box as 10.0.0.1. D&#8217;OH! It should have been 10.0.0.2. Works perfectly now!]]></description>
			<content:encoded><![CDATA[<p>Fixed the problem. I had (wrongly) set the hostname for my XP box as 10.0.0.1. D&#8217;OH! It should have been 10.0.0.2. Works perfectly now!</p>
<br /><a href="http://vivin.net/?p=130#comments" title="Comments on &quot;Fixed Sharity Light Problem&quot;"><img src="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?130" alt="Comments" /></a><img src="http://vivin.net/?ak_action=api_record_view&#38;id=130&#38;type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://vivin.net/2002/11/20/fixed-sharity-light-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?130" />
		<media:content url="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?130" medium="image">
			<media:title type="html">Comments</media:title>
		</media:content>
		<media:content url="http://vivin.net/?ak_action=api_record_view&#38;id=130&#38;type=feed" medium="image" />
	</item>
		<item>
		<title>Horrible</title>
		<link>http://vivin.net/2002/11/15/horrible/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://vivin.net/2002/11/15/horrible/#comments</comments>
		<pubDate>Sat, 16 Nov 2002 02:14:24 +0000</pubDate>
		<dc:creator>vivin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[webserver]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://vivin.net/?p=124</guid>
		<description><![CDATA[How hard can installing a new OS get? Pretty damn hard. It took three hard disks and two other OS&#8217;es to get it right. Huh what? Yeah you heard me&#8230; I wanted switch from Windows XP Home to Windows XP Professional. So I pull out a pre-activated copy (muhaha) that my buddy gave me a [...]]]></description>
			<content:encoded><![CDATA[<p>How hard can installing a new OS get? Pretty damn hard. It took <strong>three</strong> hard disks and <strong>two</strong> other OS&#8217;es to get it right. Huh what? Yeah you heard me&#8230; I wanted switch from Windows XP Home to Windows XP Professional. So I pull out a pre-activated copy (muhaha) that my buddy gave me a year ago and start installing it. I selected the &#8220;Update&#8221; option. Call it intuition. But after using computers for more than 12 years, I have an idea when things are about to go wrong. Sure enough, it did. I can probably illustrate this better in a more logical format:</p>
<p><strong><span style = "text-decoration:underline">Problem</span></strong></p>
<p>XP installation starts, runs for a while and then crashes with a blue screen. I rebooted and tried to install again. Same problem. Did this three times. No difference.</p>
<p><strong><span style = "text-decoration:underline">Solution</span></strong></p>
<p>Forget about installing XP professional. See if you can use the Alienware recovery CD and get XP Home back.</p>
<p><strong><span style = "text-decoration:underline">New Problem</span></strong></p>
<p>CD won&#8217;t boot for some bizarre reason. Later I found out that the machine had a problem recognizing signals from the USB Keyboard. The strange thing was that it would recognize the F2 keystroke for the BIOS setup, but wouldn&#8217;t recognize anything after that. It would say &#8220;Press any key to boot from CD&#8230;&#8221;, I&#8217;d press any key and nothing would happen. XP Installer would boot up (and crash).</p>
<p><strong><span style = "text-decoration:underline">Solution</span></strong></p>
<p>Remove hard drives from the boot sequence. I&#8217;ll see if I can force it to boot from the CD.</p>
<p><strong><span style = "text-decoration:underline">Bigger Problems</span></strong></p>
<p>Boot failure. Also, after restoring the boot sequence, it says the OS is corrupted. I still can&#8217;t boot from the Alienware Master CD.</p>
<p><strong><span style = "text-decoration:underline">Solution</span></strong></p>
<p>Try to boot up with FreeBSD CD. It worked! I installed FreeBSD on the 20Gb hard drive. Tried to boot up, but kept locating the 75Gb hard drive. Switched boot sequences. It worked! Mounted the 75 Gb as an nfs mount using mount_ntfs. Tried to move everything to /. Said it ran out of space. That didn&#8217;t make sense! I knew there was a whole lot of space left on the 20 Gb. Then I realized that / was on a different partition and that I should install it on /usr. Did that. Pulled out hard drive, put it into my FreeBSD machine (I could have left it in there and just transfered it using another mount_ntfs after I wiped out the 75 Gb and installed XP Professional&#8230; but it was 3 am and this didn&#8217;t occur to me). XP Installs fine. So now I set up the network and set up a shared dir on the XP box. I try to mount it from the FreeBSD box using sharity light. It dies. Then I figured out I had changed the machine name. Tried it again with the new machine name &#8211; it worked! Then I mount the 20 Gb. I go to /usr on the 20 Gb to get my files&#8230;</p>
<p><strong><span style = "text-decoration:underline">Really Big Problem</span></strong></p>
<p>I can&#8217;t find my files!! ls on /usr gives absolutely nothing!</p>
<p><strong><span style = "text-decoration:underline">Solution</span></strong></p>
<p>Then suddenly I had an epiphany&#8230; I was mounting /dev/ad1s1. This means drive 1, slice 1 as FreeBSD organizes the drive into partitions, and different dirs are mapped to different partitions. I try to mount /dev/ad1 directly and it gives me a superblock error. So then I try /dev/ad1s2 &#8211; same problem. So I goto /dev and list all ad1 devices. I see a bunch of /dev/ad1s1a, /dev/ad1s1b and so on&#8230; So I tried mounting those and eventually found all the rescued files. Then I transferred everything over the home network to my XP shared dir. Problem solved! I have XP Professional and everything works fine&#8230; well almost. The BIOS and XP can see my 20 Gb hard drive, but it doesn&#8217;t assign it a drive letter&#8230; I formatted it (using FreeBSD so that might be a problem&#8230; except I don&#8217;t think so, because I just zapped all the partitions), but it still doesn&#8217;t see it&#8230; I&#8217;ll have to figure out how to fix it. Also, Qwest is sending me a Cisco 678. Then I can buy some static IP&#8217;s and set up my webserver&#8230; finally! Ahhh&#8230; This was a very trying experience, but I learnt a lot&#8230;</p>
<br /><a href="http://vivin.net/?p=124#comments" title="Comments on &quot;Horrible&quot;"><img src="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?124" alt="Comments" /></a><img src="http://vivin.net/?ak_action=api_record_view&#38;id=124&#38;type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://vivin.net/2002/11/15/horrible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?124" />
		<media:content url="http://vivin.net/wp-content/plugins/feed-comments-number/image.php?124" medium="image">
			<media:title type="html">Comments</media:title>
		</media:content>
		<media:content url="http://vivin.net/?ak_action=api_record_view&#38;id=124&#38;type=feed" medium="image" />
	</item>
	</channel>
</rss>

