<?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>Fanbetastic&#039;s Blog</title>
	<atom:link href="http://fanbetastic.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://fanbetastic.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 25 Sep 2009 21:47:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='fanbetastic.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Fanbetastic&#039;s Blog</title>
		<link>http://fanbetastic.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://fanbetastic.wordpress.com/osd.xml" title="Fanbetastic&#039;s Blog" />
	<atom:link rel='hub' href='http://fanbetastic.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Streaming games using ubuntu 9.04 Jaunty</title>
		<link>http://fanbetastic.wordpress.com/2009/09/25/streaming-games-using-ubuntu-9-04-jaunty/</link>
		<comments>http://fanbetastic.wordpress.com/2009/09/25/streaming-games-using-ubuntu-9-04-jaunty/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 17:22:42 +0000</pubDate>
		<dc:creator>fanbetastic</dc:creator>
				<category><![CDATA[HowTo&#039;s]]></category>

		<guid isPermaLink="false">http://fanbetastic.wordpress.com/?p=8</guid>
		<description><![CDATA[Hi all,
You ever wanted to play new 3d games on your low end laptop? or any other low end computer?
If you have another computer with higher specs it is very much possible.

My main puter is a quad 2.66, 8gb ram, 295gtx graphics card. I installed ubuntu as my main OS on that computer.
I also have a Toshiba portegé which is a very nice portable laptop, however it can't play any newer games. So... here it goes.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fanbetastic.wordpress.com&amp;blog=9468669&amp;post=8&amp;subd=fanbetastic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi all,<br />
You ever wanted to play new 3d games on your low end laptop? or any other low end computer?<br />
If you have another computer with higher specs it is very much possible.</p>
<p>My main puter is a quad 2.66, 8gb ram, 295gtx graphics card. I installed ubuntu as my main OS on that computer.<br />
I also have a Toshiba portegé which is a very nice portable laptop, however it can&#8217;t play any newer games. So&#8230; here it goes.<br />
I have ubuntu installed on my laptop as well. I now use Virtual GL to &#8220;stream&#8221; the output from my gtx295 to my laptop by using a ssh connection with compressed jpegs. Remember to connect your laptop using a wired connection since wireless seems to work a bit slow.</p>
<p>Here is how you do it:<br />
On your main puter install TurboJPEG and VirtualGL<br />
First download the latest version of TurboJpeg from <a href="http://sourceforge.net/projects/virtualgl/files/" target="_blank">http://sourceforge.net/projects/virtualgl/files/</a><br />
When i wrote this article the latest release was called: turbojpeg_1.11_amd64.deb *Note that this is the 64bit deb file if you are using 32bit ubuntu you should download the one called i386<br />
Once downloaded it open up a terminal and cd into the folder where you saved turbojpeg and type the following:</p>
<p><em><strong>sudo dpkg -i turbojpeg*.deb</strong></em></p>
<p>now go to the <a href="http://sourceforge.net/projects/virtualgl/files/" target="_blank">http://sourceforge.net/projects/virtualgl/files/</a> again and download the latest version of VirtualGL<br />
when i wrote this the latest version was called: VirtualGL_2.1.3_amd64.deb *Note that this is the 64bit deb file if you are using 32bit ubuntu you should download the one called i386<br />
Once downloaded it open up a terminal and cd into the folder where you saved turbojpeg and type the following:</p>
<p><em><strong>sudo dpkg -i VirtualGL*.deb</strong></em></p>
<p>now do the same thing on your laptop.<br />
once done switch back to your main puter again and install ssh</p>
<p><em><strong>sudo apt-get install ssh</strong></em></p>
<p>now edit the sshd_config file</p>
<p><em><strong>sudo nano -w /etc/ssh/sshd_config</strong></em></p>
<p>Locate the line that says X11Forwarding. If there is a # in front of the line remove it. Alter the line so it looks like this:</p>
<p><em><strong>X11Forwarding yes</strong></em></p>
<p>now restart your ssh</p>
<p><em><strong>/etc/init.d/ssh restart</strong></em></p>
<p>aight almost done&#8230; Go to your laptop and SSH to your main puter</p>
<p><em><strong>ssh IPADRESS</strong></em></p>
<p>after logging in stop the gdm server</p>
<p><em><strong>/etc/init.d/gdm stop</strong></em></p>
<p>now run vqlserver_config</p>
<p><em><strong>/opt/VirtualGL/bin/vglserver_config</strong></em></p>
<p>Select option 1<br />
say no to the next 3 options.</p>
<p>restart the display manager:</p>
<p><em><strong>/etc/init.d/gdm start</strong></em></p>
<p>Exit the ssh connection</p>
<p><em><strong>exit</strong></em></p>
<p>aight now you are all ready to start playing <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>I allready installed The Witcher using wine so here is how to launch it from the laptop (replace user with the ssh username and &lt;IPADRESS&gt; with the adress of your main puter):</p>
<p><em><strong>vglconnect user@&lt;IPADRESS&gt;<br />
vglrun wine ~/.wine/drive_c/games/The.Witcher/System/witcher.exe</strong></em></p>
<p>yey The Witcher starts up and u can play as if you where using the main puter <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>if it lags you can try to compress the jpeg images even more using the -q switch</p>
<p><em><strong>vglrun -q 50 wine ~/.wine/drive_c/games/The.Witcher/System/witcher.exe</strong></em></p>
<p>aight&#8230; thats all folks. Please feel free to comment or ask questions it u need any help.<br />
Cheers<br />
Taus</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fanbetastic.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fanbetastic.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fanbetastic.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fanbetastic.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fanbetastic.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fanbetastic.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fanbetastic.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fanbetastic.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fanbetastic.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fanbetastic.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fanbetastic.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fanbetastic.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fanbetastic.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fanbetastic.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fanbetastic.wordpress.com&amp;blog=9468669&amp;post=8&amp;subd=fanbetastic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fanbetastic.wordpress.com/2009/09/25/streaming-games-using-ubuntu-9-04-jaunty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/00de67a54084814caea1c34fbaa48057?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fanbetastic</media:title>
		</media:content>
	</item>
		<item>
		<title>About this blog</title>
		<link>http://fanbetastic.wordpress.com/2009/09/13/hello-world/</link>
		<comments>http://fanbetastic.wordpress.com/2009/09/13/hello-world/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 19:46:14 +0000</pubDate>
		<dc:creator>fanbetastic</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Aight this is my first blog ever. I had a webpage a while back where i tried to write up on everything interesting i came across. I work as a programmer where I make very different solutions for anything really. Last thing i made was a dating program for facebook that uses ASP. The hard [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fanbetastic.wordpress.com&amp;blog=9468669&amp;post=1&amp;subd=fanbetastic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Aight this is my first blog ever. I had a webpage a while back where i tried to write up on everything interesting i came across. I work as a programmer where I make very different solutions for anything really. Last thing i made was a dating program for facebook that uses ASP. The hard part was not making the app but making the facebook framework. The one posted on the forums didn&#8217;t work at the time at prolly still doesn&#8217;t. Anyways i have a few cool projects coming up the next couple of weeks/months, and i wanted to share it all with you guys.</p>
<p>I&#8217;ll start out with the first one that should be over quite fast. <strong>Streaming games over LAN.</strong> I&#8217;d always wanted to play those new 3d games on my small lappy without any heating issues. Anyways the practical part and explanations will follow soon.</p>
<p>Cheers all</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fanbetastic.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fanbetastic.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fanbetastic.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fanbetastic.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fanbetastic.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fanbetastic.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fanbetastic.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fanbetastic.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fanbetastic.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fanbetastic.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fanbetastic.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fanbetastic.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fanbetastic.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fanbetastic.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fanbetastic.wordpress.com&amp;blog=9468669&amp;post=1&amp;subd=fanbetastic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fanbetastic.wordpress.com/2009/09/13/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/00de67a54084814caea1c34fbaa48057?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fanbetastic</media:title>
		</media:content>
	</item>
	</channel>
</rss>
