<?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/"
	>

<channel>
	<title>PramonoTunggul.com &#124; Technology Blog &#124; All About Computer</title>
	<atom:link href="http://www.pramonotunggul.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pramonotunggul.com</link>
	<description></description>
	<lastBuildDate>Tue, 24 Aug 2010 07:35:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Set Ubuntu Default Time Zone?</title>
		<link>http://www.pramonotunggul.com/set-ubuntu-default-time-zone/</link>
		<comments>http://www.pramonotunggul.com/set-ubuntu-default-time-zone/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 07:35:45 +0000</pubDate>
		<dc:creator>pramono</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://www.pramonotunggul.com/?p=371</guid>
		<description><![CDATA[One day, I&#8217;ve just realized that my hardware clock in ubuntu works properly but the clock applet show false time. And then I do some google search and I knew that I&#8217;ve done one or two mistake in Ubuntu Installation. Anyway, If you get curious on how to get hardware clock time, do this. sudo [...]]]></description>
			<content:encoded><![CDATA[<p>One day, I&#8217;ve just realized that my hardware clock in ubuntu works properly but the clock applet show false time. And then I do some google search and I knew that <strong>I&#8217;ve done one or two mistake in Ubuntu Installation</strong>. Anyway, If you get curious on how to get hardware clock time, do this.<br />
<span id="more-371"></span><br />
<code><br />
sudo hwclock<br />
</code><br />
The above code will return BIOS time which is generated by separated clock hardware than your processor. Get back to the point about setting up <strong>default Ubuntu Time Zone</strong>. Run the following code.<br />
<code><br />
tzselect<br />
</code><br />
and you will be guided with many question to set up your ubuntu Default Time Zone. Thank you. <img src='http://www.pramonotunggul.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pramonotunggul.com/set-ubuntu-default-time-zone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Howto Adjust Screen Brightness in Ubuntu Forcefully (when all methods fail)</title>
		<link>http://www.pramonotunggul.com/howto-adjust-screen-brightness-ubuntu-forcefully-when-methods-fail/</link>
		<comments>http://www.pramonotunggul.com/howto-adjust-screen-brightness-ubuntu-forcefully-when-methods-fail/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 05:39:03 +0000</pubDate>
		<dc:creator>pramono</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[brightness]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.pramonotunggul.com/?p=346</guid>
		<description><![CDATA[Sometime all methods to adjust screen brightness failed to change the screen brightness properly, and the too bright screen may be very irritating. But don&#8217;t worry, even though your distro has failed to adjust your screen brightness, but you can do some hacking method to adjust the screen brightness yourself. Before we continue, it will [...]]]></description>
			<content:encoded><![CDATA[<p>Sometime all methods to adjust screen brightness failed to change the screen brightness properly, and the too bright screen may be very irritating. But don&#8217;t worry, even though your distro has failed to adjust your screen brightness, but you can do some hacking method to adjust the screen brightness yourself. Before we continue, it will be very good to understand some concepts about the relationship between linux and distro such as Ubuntu, Fedora. From now on, I will refer Distro like Ubuntu, Kubuntu or Fedora as Distro only.<br />
<span id="more-346"></span><br />
Linux is the foundation in your computer, your computer won&#8217;t run properly without Linux. Linux take care of everything just like what brain does. Linux manage the voltage power, electricity current, process scheduling, fan speed and even screen brightness. To set everything clear, let me say this, your computer won&#8217;t run without linux, but your computer will still run without distro, but of course you won&#8217;t have much fun as what you get in your distro. What distros do is providing you with interface to interact with kernel. So you will interact with a more humanized computer. But you have never realized that to get your job done, you have called many Linux functions that the number is more than you can imagine all the time. This is what Distro does, simplify the linux, make the computer more human.</p>
<p>Now let&#8217;s get back to the topic. Simply talking, there are <strong>2 main problems</strong> that may cause you not able to change your screen brightness. <strong>The first problem is your Linux has not recognized your graphic card</strong> yet, this is a very rare problem, but if this is your case then you&#8217;d better to update your Linux. <strong>The second problem is your Distro problem</strong>, this second problem is the problem that most people have. But how do you know what is the problem in your computer, keep reading because I will reveal the methods on how to know what is the illness in your computer.</p>
<p>Answer this question that will lead you to find out what is the problem that cause you failed adjusting your screen brightness,</p>
<ol>
<li> Are you using Nvidia or ATI as your graphic card?
<ul>
<li>if <strong>yes</strong>, then you <strong>must download the driver for your graphic card</strong> in the vendor website. Because your Linux is not recognize your hardware.</li>
<li>after you install the driver, you may want to read this article about <a href="http://www.pramonotunggul.com/how-to-adjust-screen-brightness/">How to Adjust Screen Brightness.</a></li>
</ul>
</li>
<li> Are you using Open Source graphic card like Intel?
<ul>
<li>if <strong>yes</strong>, then bless you, your problem is not Linux problem. Keep reading.</li>
<li>Your solution is you must change your distro or keep reading this article.:D</li>
</ul>
</li>
</ol>
<p>From this reading section, you must realize that you are playing with Linux, <strong>NOT your Distro</strong> which mean you are dealing with your hardware directly, so please do it <strong>VERY carefully </strong> and at your own risk.</p>
<p>This article will only explain about how to adjust screen brightness forcefully, just adjusting screen brightness, please try to catch up with any step I explained. Before we go to the main section, let me explain some concept about Linux. Linux represent everything, every hardware in file. So that we can access, send bit to the hardware very easily. Keep this in mind, every bit that we send to the representative file will be transmitted to the hardware, and every bit we fetch from the representative file is also the bit sent by hardware.</p>
<p>Just to know, Graphics Card uses PCI slot, so that type in terminal,</p>
<blockquote><p>
<code><br />
cd /sys/devices/pcixxxx:xx<br />
</code>
</p></blockquote>
<p>change the xxxx:xx with the folder name of pci, I am sure that the number will vary in different computers. In my case, the directory name is</p>
<blockquote><p>
<code><br />
cd /sys/devices/pci0000:00<br />
</code>
</p></blockquote>
<p>Or you can press [TAB] several times after you type pci to get the list of file and folders whose name contain &#8216;pci&#8217;.<br />
And now, to get the list of folders contained in pcixxxx:xx, you can use this code</p>
<blockquote><p>
<code><br />
ls<br />
</code>
</p></blockquote>
<p>and you will see several directories like 0000:00:02:1 or something like that. That is the number of your hardware. The problem is you have no idea which directory contain the file that is the representative of your graphic card. Relax, I have a way to know whether the representative file that is able to change your screen brightness is in one of those directories. Type this code in terminal.</p>
<blockquote><p>
<code><br />
ls * | grep graph<br />
</code>
</p></blockquote>
<p>Do you get any return value from the code above, if yes then <strong>VERY GOOD</strong>. The next thing to do is you have to check those directories one by one manually to find which directory contain a file named <strong>&#8216;graphics&#8217;</strong>. This may be tiring, but it worth a try. Once you find it, remember it, because the path will stay the same. </p>
<p>The last part will be <strong>Injecting bit</strong> to hardware directly. This is the most risky part. After you find the directory that contain a file named &#8216;graphics&#8217;, go to that folder by using command &#8216;cd&#8217; in terminal. and access the hexadecimal of the file using hexedit. If you don&#8217;t have one, you have to install it first, don&#8217;t ask me how to install it, grrr!</p>
<blockquote><p>
<code><br />
sudo hexedit config<br />
</code>
</p></blockquote>
<p>And you will see screen like this, click this image if it is not big enough for you.<br />
<div id="attachment_348" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.pramonotunggul.com/wp-content/uploads/2010/08/hexedit.png"><img src="http://www.pramonotunggul.com/wp-content/uploads/2010/08/hexedit-300x29.png" alt="" title="hexedit to Adjust Screen Brightness" width="300" height="29" class="size-medium wp-image-348" /></a><p class="wp-caption-text">Adjusting screen Brightness with Hexedit</p></div><br />
Do you see where my cursor at in the picture? That is the bits that manage my screen brightness, and my screen brightness was 22. Your bit may be different with mine. Try to find a cluster that resemble your screen brightness, like 100 or 80. and change that value into something you wish, 20 or 30. And then last but in the list, press <strong>F2</strong>. The F2 button will flush the change into your graphic card hardware and if everything go right, your screen brightness will change like what happen in my computer. But if your screen brightness stay the same, don&#8217;t give up, <strong>change the value into what it was</strong> and try to change different cluster value. Remember to always set the value to the value before you make a change to prevent any hardware damage.</p>
<p>In conclusion, never give up, as long as you try, you will be able to do it. If Distro method to adjust screen brightness, there are still tons of methods left to do it. Never give up.</p>
<p>Pick other interesting articles in this <a href="http://www.pramonotunggul.com">Technology Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pramonotunggul.com/howto-adjust-screen-brightness-ubuntu-forcefully-when-methods-fail/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>World Fastest Processor 2010</title>
		<link>http://www.pramonotunggul.com/world-fastest-processor-2010/</link>
		<comments>http://www.pramonotunggul.com/world-fastest-processor-2010/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 07:02:05 +0000</pubDate>
		<dc:creator>pramono</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[processor]]></category>

		<guid isPermaLink="false">http://pramonotunggul.com/2010/07/27/world-fastest-processor-2010/</guid>
		<description><![CDATA[Processor is the most crucial part of our computer, processor handle most jobs of computer. Processor coordinate all the components of the computer to work together for the sake of users. Somehow as a computer maniac, we want the best for our computer. We want the fastest processor to work inside our computer. But what [...]]]></description>
			<content:encoded><![CDATA[<p>Processor is the most crucial part of our computer, processor handle most jobs of computer. Processor coordinate all the components of the computer to work together for the sake of users. Somehow as a computer maniac, we want the best for our computer. We want the fastest processor to work inside our computer. But what is the fastest processor right now?</p>
<p><strong>Intel® Core™ i7-980X processor Extreme Edition</strong><br />
Intel claim their product to be the <a href="http://www.intel.com/products/processor/corei7EE/index.htm">fastest processor</a> in this planet. Intel present Intel Core i7 as the fastest processor in this planet. with Specifications as follow</p>
<blockquote>
<ul>
<li>3.33GHz core Speed</li>
<li>Up to 3.6 GHz Turbo Boost</li>
<li><strong>6 Cores!!</strong> with 12 processing threads</li>
</ul>
</blockquote>
<p>Hoot mon! with this so called <a href="http://www.intel.com/products/processor/corei7EE/index.htm">fastest processor</a>, our processing will finish in no time. Cool?<div id="attachment_296" class="wp-caption aligncenter" style="width: 88px"><a href="http://pramonotunggul.com/wp-content/uploads/2010/07/ci7x_78.gif"><img src="http://pramonotunggul.com/wp-content/uploads/2010/07/ci7x_78.gif" alt="Processor, Fastest Processor, World Fastest Processor" title="World Fastest Processor" width="78" height="95" class="size-full wp-image-296" /></a><p class="wp-caption-text">Fastest Processor</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pramonotunggul.com/world-fastest-processor-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
