<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>World Of Nubcraft</title>
	
	<link>http://www.worldofnubcraft.com</link>
	<description>Everything that is noobish.. .</description>
	<lastBuildDate>Mon, 11 Mar 2013 07:37:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/WorldOfNubcraft" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="worldofnubcraft" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Printer Driver For Fuji-Xerox DocuCentre-II C3300</title>
		<link>http://www.worldofnubcraft.com/1932/printer-driver-for-fuji-xerox-docucentre-c3300/</link>
		<comments>http://www.worldofnubcraft.com/1932/printer-driver-for-fuji-xerox-docucentre-c3300/#comments</comments>
		<pubDate>Mon, 11 Mar 2013 07:37:00 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.worldofnubcraft.com/?p=1932</guid>
		<description><![CDATA[Today, I was trying to print something at work and found out that our old Brother MFC 8840D printer was now replaced with a Fuji-Xerox DocuCentre-II C3300. The printer comes up in the network and is successfully identified (full printer name), but the driver is not listed anywhere. At least I didn&#8217;t find one that [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I was trying to print something at work and found out that our old <em>Brother MFC 8840D</em> printer was now replaced with a <strong>Fuji-Xerox DocuCentre-II C3300</strong>. The printer comes up in the network and is successfully identified (full printer name), but the driver is not listed anywhere. At least I didn&#8217;t find one that is close to it. There is a generic option but I did not bother to try that. Instead I opted for this solution:</p>
<p><a href="https://bugs.launchpad.net/ubuntu/+bug/124442">https://bugs.launchpad.net/ubuntu/+bug/124442</a></p>
<p>The above requires the source code to be compiled. You may want to read up on the following:</p>
<p><a href="https://help.ubuntu.com/community/CompilingEasyHowTo">https://help.ubuntu.com/community/CompilingEasyHowTo</a></p>
<p>Or you can search for other tutorials on compiling from source on Ubuntu. I strongly suggest you read up on compiling from source if you have not tried it before  (though I doubt that).</p>
<p>The first link above has the source code link and other information. You can also directly download it here: <a href="ftp://download.fujixerox.co.jp/pub/exe/apeosport/c4300series/fxlinuxprint-src-1.0.1.tar.gz">ftp://download.fujixerox.co.jp/pub/exe/apeosport/c4300series/fxlinuxprint-src-1.0.1.tar.gz</a></p>
<p>Just unpack the zipped file. Then do basic compile/install commands in order &#8211; <em>configure</em>, <em>make</em> and <em>make install</em>. Oh, make sure you have <em>libcups2-dev</em> installed. It is a dependency.</p>
<p>Lastly, the <em>ppd</em> file, named <em>fxlinuxprint.ppd</em>, should be located at the following location: /usr/share/cups/model/FujiXerox/en. I&#8217;m using Ubuntu 12.04 on my work laptop. It may be different on your end depending on your Ubuntu version. Just read where it was installed during the &#8220;make install&#8221; step.</p>
<p>If you have information on how to make the above printer work on Ubuntu 12.04 without all the hassles as described above, do drop a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.worldofnubcraft.com/1932/printer-driver-for-fuji-xerox-docucentre-c3300/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>“Could not open a connection to your authentication agent” SSH-Add Error</title>
		<link>http://www.worldofnubcraft.com/1926/could-not-open-a-connection-to-your-authentication-agent-ssh-add-error/</link>
		<comments>http://www.worldofnubcraft.com/1926/could-not-open-a-connection-to-your-authentication-agent-ssh-add-error/#comments</comments>
		<pubDate>Tue, 04 Dec 2012 03:55:04 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[eval]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh-add]]></category>
		<category><![CDATA[ssh-agent]]></category>

		<guid isPermaLink="false">http://www.worldofnubcraft.com/?p=1926</guid>
		<description><![CDATA[When `ssh-add` does not work as expected because a &#8216;Could not open a connection to your authentication agent.&#8217; error comes out, this might help: eval `ssh-agent` There are environment variables that needs to be set and doing the command above will essentially do just that but with far lesser key strokes. It is also easier [...]]]></description>
			<content:encoded><![CDATA[<p>When `ssh-add` does not work as expected because a <em>&#8216;Could not open a connection to your authentication agent.&#8217;</em> error comes out, this might help:</p>
<p><strong>eval `ssh-agent`</strong></p>
<p>There are environment variables that needs to be set and doing the command above will essentially do just that but with far lesser key strokes. It is also easier to remember since those archaic commands and environment variables that needs to be set always escape my mind.</p>
<p>However, do check that an <em>ssh-agent</em> daemon is running in the background. This can be done easily with <em>`ps aux|grep agent`</em> command. Supposedly, the agent should be running as it is started at the &#8220;beginning of an X-session or a login session.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.worldofnubcraft.com/1926/could-not-open-a-connection-to-your-authentication-agent-ssh-add-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Steam Client For Ubuntu Enters Closed Beta</title>
		<link>http://www.worldofnubcraft.com/1915/steam-client-for-ubuntu-enters-closed-beta/</link>
		<comments>http://www.worldofnubcraft.com/1915/steam-client-for-ubuntu-enters-closed-beta/#comments</comments>
		<pubDate>Wed, 07 Nov 2012 08:51:39 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[steam]]></category>
		<category><![CDATA[steam for linux]]></category>
		<category><![CDATA[valve]]></category>

		<guid isPermaLink="false">http://www.worldofnubcraft.com/?p=1915</guid>
		<description><![CDATA[6th Nov 2012 is a memorable day for Ubuntu/Linux users. It is the day that Valve has started the Steam For Linux closed beta testing. For many gamers out there, casual or hardcore, I&#8217;m sure they are familiar with Steam. Who wouldn&#8217;t be? And for Linux users, particularly those who use Ubuntu, many would be [...]]]></description>
			<content:encoded><![CDATA[<p><strong>6th Nov 2012</strong> is a memorable day for Ubuntu/Linux users. It is the day that Valve has started the Steam For Linux closed beta testing. For many gamers out there, casual or hardcore, I&#8217;m sure they are familiar with Steam. Who wouldn&#8217;t be? And for Linux users, particularly those who use Ubuntu, many would be delighted that Valve has released their Steam client primarily with Ubuntu support.</p>
<p>With the release of Steam For Linux (even in closed beta), you know how this translates into games for Linux. I mean REAL GAMES for Linux. In time, we&#8217;ll have great games running natively on Linux. Hah! How about that.. .</p>
<p>So, if you use Ubuntu just grab the package here:</p>
<p><a href="http://media.steampowered.com/client/installer/steam.deb">http://media.steampowered.com/client/installer/steam.deb</a></p>
<p>or for those console fanatics you can do</p>
<p><a href="wget http://media.steampowered.com/client/installer/steam.deb">wget http://media.steampowered.com/client/installer/steam.deb</a>.</p>
<p>Initially when you log into your account you will get a warning that the Steam client for Linux is on closed beta and you need an invite before you can proceed. Clicking on the OK button will close the client. It did for me, but it may be different for you.  So you go ahead and test it.</p>
<p>What you could do is lock Steam to your Launcher, if it is not yet there. Then right click for the quicklist to come up then choose any of the options. If  everything goes well, like it did on mine, the warning should be gone and you are now automatically logged in to your Steam account. You can log in as a different user, just like you could on the Steam client for Windows, if you have more than one account.</p>
<p><strong>Here&#8217;s what the Steam client looks like on Ubuntu 12.04</strong></p>
<p><a href="http://www.worldofnubcraft.com/wp-content/uploads/2012/11/steamforlinux.png"><img class="alignnone size-full wp-image-1918 colorbox-1915" title="Steam Client on Ubuntu 12.04" src="http://www.worldofnubcraft.com/wp-content/uploads/2012/11/steamforlinux.png" alt="" width="545" height="359" /></a></p>
<p>The 2 games are from a recent Humble Indie Bundle I bought. I have more Steam games listed on Windows. I guess for now those games can&#8217;t run on Ubuntu. Also, the games that are being beta tested does not appear. Obviously I am not lucky enough to get into the 1,000 beta testers chosen by Valve. Supposedly, the games that can run on Linux can be installed via console command. Something like this &#8211; <em>steam -dev steam://install/440</em> &#8211; would get you Team Fortress 2.</p>
<p>SPAZ, or Space Pirates and Zombies, is reported to run successfully. Rochard, even though it is in my games list, supposedly won&#8217;t run. I have yet to try it. But the more eager Reddit people marked it as <em>X</em>. A more thorough list of games can be found on this here page on <a href="http://www.reddit.com/r/linux_gaming/comments/12qs6z/steam_for_linux_its_here_deb_in_the_link/">Reddit</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.worldofnubcraft.com/1915/steam-client-for-ubuntu-enters-closed-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse IDE Global Menu Hack On Ubuntu</title>
		<link>http://www.worldofnubcraft.com/1896/eclipse-ide-global-menu-hack-on-ubuntu/</link>
		<comments>http://www.worldofnubcraft.com/1896/eclipse-ide-global-menu-hack-on-ubuntu/#comments</comments>
		<pubDate>Tue, 02 Oct 2012 18:22:11 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[ide]]></category>

		<guid isPermaLink="false">http://www.worldofnubcraft.com/?p=1896</guid>
		<description><![CDATA[If you are among the countless people using Eclipse IDE as your platform for software development on Ubuntu, then you may have noticed that it does not integrate at all into the global menu on Unity. Not a deal breaker actually, right. This does not even hamper you with your work at the least. I [...]]]></description>
			<content:encoded><![CDATA[<p>If you are among the countless people using Eclipse IDE as your platform for software development on Ubuntu, then you may have noticed that it does not integrate at all into the global menu on Unity. Not a deal breaker actually, right. This does not even hamper you with your work at the least. I know it doesn&#8217;t for me.</p>
<p>However, if you are one of those who always strive for consistency on their Ubuntu desktop, then maybe this one bothers you a bit.</p>
<p>I&#8217;m not the least bothered but after getting back to working on Ubuntu after <em>&#8216;being forced&#8217;</em> to using Windows for months, I finally decided to search for a way to get Eclipse to use global menu. Fortunately the InterWebs is always full of answers.</p>
<p>This one I found and is quite an easy hack.</p>
<p>The answer is all here: <a href="https://bugs.launchpad.net/eclipse/+bug/618587/comments/46">https://bugs.launchpad.net/eclipse/+bug/618587/comments/46</a></p>
<p>Quoting the solution from the said page, the steps are quite easy,</p>
<blockquote><p><strong>No need to actually rebuild the appmenu-gtk, but.. the following is obviously a hack:</strong></p>
<p><strong>step 1:<br />
$ sudo vim /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so</strong></p>
<p><strong>step 2: (search for &#8220;Eclipse&#8221;)<br />
/Eclipse&lt;return&gt;</strong></p>
<p><strong>step 3: (replace &#8220;E&#8221; with &#8220;X&#8221;)<br />
rX</strong></p>
<p><strong>step 4: (save)<br />
ZZ</strong></p>
<p><strong>step 5: (maybe optional, not sure)<br />
sudo ldconfig</strong></p>
<p><strong>step 6:<br />
Profit!</strong></p></blockquote>
<p>Note that I skipped Step 5. The hack still works without running <em>ldconfig</em>.</p>
<p>As always, be careful when editing system files. Make a backup of <em>libappmenu.so</em> first before you continue doing the steps above. The said file is not a regular text file, so be doubly careful while editing.</p>
<p>Do not forget to start/restart Eclipse for the modifications to take effect.</p>
<p><em>* By the way, I am using Ubuntu 12.04. Step 1 might have  a different path depending on the version you have on your system. I believe the solution shared above works on Ubuntu 11.10 as well.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.worldofnubcraft.com/1896/eclipse-ide-global-menu-hack-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Torchlight: How To Get Fullscreen On Ubuntu 12.04</title>
		<link>http://www.worldofnubcraft.com/1886/torchlight-how-to-get-fullscreen-on-ubuntu-1204/</link>
		<comments>http://www.worldofnubcraft.com/1886/torchlight-how-to-get-fullscreen-on-ubuntu-1204/#comments</comments>
		<pubDate>Sat, 29 Sep 2012 06:33:46 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[runic games]]></category>
		<category><![CDATA[torchlight]]></category>

		<guid isPermaLink="false">http://www.worldofnubcraft.com/?p=1886</guid>
		<description><![CDATA[The 6th installment of the very successful Humble Indie Bundle (HIB) includes the acclaimed Adventure RPG (ARPG) Torchlight. Released back in 2009, this is the first part of the franchise from Runic Games. This particular game (well actually it was Torchlight 2, the sequel) has caught my eye, and interest, for the past month since [...]]]></description>
			<content:encoded><![CDATA[<p>The 6th installment of the very successful <em>Humble Indie Bundle</em> (HIB) includes the acclaimed Adventure RPG (ARPG) <strong>Torchlight</strong>. Released back in 2009, this is the first part of the franchise from <em>Runic Games</em>. This particular game (well actually it was <em>Torchlight 2</em>, the sequel) has caught my eye, and interest, for the past month since it is being regularly mentioned in forums as one of the more anticipated ARPG games this year. Naturally when I saw it being offered on HIB I could not resist. I was curious what it had to offer, and to boot, it can run on Linux. If you run Ubuntu, all the more convenient because it can be installed directly from the <em>Ubuntu Software Center </em>(USC) after purchasing the bundle.</p>
<p>After paying for the bundle slightly above average, I proceeded to the download page. Downloading Torchlight didn&#8217;t take very long. The install size is quite small on Linux compared to the version on Steam.</p>
<p>An hour and several minutes later, I was ready to play Torchlight on Ubuntu. And a few minutes later the game was running in an 800 x 600 screen resolution which was totally unplayable. Even after adjusting the settings to go Fullscreen and adjust the resolution to 1366 x 768, nothing happened after a game restart. It was still the same and I was kind of disappointed.</p>
<p>However, thanks to the Internet and the Ubuntu community, I got to fix this issue quickly. How?  Well you can go and read the entire thread @ <a href="http://bit.ly/QmFp1V">http://bit.ly/QmFp1V</a>. It&#8217;s a short one, with the solutions on the first and second pages, but if you don&#8217;t want to wade through all the posts there, then read the steps below on what you need to do.</p>
<p><strong>How to make Torchlight run fullscreen on Ubuntu</strong></p>
<p>The configuration settings file for Torchlight is located @ /home/USERNAME/.runicgames/Torchlight. Change to this location and you only need to edit the file &#8220;local_settings.txt&#8221;.</p>
<p><em>*Note: change USERNAME to your username.</em></p>
<p>In my case, I&#8217;m using a laptop. The max screen resolution I have is 1366 x 768. I want to play in this resolution so I&#8217;m going to change the following values in <em>local_settings.txt</em> to match my screen (you&#8217;ll need to change it according to what you have). The following are what you need to change:</p>
<p><span style="text-decoration: underline;">Original</span></p>
<p>FULLSCREEN :1<br />
WINDOW_WIDTH :800<br />
WINDOW_HEIGHT :600<br />
RES_WIDTH :800<br />
RES_HEIGHT :600</p>
<p><span style="text-decoration: underline;"> Modified</span></p>
<p><strong>FULLSCREEN :0<br />
WINDOW_WIDTH :1366<br />
WINDOW_HEIGHT :768<br />
RES_WIDTH :1366<br />
RES_HEIGHT :768</strong></p>
<p>Then you need to adjust a few settings on <em>CompizConfig Settings Manager</em> (CCSM). Download it via USC if you don&#8217;t have it. Once on CCSM notice the menu list on the left-hand side of the app. Click on <strong>Utility</strong>, then options will come out in the main panel. Locate the option <strong>Workarounds</strong> and make sure it is enabled by checking on the checkbox (if it isn&#8217;t checked yet). After this, click on the Workarounds (yep it&#8217;s clickable) then you will come to more options. Find the one that says <strong>Legacy Fullscreen Support</strong>. Mine is second from the top. Enable this by checking on the checkbox. Make sure you don&#8217;t change anything else.</p>
<p>In short: <strong>Utility &gt; Workarounds (enable) &gt; Legacy Fullscreen Support (enable)</strong></p>
<p>Logout/in from Ubuntu.</p>
<p>Run Torchlight and you should have fullscreen at your desired screen resolution now.</p>
<p>A few caveats on this game. The port for Linux is not without its annoyances (as always).  This is what  I have noticed.</p>
<p>1) The Vanquisher and Alchemist classes don&#8217;t have faces in the character selection page. It will be the same in the game. The hair is there&#8230; floating. Only the Destroyer class has a face.</p>
<p>2) The Destroyer class will also lose its face when a helmet is put on. It would look like the helmet is floating by itself on top of your character&#8217;s shoulders. It corrects itself if you take off the helmet. <em>But would you want to go without one while fighting the monsters? </em></p>
<p>3) The mouse scrollwheel, to zoom in and out, does not work.</p>
<p>4) The town portal item does not work. <em>(Okay, this one appears to be false. The portal now works. Maybe a bug when I could not make it to work the first time?)</em></p>
<p>Did I miss anything else? That remains to be seen. Now it&#8217;s time for me to quest around the town of Torchlight and whack some monsters to oblivion.</p>
<p>Have fun and enjoy playing the game for many hours and days! <img src='http://www.worldofnubcraft.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley colorbox-1886' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.worldofnubcraft.com/1886/torchlight-how-to-get-fullscreen-on-ubuntu-1204/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Diablo 3 And Why It Sucks</title>
		<link>http://www.worldofnubcraft.com/1863/diablo-3-and-why-it-sucks/</link>
		<comments>http://www.worldofnubcraft.com/1863/diablo-3-and-why-it-sucks/#comments</comments>
		<pubDate>Mon, 27 Aug 2012 11:10:46 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Diablo 3]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[blizzard]]></category>
		<category><![CDATA[diablo 3]]></category>

		<guid isPermaLink="false">http://www.worldofnubcraft.com/?p=1863</guid>
		<description><![CDATA[We&#8217;ve  been had. I feel Blizzard has been &#8220;playing&#8221; its players with Diablo 3 all along. I&#8217;ve got over 250 hours logged on my Barbarian (I think it&#8217;s close to 300 or even more) and guess how many drops I&#8217;m actively using? There&#8217;s like only 4! This is not even BIS (best in slot) items, [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve  been had. I feel Blizzard has been <em>&#8220;playing&#8221;</em> its players with Diablo 3 all along. I&#8217;ve got over 250 hours logged on my Barbarian <span style="font-size: x-small;">(I think it&#8217;s close to 300 or even more)</span> and guess how many drops I&#8217;m actively using?</p>
<p><span style="font-size: medium;">There&#8217;s like only 4!</span></p>
<p>This is not even BIS (best in slot) items, but they&#8217;re good enough for my DPS or tank set. <span style="font-size: x-small;"><em>More like forced, since I can&#8217;t get something similar that is affordable.</em></span></p>
<p>Okay, to name these 4 items,</p>
<p>1) Ivory Tower (off-hand) &#8211; I was lucky enough to get this &#8220;supposedly&#8221; legendary shield. Unfortunately it was pre-1.04 so it&#8217;s the <em>legacy</em> Ivory Tower.  The stats are good enough &#8211; 20% Block Chance, All Resistance, Critical Hit Chance and %Life &#8211; so I&#8217;m still using it until now.</p>
<p>2) Gloves (Armor) &#8211; This one is actually for Wizards  and Witch Doctors because it has over 250 Intelligence on it. However, it&#8217;s just too good to pass up because of the 9% Critical Hit Chance that came with it and has some Vitality and Dexterity too.</p>
<p>3) Amulet (Armor) &#8211; Again this one I was sort of &#8220;lucky&#8221; enough to get from some random elite, but it would have been very good for Demon Hunters and Monks because it has over 150+ Dexterity. The thing is, the ammy has a big enough Average Damage bonus and to top it up, it has like 7% Critical Hit Chance.</p>
<p>For the 2 items above, this is very good for a Sprint/WW build Barbarian. I need all the Critical Hit Chance I can get to keep those numbers popping and feeding me fury. Note that I&#8217;m sacrificing All Resistance on 2 armor slots because I can compensate this with my build if I&#8217;m careful enough.</p>
<p>4) Mace (Weapon) &#8211; The first few weeks after I hit 60 and started doing Butcher runs, a 800+ DPS mace dropped. It was one out of the 3 times that I got a weapon with a damage that high. Yet, this is the only one I&#8217;m still using until now because the other 2, although it both had high damage, the stats were just horrible that I get better benefits from a lower damage weapon with Life On Hit, additional Critical Hit Damage or a Socket.</p>
<p><span style="font-size: medium;">I must be exaggerating right? Yes and no.</span></p>
<p>To tell you honestly, other items that were usable enough have dropped for me. But, these were items that didn&#8217;t have All Resistance so they were just like temporary. I was forced to use these items until I was able to get one that is just as better and has All Resistance. Without the latter requirement my Barbarian is like a marshmallow on Inferno. It would literally melt in a few seconds that having a higher DPS is useless when I can&#8217;t even get 3 shots off before dying. All resistance is a must for Barbarians.</p>
<p>And guess where I got most, if not all, of the gear with All Resistance?</p>
<p><span style="font-size: medium;">From the Auction House! Yehey!</span> <em>(insert sarcasm here)</em></p>
<p><strong>Here comes the Fix (Not!)</strong></p>
<p>Now Patch 1.04. It was heavily hyped by the Diablo 3 dev team to be a &#8220;patch in the right direction&#8221;.  Everybody was excited. Classes were buffed (mostly) and monsters were generally nerfed. Legendary items were given an awesome look and feel (and some even a new name), a huge stat boost and special affixes to make the game more &#8220;fun&#8221;. Loot drop rate were supposedly tweaked to drop more often even on regular monsters.</p>
<p>Guess what? Patch 1.04 came and nothing really changed. Sure a few class skills were mostly buffed and it was easier to kill elites now. But that&#8217;s about it. <span style="font-size: small;">The rest is still the same &#8211; shitty loot drops.</span> I have not seen a good drop since this patch came out.</p>
<p>What is even worse is that the change has affected the drops from elites. Sure, I get a yellow every now and then from normal mobs and weapon/armor racks, but the elite drops were either zero(0) or six(6) with full Nephalem Valor stack.  Before 1.04, I was always guaranteed at least 2 rare drops from bosses/elites after my 5th Nephalem stack. Now I often get 1 only.sur</p>
<p><strong>Magic Find?</strong></p>
<p>I have a 200%++ Magic Find set that I use to run Act 1 (and maybe Act 2, but I have to switch back to a few DPS gear or I&#8217;d die easily because I  don&#8217;t have enough damage to kill the monsters fast). The results are the same. Garbage loots.  So what is the meaning of having more MF if better items can&#8217;t and won&#8217;t drop?I mean 200%++ is not that high, but it should have given me at least usable loot. That has not happened yet.</p>
<p><strong>Quantity vs Quality</strong></p>
<p>Something is very wrong. The increased drop rates is plain bull. They just distributed the numbers across all the monsters randomly. Since normal mobs and armor/weapon racks have more chance to drop rare, they also lessened the assured drop rates from elites. I mean sure, I&#8217;ve had Butcher drop 5 rares and belial 6 rares at one time. This is more of an exception rather than the rule. Pre-1.04 I&#8217;m almost always assured 2 rares with 5 Nephalem stacks from bosses and elites, and it wasn&#8217;t surprising to see 3 rare drops often. Now I no longer see that.</p>
<p><span style="font-size: medium;">RNG is unpredictable, yes I know that, but the drops now are just the same &#8211; plain garbage!</span></p>
<p><span style="font-size: medium;"><span style="font-size: small;"><strong>Do you have what `it` takes?</strong></span><br />
</span></p>
<p>Diablo 3 is all about gear. It&#8217;s a DPS check. You can beat all of the Acts on Inferno with the right gear. Many people are complaining that they cannot progress because the loot drops were stupidly horrible. So what did Blizzard do to fix this?  Make Inferno easier.</p>
<p><span style="font-size: medium;">Why didn&#8217;t they just go right to the problem &#8211; fix the loot quality and make it possible to play Diablo 3 without ever going to the AH?</span></p>
<p><span style="font-size: medium;">The answer is quite obvious &#8211; MONEY. If they were to do that, their profit from the AH would go south.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.worldofnubcraft.com/1863/diablo-3-and-why-it-sucks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Gone To Tristram. Will Be Back After Inferno.. .</title>
		<link>http://www.worldofnubcraft.com/1851/gone-to-tristram-will-be-back-after-inferno/</link>
		<comments>http://www.worldofnubcraft.com/1851/gone-to-tristram-will-be-back-after-inferno/#comments</comments>
		<pubDate>Fri, 08 Jun 2012 04:00:29 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Diablo 3]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[blizzard]]></category>
		<category><![CDATA[diablo 3]]></category>

		<guid isPermaLink="false">http://www.worldofnubcraft.com/?p=1851</guid>
		<description><![CDATA[Have not posted for a while on this blog here. Blame it on work where more than half the time I&#8217;m forced to use Windows because we&#8217;re using MS SQL on a project. I can&#8217;t complain though. I&#8217;m learning new things. Which can only be good, right? However the above is not entirely true. While [...]]]></description>
			<content:encoded><![CDATA[<p>Have not posted for a while on this blog here. Blame it on work where more than half the time I&#8217;m forced to use Windows because we&#8217;re using MS SQL on a project. I can&#8217;t complain though. I&#8217;m learning new things. Which can only be good, right?</p>
<p>However the above is not entirely true. While the past 2 months I&#8217;ve been working like crazy, it is not really good to drive one&#8217;s self too much. &#8220;All work and no play makes Jack a dull boy&#8221;, so they say. And that is what I have been doing the past few days. Taking a break. More like playing.. . playing as a Barbarian on Diablo III that is!</p>
<p>The game can be quite addicting. Blizzard certainly knows how to make a game and weave an exquisite story around it. A lot of things can be added to make the game even better. Yet, the game is less than a month old since release and more patches are yet to come. For sure there&#8217;s going to be an expansion to Diablo III. The game is too short. It abruptly ends and leaves you wanting. Nevertheless, the current state is still very engaging. I&#8217;m afraid this game may become my new WOW. I certainly do not want that to happen. Not again.</p>
<p>For now I&#8217;ve gone to Tristram and the High Heavens. I&#8217;ll be back here after Inferno. See you there!</p>
<p><a href="http://www.worldofnubcraft.com/wp-content/uploads/2012/06/diablo-3.jpg"><img class="alignnone size-full wp-image-1857 colorbox-1851" title="Diablo III" src="http://www.worldofnubcraft.com/wp-content/uploads/2012/06/diablo-3.jpg" alt="" width="545" height="340" /></a></p>
<p><strong>Back from Inferno and  Diablo III IS NOT WORTH IT!</strong></p>
<p><span style="font-size: medium;">After a while Diablo III is not that satisfying anymore. I&#8217;ve taken a break from it. My <a href="http://www.worldofnubcraft.com/1863/diablo-3-and-why-it-sucks/">main gripes</a> with this game is that it is very unrewarding. Very unrewarding. </span></p>
<p><span style="font-size: medium;">I have already finished Inferno mode and grinding some more for that &#8220;legendary&#8221; item or BiS Rare item I don&#8217;t want to do anymore  because the RNG in this game is just plain stupid. At least with WOW once the item drops from the boss then you get really rewarded for your labor. Diablo III is a grind that will only lead to frustration. It&#8217;s not worth it.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.worldofnubcraft.com/1851/gone-to-tristram-will-be-back-after-inferno/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lord of Ultima for Ubuntu</title>
		<link>http://www.worldofnubcraft.com/1845/lord-of-ultima-for-ubuntu/</link>
		<comments>http://www.worldofnubcraft.com/1845/lord-of-ultima-for-ubuntu/#comments</comments>
		<pubDate>Fri, 11 May 2012 18:19:57 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ea]]></category>
		<category><![CDATA[linux gaming]]></category>

		<guid isPermaLink="false">http://www.worldofnubcraft.com/?p=1845</guid>
		<description><![CDATA[Lord Of Ultima &#8211; One of the two games from EA that is now available for download straight out of the Ubuntu Software Center. EA, that sounds familiar doesn&#8217;t it? Of course! It is the same game software developer and publisher who has brought us the hit games such as Battlefield and The Sims. Surprising [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Lord Of Ultima</strong> &#8211; One of the two games from EA that is now available for download straight out of the <em>Ubuntu Software Center</em>. EA, that sounds familiar doesn&#8217;t it? Of course! It is the same <a href="http://en.wikipedia.org/wiki/Electronic_Arts">game software developer and publisher</a> who has brought us the hit games such as Battlefield and The Sims. Surprising isn&#8217;t it? What&#8217;s more, earlier this week in the Ubuntu Developer Summmit (UDS 2012) EA&#8217;s Richard Hilleman gave a short talk about their plans for Ubuntu (and Linux).</p>
<p><a href="http://www.worldofnubcraft.com/wp-content/uploads/2012/05/LOU-USC.png"><img class="alignnone size-full wp-image-1846 colorbox-1845" title="Lord of Ultima on USC" src="http://www.worldofnubcraft.com/wp-content/uploads/2012/05/LOU-USC.png" alt="" width="545" height="319" /></a></p>
<p><a href="https://apps.ubuntu.com/cat/applications/lordofultima/">Lord of Ultima</a> is EA&#8217;s popular browser based strategy game that simulates an immersive medieval civilization.</p>
<p><a href="http://www.worldofnubcraft.com/wp-content/uploads/2012/05/LOU-welcomescreen.png"><img class="alignnone size-full wp-image-1848 colorbox-1845" title="Lord of Ultima" src="http://www.worldofnubcraft.com/wp-content/uploads/2012/05/LOU-welcomescreen.png" alt="" width="545" height="362" /></a></p>
<p>Okay, so it is a browser-based game. It looks like Age of Empires. It is FREE. How can you complain? <img src='http://www.worldofnubcraft.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley colorbox-1845' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.worldofnubcraft.com/1845/lord-of-ultima-for-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GRUB2 Issues With Ubuntu 12.04 Installation</title>
		<link>http://www.worldofnubcraft.com/1825/grub2-issues-with-ubuntu-12-04-installation/</link>
		<comments>http://www.worldofnubcraft.com/1825/grub2-issues-with-ubuntu-12-04-installation/#comments</comments>
		<pubDate>Wed, 02 May 2012 17:25:17 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[acer 4750]]></category>
		<category><![CDATA[grub2]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>

		<guid isPermaLink="false">http://www.worldofnubcraft.com/?p=1825</guid>
		<description><![CDATA[This is by far the weirdest Ubuntu install I have had so far in my more than 2+ years of using the said Linux distro. You see, I started using Ubuntu with version 10.04 Lucid Lynx. It&#8217;s not that I&#8217;ve not had my share of experiences with weird Linux installs and failed Linux installs. On [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1823 colorbox-1825" style="margin: 2px 5px;" title="Ubuntu" src="http://www.worldofnubcraft.com/wp-content/uploads/2012/04/Ubuntu.png" alt="" width="180" height="150" />This is by far the weirdest Ubuntu install I have had so far in my more than 2+ years of using the said Linux distro. You see, I started using Ubuntu with version 10.04 Lucid Lynx. It&#8217;s not that I&#8217;ve not had my share of experiences with weird Linux installs and failed Linux installs. On the contrary I have experienced a lot of that, but not with Ubuntu&#8230;  until now.</p>
<p><strong>So what happened?</strong></p>
<p>In a nutshell this is what I did:</p>
<p>1) On my Acer 4750 notebook, I had Windows 7 give up as much as space as it will allow with the 600+GB disk it was sitting on. It gave me about 200+GB of unused space after shrinking.<br />
2) I rebooted and proceeded to install Ubuntu using a LiveCD (actually it&#8217;s a USB using <a href="http://unetbootin.sourceforge.net/">UNetbootin</a> application).<br />
3) As I&#8217;ve done countless times, I selected GRUB to be installed on the disk MBR.<br />
4) Waited for the install to finish, rebooted, and removed the USB thumb drive. Went out to get a can of soda.<br />
5) When I came back, I was greeted with the Windows 7 login screen.</p>
<p><strong><em>Shocked!</em> This was the first time in my countless Ubuntu installs that it ever failed to write correctly to the MBR.</strong> What made it even worse was that the Wifi, despite having entered the correct password, was not working during the Live session install. I had to reboot to Windows to look for solutions to my case.<strong><br />
</strong></p>
<p>Just to be sure, I redid the whole install process (which only takes a few minutes granting you turn off the Internet connection during the installation). Still no luck. Without GRUB on the MBR, there was no way I could boot into Ubuntu unless I let Windows do the loading.</p>
<p>Supposedly this can be done by following the steps at this page &#8211; <a href="https://wiki.archlinux.org/index.php/Windows_and_Arch_Dual_Boot#Using_Windows_7_Boot-Loader">Using Windows 7 Boot-loader</a>. Yes it is for ArchLinux, but the steps should work on most Linux distro. However, I have not had much luck with this alternative. It didn&#8217;t work when I tried it and I was left staring at a blank screen with a blinking cursor at the upper left side of the screen. Of course before I followed the instructions on that page, I first reinstalled Ubuntu and placed GRUB on /dev/sda5.</p>
<p>Another way to edit Windows 7 boot loader and add entries for Ubuntu is by using EasyBCD. It is a Windows application. Search for it on Google.</p>
<p>After trying the solutions above I was still left with an unbootable Ubuntu install. I knew I had to find a way to get GRUB to manage the whole disk. So I had to resort to re-installing GRUB which should have been the first thing that I should have done. An officemate of mine who is an ArchLinux user did suggest the above. Using the same Ubuntu Live CD, we can fix GRUB with a few easy steps.</p>
<p>But first, let&#8217;s take a look at how my disk looks like after the Ubuntu installation.</p>
<p>1) /dev/sda1 is a hidden partition (recovery files)<br />
2) /dev/sda2 Windows 7 boot loader partition<br />
3) /dev/sda3 Windows 7 partition &#8211; C:<br />
4) /dev/sda5 Ubuntu<br />
5) /dev/sda6 swap</p>
<p>To re-install GRUB, follow the 3 simple steps below on Gnome Terminal:</p>
<p>1) Know what partition your Ubuntu is installed using <em>fdisk</em>.</p>
<p><strong>sudo fdisk -l</strong></p>
<p>The above command will result in something like below,</p>
<p>Device Boot      Start         End      Blocks   Id  System<br />
/dev/sda1            2048    30722047    15360000   27  Hidden NTFS WinRE<br />
/dev/sda2   *    30722048    30926847      102400    7  HPFS/NTFS/exFAT<br />
/dev/sda3        30926848   682250927   325662040    7  HPFS/NTFS/exFAT<br />
/dev/sda4       682252286  1250263039   284005377    5  Extended<br />
Partition 4 does not start on physical sector boundary.<br />
<span style="background-color: #ffff00;">/dev/sda5       682252288  1242263551   280005632   83  Linux</span><br />
/dev/sda6      1242265600  1250263039     3998720   82  Linux swap / Solaris</p>
<p>2) Then mount that partition to an empty directory. In this example we&#8217;ll put it in <em>/mnt</em> and <em>/dev/sda5</em> is my Ubuntu partition as indicated with the highlighted line above. It may not be the same for you so make sure you get the partition right.<em></em></p>
<p><strong>sudo mount /dev/sda5 /mnt</strong></p>
<p>3) Now issue the install command for GRUB.</p>
<p><strong>sudo grub-install &#8211;root-directory=/mnt/ /dev/sda</strong></p>
<p><strong>Take note that /dev/sda is correct as we are targetting the disk where Ubuntu is installed and not the partition.</strong></p>
<p>After doing the 3 steps above, reboot and you should have the GRUB menu greet you promptly in a few seconds.<strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.worldofnubcraft.com/1825/grub2-issues-with-ubuntu-12-04-installation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Black Screen On Logout On Ubuntu 11.10</title>
		<link>http://www.worldofnubcraft.com/1813/black-screen-on-logout-on-ubuntu-11-10/</link>
		<comments>http://www.worldofnubcraft.com/1813/black-screen-on-logout-on-ubuntu-11-10/#comments</comments>
		<pubDate>Sun, 25 Mar 2012 04:26:25 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[black/blank screen]]></category>
		<category><![CDATA[display resolution]]></category>
		<category><![CDATA[plymouth]]></category>

		<guid isPermaLink="false">http://www.worldofnubcraft.com/?p=1813</guid>
		<description><![CDATA[About 2 weeks ago I started noticing something different with Ubuntu 11.10 on my laptop. During shutdown none of the ugly boot messages were showing. I was elated. Since the days when boot splash was introduced into Linux nothing much has developed over the course of, more or less, a decade. Sure the names are [...]]]></description>
			<content:encoded><![CDATA[<p>About 2 weeks ago I started noticing something different with Ubuntu 11.10 on my laptop. During shutdown none of the ugly boot messages were showing. I was elated. Since the days when boot splash was introduced into Linux nothing much has developed over the course of, more or less, a decade. Sure the names are different and they keep coming up with something new &#8211; <em>bootsplash, usplash, plymouth</em> &#8211; but these apps have one thing in common in that it never truly hides the boot messages. Always there are remnants of the these ugly text during logout and on shutdown. These graphical boot splash apps are kind of clunky, inconsistent,  and lacks the finesse when compared to the Windows 7 and prior Windows OS versions.</p>
<p>So over the course of the past 2 weeks no ugly boot messages were showing and I wondered if there was a plymouth update I didn&#8217;t know about. <em>Sometimes I just let the Ubuntu Update Manager run without looking at the list.</em> I was like,<em> &#8220;Maybe they finally fixed the stupid thing?&#8221;</em>. The only caveat is that the default Ubuntu plymouth splash animation does not show on shutdown. During the shutdown process there was only a blank, black screen.</p>
<p>At first I did not bother with it. However I logged out of the desktop one time and was greeted with nothing but a blank, black screen too. I waited for several minutes for LightDM to show up but that never happened. I could not even transfer to another console after hitting CTRL + ALT +F* keys (or ALT + F* keys). I had to <a href="http://www.worldofnubcraft.com/1261/how-to-force-reboot-a-frozen-ubuntu-safely/">force reboot Ubuntu</a> so I could log back in. I tried this about 3 times to make sure it was not a random occurrence, and it was not.</p>
<p>I ran update manager again to see if there were updates that may help this problem, but there weren&#8217;t any. All my system files were up to date. As far as 2 weeks back, I cannot remember doing anything to the system by hand that could have caused this problem.  So once again I headed out to the Internet to get answers.</p>
<p>There were lots of suggestions and answers I found regarding this matter but the one that worked on my end was a very simple one. <strong>It was all about the screen display resolution</strong>. My laptop has a standard 1366 x 768 (16:9) resolution. For some reason this was changed to 1360 x 768. <em>I believe some application modified the resolution but did not change it back to the original after exiting. Running games on Linux are known to do this a lot, because game handling on Linux literally suck.</em> The change is very minor but this, in fact, was the cause on why I get a black/blank screen when I logout and also the same reason why Plymouth animation on shutdown did not show. After restoring to the original resolution, everything is now back to normal and working as it should be.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.worldofnubcraft.com/1813/black-screen-on-logout-on-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
