<?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>blog.nestlepoell.net &#187; Bug / Error</title>
	<atom:link href="http://blog.nestlepoell.net/category/bug-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nestlepoell.net</link>
	<description>Personal thoughts &#38; tale of a Caviteño blogger on entertainment, people, technology, his career, travels, projects, successes &#38; failures.</description>
	<lastBuildDate>Wed, 28 Jul 2010 01:48:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>solve/fix that 1440&#215;900 issue with 19&#8243; LCD monitor</title>
		<link>http://blog.nestlepoell.net/2009/08/10/solvefix-that-1440x900-issue-with-19-lcd-monitor/</link>
		<comments>http://blog.nestlepoell.net/2009/08/10/solvefix-that-1440x900-issue-with-19-lcd-monitor/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 17:19:55 +0000</pubDate>
		<dc:creator>nestle poell</dc:creator>
				<category><![CDATA[Bug / Error]]></category>
		<category><![CDATA[Daily Dose]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.nestlepoell.net/?p=782</guid>
		<description><![CDATA[It&#8217;s been ages that I&#8217;ve been contemplating to acquire an external monitor for my laptop/s. So finally I did today. I bought a refurbished 19&#8243; LCD Samsung SyncMaster 920NW for 105$. The colors are still vibrant, it seems fresh. But one problem &#8211; texts squashed, circle looks ellipses. Its distorted. Problem, sounds easy&#8230; wrong resolution. [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been ages that I&#8217;ve been contemplating to acquire an external monitor for my laptop/s. So finally I did today. I bought a refurbished <strong>19&#8243; LCD Samsung SyncMaster 920NW</strong> for 105$. The colors are still vibrant, it seems fresh. But one problem &#8211; texts squashed, circle looks ellipses. Its distorted.</p>
<p>Problem, sounds easy&#8230; wrong resolution. Just a right click, properties, etc etc etc&#8230; Presto.</p>
<p>Surprise! Your monitor prompts you:   <strong>&#8220;Not optimum mode</strong>.<strong> Recommended 1440&#215;900 60hz&#8221;</strong></p>
<p>Again, sounds easy. Go back to your desktop properties &#8211; then select 1440&#215;900 as it is the optimized resolution for your wide 19&#8243; monitor. Lucky you if you have that resolution. Me? I DON&#8217;T.</p>
<p>I tried downloading Samsung&#8217;s driver. &#8211; NO LUCK.<br />
Updated XP Driver. &#8211; SAME, NO LUCK.</p>
<p>Lots of lost souls in google. Seems nobody hasnt solve or fixed it yet.</p>
<p>Well, not really. I thought it was suppose to be fixed if you update your display driver.<br />
(Im using <strong>HP 520 </strong>laptop so mine&#8217;s onboard and its intel. T&#8217;was discussed here:<br />
<em>http://downloadcenter.intel.com/Detail_Desc.aspx?strState=LIVE&amp;lang=eng&amp;ProductID=2102&amp;DwnldID=15559</em></p>
<p>It didnt help. you wont get that 1440&#215;900 on the list.</p>
<p>Even if you pick those other updated intel driver.<br />
<em>http://www.intel.com/support/graphics/sb/CS-028366.htm</em> (keep this noted, youll find this useful &#8211; later on this post)</p>
<p>More google &#8211; and thank you Lord one smart man who encountered this issue way back 2007 <strong>FOUND AND FIX THE PROBLEM. Well for most of us though. </strong></p>
<p>Ill quote his solution and mark red and green those key points you need to change. (on most case, you just need to edit 2 lines &#8211; might not be the same with others.):</p>
<blockquote><p>After some research it appeared that the latest driver from Intel was not configured to support the resolution of 1440&#215;900, even though after experimenting with settings within Windows display properties and actually getting it set to 1440&#215;900 on one occasion. A quick Google also revealed the maximum resolution supported was 1680&#215;1050. I was baffled as to why a graphics controller and its driver that allows a resolution as high as 1680&#215;1050 would not allow me to set a resolution at the lower 1440&#215;900.</p>
<p>It turns out that the driver is to blame. It seems Intel do not configure their driver to natively allow a resolution of 1440&#215;900 (as well as other resolutions between 800&#215;600 and the maximum supported resolution of 1680&#215;1050). It seems this has also been a problem with other chipsets that Intel manufactures (from their 915 series upwards).</p>
<p>An inspection of the zip version of the driver (Intel provide 2 drivers, one in the form of a self extracting .exe and the other is a .zip file containing all the driver files) for my graphics controller revealed that a file within the driver- igxp32.inf (a setup information file) would allow me to specify extra resolutions that could be used by the computer after the driver was installed. Opening this file in notepad, one section immediately caught my attention:</p>
<p>[NonEDIDMode_AddSwSettings]</p>
<p>Within this section of igxp32.inf it appeared I could enable up to 5 extra resolutions for use within Windows display properties. The next line of the file has been commented by Intel:</p>
<p><span style="color: #ff0000;">HKR,, TotalDTDCount, %REG_DWORD%, 0  	; This shows number of DTDs to be used. ;  0&#8211;&gt;Disable the feature.</span></p>
<p>Well I wanted to enable all the resolutions I could, so I changed the 0 to a 5 like so:</p>
<p><span style="color: #339966;">HKR,, TotalDTDCount, %REG_DWORD%, 5  	; This shows number of DTDs to be used. ;  0&#8211;&gt;Disable the feature.</span></p>
<p>The next 5 lines within the file seemed to be the settings for the extra resolutions that would be added after this driver is installed. The first 4 had been set already to offer 1920&#215;1080@60, 1920&#215;1080@50, 1280&#215;720@60 and 1280&#215;720@50 resolutions. The last, 5th line had no hexadecimal values, and the comment on the end of the setting was blank, so here is where I edited and added the resolution for the screen I was trying to get working. A quick Google of 1440&#215;900@60 revealed the hex values for that resolution to be:</p>
<p><span style="color: #339966;">HKR,, DTD_5,%REG_BINARY%, 97,29,A0,D0,51,84,20,30,50,98,13,00,00,00,00,00,00,1C,37,01		;1440&#215;900@60</span></p>
<p>So I edited the 5th line to look like that above and saved the file. Upon un-installation of the old driver and installation of the newly modified driver, a quick delve into the settings in display properties revealed all 5 new resolutions selectable. I could now apply the 1440&#215;900 resolution I wanted.</p></blockquote>
<p>Thanks to him, he saved (me) the world.</p>
<p>His page: http://www.jjclements.co.uk/index.php/2007/07/19/intel-gfx-driver-resolution-fix/</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nestlepoell.net/2009/08/10/solvefix-that-1440x900-issue-with-19-lcd-monitor/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>DSL Burn In while out in Pagbilao, Quezon</title>
		<link>http://blog.nestlepoell.net/2007/05/23/dsl-burn-in-while-out-in-pagbilao-quezon/</link>
		<comments>http://blog.nestlepoell.net/2007/05/23/dsl-burn-in-while-out-in-pagbilao-quezon/#comments</comments>
		<pubDate>Wed, 23 May 2007 14:10:07 +0000</pubDate>
		<dc:creator>nestle poell</dc:creator>
				<category><![CDATA[Bug / Error]]></category>
		<category><![CDATA[Daily Dose]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://blog.nestlepoell.net/2007/05/23/dsl-burn-in-while-out-in-pagbilao-quezon/</guid>
		<description><![CDATA[Ill be away for a day and a half starting tomorrow (Thursday) for a family day out in Pueblo Resort at Pagbilao, Quezon. Just in time to burn in our dataline that just got back after almost 4 day of service interruption. Don&#8217;t worry, I will still upload those Pahiyas, Globe Ka-Summer Concert, Nike:Believer and [...]]]></description>
			<content:encoded><![CDATA[<p>Ill be away for a day and a half starting tomorrow (Thursday) for a family day out in <a href="http://www.islandsproperties.com/properties/beachfronts/que-pag-bf-150/index.htm" title="Pueblo Pagbilao">Pueblo Resort at Pagbilao, Quezon</a>.</p>
<p>Just in time to burn in our dataline that just got back after almost 4 day of service interruption.</p>
<p>Don&#8217;t worry, I will still upload those Pahiyas, Globe Ka-Summer Concert, Nike:Believer and Mag:Net pics and videos just as i promised <img src='http://blog.nestlepoell.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://blog.nestlepoell.net/wp-content/uploads/2007/05/pic2633.jpg" rel="lightbox[491]" title="Pong in Chicago" rel="lightbox"><img src="http://blog.nestlepoell.net/wp-content/uploads/2007/05/pic2633.jpg" alt="Pong in Chicago" height="235" width="311" /></a><br />
Self confessed camwhore. Shot at Krispy Kreme Rosemont, Illinois near Chicago O&#8217; Hare Airport after accompanying LA from a <a href="http://www.rhinoplastyspecialist.com/procedure2.asp">rhinoplasty in Beverly Hills</a>. <font color="#c0c0c0">LOL! You know im just playing around <img src='http://blog.nestlepoell.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  KKD at The Fort, Bonifacio High Street Taguig Metro Manila</font></p>
<p><a href="http://rebelpixel.com/" title="Markku" target="_blank">Markku</a>, thanks for the late lift last night. Damn, muntik na ko sumakay sa bus papuntang SM Fairview amp.<br />
<a href="http://lordartworks.com/" title="N-E-V-E-R" target="_blank">LordArt</a>, You owe me a <a href="http://www.spitherapy.com/" title="SPIT">spit</a> <img src='http://blog.nestlepoell.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>And more link love to the following : <a href="http://banggigay.wordpress.com/">Banggigay</a>,  <a href="http://baratillo.net/">Juned</a>, <a href="http://jobarclix.com/">Joey</a>, <a href="http://kutitots.com/">Gail</a>, <a href="http://marcvillanueva.com/">Marc</a>, <a href="http://aboutmyrecovery.com/">Noemi</a>, <a href="http://laurganism.com/">Lauren</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nestlepoell.net/2007/05/23/dsl-burn-in-while-out-in-pagbilao-quezon/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Blogging on a Dial Up</title>
		<link>http://blog.nestlepoell.net/2007/05/20/blogging-on-a-dial-up/</link>
		<comments>http://blog.nestlepoell.net/2007/05/20/blogging-on-a-dial-up/#comments</comments>
		<pubDate>Sun, 20 May 2007 12:21:46 +0000</pubDate>
		<dc:creator>nestle poell</dc:creator>
				<category><![CDATA[Bug / Error]]></category>
		<category><![CDATA[Daily Dose]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.nestlepoell.net/2007/05/20/blogging-on-a-dial-up/</guid>
		<description><![CDATA[I hope our DSL gets back the soonest time. I went out last night and i have some youtube video to blog. Can&#8217;t help but realize what you got till its gone.]]></description>
			<content:encoded><![CDATA[<p>I hope our DSL gets back the soonest time. I went out last night and i have some youtube video to blog.</p>
<p>Can&#8217;t help but realize what you got till its gone.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nestlepoell.net/2007/05/20/blogging-on-a-dial-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watch Deleted Youtube Videos</title>
		<link>http://blog.nestlepoell.net/2007/03/11/watch-deleted-youtube-videos/</link>
		<comments>http://blog.nestlepoell.net/2007/03/11/watch-deleted-youtube-videos/#comments</comments>
		<pubDate>Sat, 10 Mar 2007 17:10:49 +0000</pubDate>
		<dc:creator>nestle poell</dc:creator>
				<category><![CDATA[Bug / Error]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Trivias & FYI's]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://blog.nestlepoell.net/2007/03/11/watch-deleted-youtube-videos/</guid>
		<description><![CDATA[&#8220;This video is no longer available due to a copyright claim by BlahBlahBlah Inc.&#8221; Does it look familiar ? Actually it is lol, That&#8217;s the message you see on Youtube.com when they remove a copyrighted video from the Youtube website. Or if the user deleted his/her own video. and if your movie violates Youtube Terms [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.nestlepoell.net/wp-content/uploads/2007/03/youtube-deleted-video.jpg" alt="Watch Deleted Youtube.Com Videos" /></p>
<p>&#8220;This video is no longer available due to a copyright claim by BlahBlahBlah Inc.&#8221; Does it look familiar ? Actually it is lol, That&#8217;s the message you see on Youtube.com when they remove a copyrighted video from the Youtube website.</p>
<p>Or if the user deleted his/her own video. and if your movie violates Youtube Terms of Use.</p>
<p>Worry no more!</p>
<p>Those folks at <a href="http://youtube.infamousx.com/" title="http://youtube.infamousx.com/" target="_blank"><span style="font-weight: bold">http://youtube.infamousx.com/</span></a> made it possible to watch deleted videos on Youtube &#8211; Just like Google Cache stores a copy of a webpage on Google servers, Youtube maintains a copy of raw video on their servers even when the video has been taken off the main website.</p>
<p>Here&#8217;s a video i deleted to try it on :<br />
<a href="http://www.youtube.com/watch?v=60XBnbBJYls" title="http://www.youtube.com/watch?v=60XBnbBJYls" target="_blank">http://www.youtube.com/watch?v=60XBnbBJYls</a></p>
<p>all you need is the video id (<span style="font-weight: bold; color: #ff0000">60XBnbBJYls</span> in this case)</p>
<p>This thing may not work for videos that have been permanently deleted from the Youtube servers.</p>
<p>Watch those video&#8217;s back to life <img src='http://blog.nestlepoell.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nestlepoell.net/2007/03/11/watch-deleted-youtube-videos/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Get rid of WordPress 2.1.1</title>
		<link>http://blog.nestlepoell.net/2007/03/04/get-rid-of-wordpress-211/</link>
		<comments>http://blog.nestlepoell.net/2007/03/04/get-rid-of-wordpress-211/#comments</comments>
		<pubDate>Sat, 03 Mar 2007 16:05:05 +0000</pubDate>
		<dc:creator>nestle poell</dc:creator>
				<category><![CDATA[Bug / Error]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.nestlepoell.net/2007/03/04/get-rid-of-wordpress-211/</guid>
		<description><![CDATA[From the official site (www.wordpress.org) : &#8220;&#8230; The issue was investigated, and it appeared that the 2.1.1 download had been modified from its original code. We took the website down immediately to investigate what happened. It was determined that a cracker had gained user-level access to one of the servers that powers wordpress.org, and had [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: bold">From the official site (www.wordpress.org) :</span></p>
<p style="margin-left: 40px">&#8220;&#8230; The issue was investigated, and <span style="font-weight: bold; color: #ff0000">it appeared that the 2.1.1 download had been modified from its original code</span>. We took the website down immediately to investigate what happened.</p>
<p style="margin-left: 40px"><span id="more-199"></span></p>
<p style="margin-left: 40px">It was determined that a cracker had gained user-level access to one of the servers that powers wordpress.org, and had used that access to modify the download file. We have locked down that server for further forensics, but at this time it appears that the 2.1.1 download was the only thing touched by the attack. They modified two files in WP to include code that would allow for remote PHP execution&#8230;&#8221;</p>
<p style="margin-left: 40px">more at : <a href="http://wordpress.org/development/2007/03/upgrade-212/" title="Get rid of WordPress 2.1.1" target="_blank">http://wordpress.org/development/2007/03/upgrade-212/</a></p>
<p>So if you downloaded <strong>WordPress 2.1.1</strong> within the past 4-5 days, your files may include a security exploit that was added by a cracker, and you should upgrade all of your files to 2.1.2 immediately.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nestlepoell.net/2007/03/04/get-rid-of-wordpress-211/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ituloy angsulong poell!</title>
		<link>http://blog.nestlepoell.net/2007/02/07/ituloy-angsulong-nestle-poell/</link>
		<comments>http://blog.nestlepoell.net/2007/02/07/ituloy-angsulong-nestle-poell/#comments</comments>
		<pubDate>Wed, 07 Feb 2007 09:24:43 +0000</pubDate>
		<dc:creator>nestle poell</dc:creator>
				<category><![CDATA[Bug / Error]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Recap]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[ituloy angsulong]]></category>

		<guid isPermaLink="false">http://blog.nestlepoell.net/2007/02/07/ituloy-angsulong-nestle-poell/</guid>
		<description><![CDATA[just trying my luck to win in this ituloy angsulong seo contest i hope my friends, fans, relatives, neighbors, school mates, batchmates and playmates from crimebloc supports me here Even your 1-word-comment a day would help me here]]></description>
			<content:encoded><![CDATA[<p>just trying my luck to win in this <a href="2007/02/07/ituloy-angsulong-nestle-poell/" title="patuloy ituloy angsulong poell!">ituloy</a> <a href="http://www.macalua.com/2006/10/29/philippine-seo-contest/" title="ituloy angsulong contest">angsulong seo contest</a> <img src='http://blog.nestlepoell.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>i hope my friends, fans, relatives, neighbors, school mates, batchmates and playmates from <strong><a href="http://www.crimebloconline.com/" title="ituloy angsulong crimebloc!">crimebloc</a></strong> supports me here <img src='http://blog.nestlepoell.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<postit>Even your <strong>1-word-comment a day </strong>would help me here <img src='http://blog.nestlepoell.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </postit>
]]></content:encoded>
			<wfw:commentRss>http://blog.nestlepoell.net/2007/02/07/ituloy-angsulong-nestle-poell/feed/</wfw:commentRss>
		<slash:comments>6789</slash:comments>
		</item>
		<item>
		<title>Will Peekvid.Com re-launch soon after its recent downtime?</title>
		<link>http://blog.nestlepoell.net/2007/02/07/will-peekvidcom-re-launch-soon-after-its-recent-downtime/</link>
		<comments>http://blog.nestlepoell.net/2007/02/07/will-peekvidcom-re-launch-soon-after-its-recent-downtime/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 21:26:24 +0000</pubDate>
		<dc:creator>nestle poell</dc:creator>
				<category><![CDATA[Bug / Error]]></category>
		<category><![CDATA[Daily Dose]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://blog.nestlepoell.net/2007/02/07/will-peekvidcom-re-launch-soon-after-its-recent-downtime/</guid>
		<description><![CDATA[or its just their way to bid goodbye ?]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.nestlepoell.net/wp-content/uploads/2007/02/peekvidcom.gif" rel="lightbox[295]" title="Will Peekvid.Com re-launch soon after its downtime?" rel="lightbox"><img src="http://blog.nestlepoell.net/wp-content/uploads/2007/02/peekvidcom.gif" alt="Will Peekvid.Com re-launch soon after its downtime?" /></a></p>
<p>or its just their way to bid goodbye ?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nestlepoell.net/2007/02/07/will-peekvidcom-re-launch-soon-after-its-recent-downtime/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>&#8220;.. entry point JS_SetContextCallback could not be located ..&#8221;</title>
		<link>http://blog.nestlepoell.net/2007/02/03/the-procedure-entry-point-js_setcontextcallback-could-not-be-located-in-the-dynamic-link-library-js3250dll/</link>
		<comments>http://blog.nestlepoell.net/2007/02/03/the-procedure-entry-point-js_setcontextcallback-could-not-be-located-in-the-dynamic-link-library-js3250dll/#comments</comments>
		<pubDate>Sat, 03 Feb 2007 11:51:53 +0000</pubDate>
		<dc:creator>nestle poell</dc:creator>
				<category><![CDATA[Bug / Error]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.nestlepoell.net/2007/02/03/the-procedure-entry-point-js_setcontextcallback-could-not-be-located-in-the-dynamic-link-library-js3250dll/</guid>
		<description><![CDATA[I encounterted this when upgrading my FireFox 1.5 to FireFox 2.0 (For win32) firefox.exe &#8211; Entry Point Not Found The procedure entry point JS_SetContextCallback could not be located in the dynamic link library js3250.dll. Just try downloading FireFox again from its Official Repository and run the install again.]]></description>
			<content:encoded><![CDATA[<p>I encounterted this when upgrading my <strong>FireFox 1.5 to FireFox 2.0</strong> (For win32)</p>
<postit>firefox.exe &#8211; Entry Point Not Found<br />
The procedure entry point JS_SetContextCallback could not be located in the dynamic link library js3250.dll.</postit>
<ul>
<li>Just try downloading FireFox again from its <a href="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/2.0/" target="_blank">Official Repository</a> and run the install again.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.nestlepoell.net/2007/02/03/the-procedure-entry-point-js_setcontextcallback-could-not-be-located-in-the-dynamic-link-library-js3250dll/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
