<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by akachester</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Fri, 05 Jun 2026 19:25:27 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Startup Script for Linux</title>
            <link>http://forum.lowyat.net/topic/1242264</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;Not sure whether this is the correct place, but if it isn&amp;#39;t, i am sorry.&lt;br /&gt;&lt;br /&gt;I am trying to auto startup a program in Linux during every bootup. I tried creating a script and execute the script via the rc.M file in rc.d but it always shows me segmentation fault. What i tried in the script is :&lt;br /&gt;&lt;br /&gt;./&amp;lt;program name here&amp;gt; &amp;lt;argument here&amp;gt;&lt;br /&gt;&lt;br /&gt;but everytime it just shows me segmentation fault. However, when i tried to execute the script manually by doing ./&amp;#60;script name here&amp;gt;, it works fine. It just wont autostart by its own on bootup. Anyone had any idea how to create those scripts or perform this autostart during bootup?&lt;br /&gt;&lt;br /&gt;Thanks.</description>
            <author>akachester</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Sat, 28 Nov 2009 21:41:13 +0800</pubDate>
        </item>
        <item>
            <title>Get current time</title>
            <link>http://forum.lowyat.net/topic/1221706</link>
            <description>Hi guys,&lt;br /&gt;&lt;br /&gt;I need some help here.&lt;br /&gt;&lt;br /&gt;Had a program that can actually read the current time from the CPU via this :&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;gettimeofday&amp;#40;&amp;amp;tv1, NULL&amp;#41;;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Now, from there, i can get the time in seconds and microseconds. &lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;long seconds;&lt;br /&gt;long useconds;&lt;br /&gt;&lt;br /&gt;seconds  = tv1.tv_sec&lt;br /&gt;useconds = tv1.tv_usec;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;My problem here is, i am trying to get it to have 100ms mark later than the supposed time. This is in order to predict the time my operation will finish (i assume my function will finish within 100ms). Is there a way to actually get the time exactly 100ms later? Can i do something like :&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;useconds = tv1.tv_usec + &amp;#40;100 * 1000&amp;#41;;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;to actually get the useconds to be exactly timed 100ms than the current time? I am afraid that the tv_usec would actually be overflowed and reset itself (increment the tv_sec parameter by itself). Is there a way to actually do this continuously without a problem?&lt;br /&gt;&lt;br /&gt;My actual program would look like this :&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;long seconds;&lt;br /&gt;long useconds;&lt;br /&gt;&lt;br /&gt;gettimeofday&amp;#40;&amp;amp;tv1, NULL&amp;#41;;&lt;br /&gt;&lt;br /&gt;seconds = tv1.tv_sec;&lt;br /&gt;&lt;br /&gt;while&amp;#40;1&amp;#41;{&lt;br /&gt;     &lt;br /&gt;useconds = tv1.tv_usec + &amp;#40;100 * 1000&amp;#41;;&lt;br /&gt;printf&amp;#40;&amp;#34;100ms later is &amp;#91;seconds &amp;#58; %ld&amp;#93; &amp;#91;useconds &amp;#58; %ld&amp;#93;&amp;#092;n&amp;#34;, seconds,useconds&amp;#41;;&lt;br /&gt;}&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;Thanks.</description>
            <author>akachester</author>
            <category>Codemasters</category>
            <pubDate>Mon, 09 Nov 2009 17:21:11 +0800</pubDate>
        </item>
        <item>
            <title>Sending CTRL+Z in C Language</title>
            <link>http://forum.lowyat.net/topic/1202500</link>
            <description>Hi guys,&lt;br /&gt;&lt;br /&gt;I am currently trying to create a function to send SMS via AT Command using C language. And in order to complete the SMS, the AT Command / GSM Modem would need to detect a CTRL+Z. I am wondering, is it possible to include a CTRL+Z at the end of a string? And how could i do that? I tried sending it by ending it with an ASCII code of CTRL+Z but it doesn&amp;#39;t seem to recognize. Anyone have any sample on this?&lt;br /&gt;&lt;br /&gt;Thanks.</description>
            <author>akachester</author>
            <category>Codemasters</category>
            <pubDate>Thu, 22 Oct 2009 16:35:27 +0800</pubDate>
        </item>
        <item>
            <title>Belkin Warranty</title>
            <link>http://forum.lowyat.net/topic/988466</link>
            <description>Hi guys,&lt;br /&gt;&lt;br /&gt;I have a Belkin Mimo Wireless Router that recently went dead, possibly due to lightning strike and i am wondering, does Belkin Wireless Modem + Router have lifetime warranty and how could i send it back for a replacement? Is there any website or phone no. that i could call for reference as i kinda lost the receipt of purchase from the shop.&lt;br /&gt;&lt;br /&gt;Thanks.</description>
            <author>akachester</author>
            <category>Price &amp;amp; Dealers Guide</category>
            <pubDate>Sun, 05 Apr 2009 22:01:49 +0800</pubDate>
        </item>
        <item>
            <title>Modbus Programming</title>
            <link>http://forum.lowyat.net/topic/926775</link>
            <description>Hi guys,&lt;br /&gt;&lt;br /&gt;Currently i am in need of help with Modbus Protocol. I am new to Modbus technology and was looking into communicating with hardware via RS485. Anyone can give me any tips on how to start doing this or have any site to recommend for beginners? Any sample code will be awesome as well. Looking into guidelines on how to do this using C language. Thanks. &lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>akachester</author>
            <category>Codemasters</category>
            <pubDate>Thu, 05 Feb 2009 20:41:02 +0800</pubDate>
        </item>
        <item>
            <title>Getting Linux Current Time</title>
            <link>http://forum.lowyat.net/topic/913439</link>
            <description>Hi there guys,&lt;br /&gt;&lt;br /&gt;I am currently writing a C language software but i do not know how to obtain the Linux PC/Current Time. Anyone can guide me from here? Would love to get the time possibly in miliseconds format or else, hour/minutes/seconds would be possible as well. Thanks.</description>
            <author>akachester</author>
            <category>Codemasters</category>
            <pubDate>Wed, 21 Jan 2009 13:56:16 +0800</pubDate>
        </item>
        <item>
            <title>AMD Warranty</title>
            <link>http://forum.lowyat.net/topic/654909</link>
            <description>Hi there,&lt;br /&gt;&lt;br /&gt;I am having some trouble here. It seems my Opteron 939 had died on me somehow. I am wondering, i bought this processor directly from Newegg last time. Do local AMD help to handle processor that is bought overseas? Do local AMD provide international warranty?&lt;br /&gt;&lt;br /&gt;Where do i send the processor to for warranty and how long is the warranty for AMD processor?1 year? &lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>akachester</author>
            <category>Price &amp;amp; Dealers Guide</category>
            <pubDate>Wed, 19 Mar 2008 10:29:17 +0800</pubDate>
        </item>
        <item>
            <title>MSI Warranty</title>
            <link>http://forum.lowyat.net/topic/653411</link>
            <description>Just wondering,&lt;br /&gt;&lt;br /&gt;How long it the actual warranty for MSI graphic cards? And how long does shops at LYP handle MSI&amp;#39;s warranty?&lt;br /&gt;&lt;br /&gt;Thanks..</description>
            <author>akachester</author>
            <category>Price &amp;amp; Dealers Guide</category>
            <pubDate>Mon, 17 Mar 2008 10:32:41 +0800</pubDate>
        </item>
        <item>
            <title>SPAM PM</title>
            <link>http://forum.lowyat.net/topic/557331</link>
            <description>Hi there,&lt;br /&gt;&lt;br /&gt;I just received a spam PM here. Hope actions can be taken. Thanks..&lt;br /&gt;&lt;br /&gt;[attachmentid=334164]</description>
            <author>akachester</author>
            <category>Feedback and Helpdesk</category>
            <pubDate>Tue, 20 Nov 2007 08:28:28 +0800</pubDate>
        </item>
        <item>
            <title>Sennheiser Products</title>
            <link>http://forum.lowyat.net/topic/513651</link>
            <description>Hi guys,&lt;br /&gt;&lt;br /&gt;Do you guys know where can we find Sennheiser products here in Malaysia? I mean, is there any retail shops around?&lt;br /&gt;&lt;br /&gt;Thanks.. &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>akachester</author>
            <category>Price &amp;amp; Dealers Guide</category>
            <pubDate>Sat, 01 Sep 2007 15:30:06 +0800</pubDate>
        </item>
        <item>
            <title>Delete Proxy Setting</title>
            <link>http://forum.lowyat.net/topic/509244</link>
            <description>Guys,&lt;br /&gt;&lt;br /&gt;May i know does anyone know how to delete proxy setting installed in a PC?&lt;br /&gt;&lt;br /&gt;I had installed a proxy setting into a PC via a .reg file which automatically install the proxy setting. &lt;br /&gt;&lt;br /&gt;My problem is, after installing the proxy registration file, there are some sites that are blocked from being used. However, by manually setting up the proxy setting in the LAN (by typing the proxy setting on my own), there is no such problem. Therefore, i needed to know, by any way i can delete the automatically installed proxy from my current PC?&lt;br /&gt;&lt;br /&gt;Thanks...</description>
            <author>akachester</author>
            <category>Technical Support</category>
            <pubDate>Thu, 23 Aug 2007 15:48:05 +0800</pubDate>
        </item>
        <item>
            <title>Frequent BSOD Problem</title>
            <link>http://forum.lowyat.net/topic/494040</link>
            <description>Hi guys,&lt;br /&gt;&lt;br /&gt;I am facing a problem here. Lately, my Dell laptop had been facing frequent BSOD problem and need me to restart PC everytime it happens. This is what displayed when the BSOD happens :&lt;br /&gt;&lt;br /&gt;A problem had been detected &amp;amp; windows has been shut down to prevent damage to your computer.&lt;br /&gt;...........&lt;br /&gt;&lt;br /&gt;Technical Information:&lt;br /&gt;&lt;br /&gt;STOP X 0X0000008E&lt;br /&gt;&lt;br /&gt;Win32k.sys - address BF8E5F91 base at BF8000000, DateStamp 45F013f6&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Its actually a very long winded error code. If what i get there is not related, do let me know so i could copy the whole error message out for clarification purpose. Anyway, the BSOD only happens when i tried certain programs like SQL Server 2005. I do feel it MIGHT be due the program needed to use a high amount of memory and causes the program to BSOD. Thus far, only the SQL program is causing this problem. I already tried reformat, reinstall drivers, reinstall SQL and its still the same. I do not feel the software have any problem as many of my colleague is using them as well without any problem. Do you know what might happen here and is it due to hardware defect?&lt;br /&gt;&lt;br /&gt;I am still waiting for confirmation from Dell though...</description>
            <author>akachester</author>
            <category>Technical Support</category>
            <pubDate>Wed, 25 Jul 2007 18:15:12 +0800</pubDate>
        </item>
        <item>
            <title>[Help] Kia Spectra Air Conditioning</title>
            <link>http://forum.lowyat.net/topic/482273</link>
            <description>Hi guys,&lt;br /&gt;&lt;br /&gt;First of all, sorry if i posted this in the wrong section as i had never posted in this section before. Please do inform me if i have done so..&lt;br /&gt;&lt;br /&gt;Anyway, this is my problem and i hope some experts here can help me solve it. Last week, the battery of my car suddenly went &amp;#39;kaput&amp;#39; on me and i had to replace it with a new one. As normal, some of the electronic stuff will be set back to default. Anyway, after i had changed the battery, the is something wrong with my air conditioning control.&lt;br /&gt;&lt;br /&gt;In the middle bay of a Kia Spectra, there is 3 buttons which is : AC On Button - Outsite Ventilation Button - Inside Air Circulation Button (Sorry if i use the wrong term). Basically, by default before i change the battery, both the AC On and Inside Air Circulation button will be turned on everytime i start my car. When i changed the battery, it suddenly changed to AC On and Outsite Air ventilation by default. &lt;br /&gt;&lt;br /&gt;This makes me needed to manually switch it from Outsite to Inside Air Circulation everytime i start my car. Is there any way to fix this problem?Can i set the Inside Air Circulation Button as default ON instead of the other one? Hope you guys understand my question here..Sorry for making this so complicated..LOL...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;---------&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;One more question, anyone knows where can i get a specific Car Owner&amp;#39;s Manual either via eBook or the hard copy version? I am specifically looking for the Toyota Levin AE101 SilverTop manual for a friend of mine (either manual or engine tuning manual). If anyone can point me to a direction on where can i find them, i will appreciate their help..&lt;br /&gt;&lt;br /&gt;Thanks alot to all the sifu here...</description>
            <author>akachester</author>
            <category>The Fast &amp;amp; The Furious</category>
            <pubDate>Tue, 03 Jul 2007 08:34:49 +0800</pubDate>
        </item>
        <item>
            <title>Keyboard Typing Problem</title>
            <link>http://forum.lowyat.net/topic/479941</link>
            <description>Hi guys,&lt;br /&gt;&lt;br /&gt;I am having a weird problem recently (OK, its not on my PC but its my dad&amp;#39;s PC). What happen was, when i am typing something using the keyboard, sometimes, the character does not comes out.&lt;br /&gt;&lt;br /&gt;For example, if i press A B C on my keyboard, only A and C will come out and the B would be missing. This does not happens on specific keys but on most of the keys as well. Typing speed is normal, not those ultra high speed typing. May i know what might be wrong there? Thanks..</description>
            <author>akachester</author>
            <category>Technical Support</category>
            <pubDate>Thu, 28 Jun 2007 11:58:49 +0800</pubDate>
        </item>
        <item>
            <title>Cheapest Broadband Combination</title>
            <link>http://forum.lowyat.net/topic/469822</link>
            <description>Hi guys,&lt;br /&gt;&lt;br /&gt;I am not sure where to put this and if this is in the wrong subforum, do inform me or help me move it ok. Thanks..&lt;br /&gt;&lt;br /&gt;Anyway, this is my question..&lt;br /&gt;&lt;br /&gt;I am about to shift to a new place and was looking forward to get myself a broadband line. Anyway, after some consideration, my mind is only having the Streamyx as an option. However, considering the fact that i need unlimited package, i would need to pay at least RM66 + Telephone Rental bill every month which almost equivalent to RM90. &lt;br /&gt;&lt;br /&gt;Anyway, i am wondering, is there any other cheaper solution available for unlimited broadband connection?Is there any other choices available to consider in the same range as well?Thanks alot for the help...</description>
            <author>akachester</author>
            <category>Networks and Broadband</category>
            <pubDate>Fri, 08 Jun 2007 23:56:54 +0800</pubDate>
        </item>
        <item>
            <title>[VB.NET] Printing DataGrid</title>
            <link>http://forum.lowyat.net/topic/467487</link>
            <description>Hi guys, i got a problem here..&lt;br /&gt;&lt;br /&gt;I have a datagrid that is binded to the SQL Server. May i know, how could i print out all the data in the datagrid using a print button?&lt;br /&gt;&lt;br /&gt;Besides, is there a way to save the data in the datagrid to a new text file?Thanks..&lt;br /&gt;&lt;br /&gt;Any recommendation, help or external source regarding this problem will be greatly appreaciated..</description>
            <author>akachester</author>
            <category>Codemasters</category>
            <pubDate>Mon, 04 Jun 2007 15:43:11 +0800</pubDate>
        </item>
        <item>
            <title>Recommended SLS Shop</title>
            <link>http://forum.lowyat.net/topic/466426</link>
            <description>Guys, i have never been to SLS (Sim Lim Square) before in Singapore. I would like to know anyone have any experience purchasing stuff from there?Which shop there is recommended and which is not?Thanks...</description>
            <author>akachester</author>
            <category>Price &amp;amp; Dealers Guide</category>
            <pubDate>Sat, 02 Jun 2007 09:03:57 +0800</pubDate>
        </item>
        <item>
            <title>Flickering Screen</title>
            <link>http://forum.lowyat.net/topic/455038</link>
            <description>Guys, I am in need of urgent help here..Almost getting crazy because of these..&lt;br /&gt;&lt;br /&gt;Ok, previously, i had posted here regarding a flickering problem that i have been having my with computer and after a long time of help and researching, i know it is a problem caused by my GC. Something to do with artificats on the card. Tested it on 3D Mark and it had proven it..&lt;br /&gt;&lt;br /&gt;And i thought it was already fine..Until it encounter another problem just now. This time, i am using the Palit 7600GS Sonic instead of the already dead 7300GT and i am pretty sure there is absolutely NO PROBLEM with this card. The reason i am saying is that this card belongs to my cousin and there is no problem at all when i use it. And this flickering problem also exist during the usage of my previous 7300GT but it happened only once..This is the 2nd time it happened..&lt;br /&gt;&lt;br /&gt;I really wanted to know what might cause the problem here and i am really getting crazy problem persisting after another.. &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;This is the flickering i am talking about:&lt;br /&gt;&lt;br /&gt;&lt;img src='http://img157.imageshack.us/img157/3604/1005071929hs1.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;There is absolutely nothing else i can do when this appears and the only thing i can do is restart and the problem is gone...</description>
            <author>akachester</author>
            <category>Technical Support</category>
            <pubDate>Thu, 10 May 2007 19:39:25 +0800</pubDate>
        </item>
        <item>
            <title>[WTA] Pricing For Hardware</title>
            <link>http://forum.lowyat.net/topic/455023</link>
            <description>Ok guys, i in need of help in term of pricing here. There are a few things that i would like to ask. Therefore, i will seperate this into different part. Please do let me know what do you guys feel the price point will be. Thanks alot...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-----------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;First of all, i got a 2nd rig (not a full rig) lying around collecting dust and i am sort of thinking of selling it to a good friend of mine. However, i do not know the price that i should offer him now. Please do let me know the price that i could offer him on these specs:&lt;br /&gt;&lt;b&gt;&lt;br /&gt;Processor :&lt;/b&gt; AMD Athlon 3000+ Venice E6&lt;br /&gt;&lt;b&gt;&lt;br /&gt;Motherboard :&lt;/b&gt; Gigabyte K8N SLi&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Casing :&lt;/b&gt; Cooler Master Centurion 5&lt;br /&gt;&lt;b&gt;&lt;br /&gt;PSU :&lt;/b&gt; Cooler Master Real Power 450W&lt;br /&gt;&lt;br /&gt;&lt;b&gt;GC :&lt;/b&gt; Galaxy 7300GT 128MB DDR3 (Currently on RMA)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Actually, there is a few points to consider here. First of all, my friend is not an experts when it comes to computing. All he wants is a worthy rig which are not overpriced. Anyway, if you guys are helping me out in qouting a pricing in this rig, i hope to keep in mind that i really need to OFFER him a price that he couldnt resist (of course not ridiculous one like RM50  &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt; ). &lt;br /&gt;&lt;br /&gt;I know AM2 is running on dirt cheap price now and i hope the price that i could give him on these obsolete S939 spec would be cheap enough to attract him and in the same time, does not give a huge loss to me..Thanks...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;Secondly, i would need to get a replacement GC for the spec above as the 7300GT is still under RMA and i do not want to sell a PC which are still not able to run. Therefore, i wanted to look for a replacement which will be:&lt;br /&gt;&lt;b&gt;&lt;br /&gt;The Cheapest PCI-Express GC currently available in the market AND its price &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;I really need to know which would be the cheapest available regardless of spec and it MUST be brand NEW..&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Finally, i am thinking of upgrading my rams as well and since i already fully utilized my 4 ram slots, i am thinking of selling off my current rams as well. Well, i am still in the process of &amp;quot;THINKING&amp;quot; until i have the budget to get a replacement..&lt;br /&gt;&lt;br /&gt;Anyway, how much do you guys think these rams will be able to fetch in the current market?&lt;br /&gt;&lt;b&gt;&lt;br /&gt;2 * 512 Corsair TwinX PC3200 Pro Led (3-3-3-8)&lt;br /&gt;&lt;br /&gt;2 * 512 Corsair XMS PC3200 C2PT (Rated 2-3-3-6)&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks alot for the help..Appreciate them...</description>
            <author>akachester</author>
            <category>Price &amp;amp; Dealers Guide</category>
            <pubDate>Thu, 10 May 2007 19:13:41 +0800</pubDate>
        </item>
        <item>
            <title>Graphic Glithes On My Computer</title>
            <link>http://forum.lowyat.net/topic/447667</link>
            <description>Alright guys, as the title above, i have a problem in graphic just now. This is what happens:&lt;br /&gt;&lt;br /&gt;I was enjoying myself with the C&amp;amp;C3 just now, trying to test out which setting will work best on my 7300GT. Everything was fine and as happens during the gaming, there are some part especially those that require intense lighting seems to be flickering slightly. I was ok with that but still looking for setting that might reduce it..&lt;br /&gt;&lt;br /&gt;Anyway, all of a sudden during the game, glitches started to happen. My screen was flickering with black dotted lines all over. And i thought i had mistakenly set something on my C&amp;amp;C3 setting. Therefore, i decided to exit the game and heck, even the same is happening on my desktop. I was worried that it might be some problem with the temperature but no, its normal running at about 52c. &lt;br /&gt;&lt;br /&gt;The reason i am worried about the temperature is that i took out my GC HSF yesterday to replace the TIM. When i changed it from the AS5 to the TR Chill Factor and boot it up, it started at a crazy 63c on my GC. I was afraid something might go wrong and i replaced it back with the AS5 and its normal again at 50c  &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt; ..&lt;br /&gt;&lt;br /&gt;What might go wrong with my system?My best bet would be a problem with the graphic card but i did NOT do any Overclocking in it.Running at default speed of 500/1400..&lt;br /&gt;&lt;br /&gt;This is the examples of what happens..Even restarting does not fix it. I turn the PC off for a few minutes, and turn it back on, then only the problem dissapears and now back to normal  &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt; ..&lt;br /&gt;&lt;br /&gt;&lt;img src='http://img81.imageshack.us/img81/1899/untitledgy8.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;Please help me identify the problem..Thanks...</description>
            <author>akachester</author>
            <category>Technical Support</category>
            <pubDate>Wed, 25 Apr 2007 19:06:36 +0800</pubDate>
        </item>
    </channel>
</rss>
