<?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>Marcus Alves Grando (mnag)</title>
	<atom:link href="http://blogs.freebsdish.org/mnag/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.freebsdish.org/mnag</link>
	<description>FreeBSD</description>
	<lastBuildDate>Wed, 20 Jun 2007 12:54:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>compat6x port</title>
		<link>http://blogs.freebsdish.org/mnag/2007/06/14/compat6x-port/</link>
		<comments>http://blogs.freebsdish.org/mnag/2007/06/14/compat6x-port/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 23:00:31 +0000</pubDate>
		<dc:creator>Marcus Alves Grando</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Ports]]></category>

		<guid isPermaLink="false">http://blogs.freebsdish.org/mnag/2007/06/14/compat6x-port/</guid>
		<description><![CDATA[Well, like title say, this post are to present compat6x port. Yesterday i update compat6x to 6.2 200706 snapshot. Now compat6x are ready to commit and contains all security fixes. __FreeBSD_version is 602110. If you like to test you can download shar here and install.
Some people have problems with diablo-(jdk&#124;jre)15, opera qt-shared and openoffice-2.2.0. I [...]]]></description>
			<content:encoded><![CDATA[<p>Well, like title say, this post are to present compat6x port. Yesterday i update compat6x to 6.2 200706 snapshot. Now compat6x are ready to commit and contains all security fixes. __FreeBSD_version is 602110. If you like to test you can download shar <strike>here</strike> and install.</p>
<p>Some people have problems with diablo-(jdk|jre)15, opera qt-shared and openoffice-2.2.0. I think that&#8217;s because of threads update but i&#8217;ll investigate more.</p>
<p><strong>UPDATED: Commited in misc/compat6x. Enjoy. </strong></p>
<p>Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.freebsdish.org/mnag/2007/06/14/compat6x-port/feed/</wfw:commentRss>
		<slash:comments>1226</slash:comments>
		</item>
		<item>
		<title>PHP 5 and timezone problems&#8230; [updated]</title>
		<link>http://blogs.freebsdish.org/mnag/2006/10/30/php-5-and-timezone-problems/</link>
		<comments>http://blogs.freebsdish.org/mnag/2006/10/30/php-5-and-timezone-problems/#comments</comments>
		<pubDate>Sun, 29 Oct 2006 23:49:46 +0000</pubDate>
		<dc:creator>Marcus Alves Grando</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Ports]]></category>

		<guid isPermaLink="false">http://blogs.freebsdish.org/mnag/2006/10/30/php-5-and-timezone-problems/</guid>
		<description><![CDATA[After work with src people (special thanks to ru@ and dougb@), to update share/timezone to tzdata-2006n in CURRENT and MFC to RELENG_(4&#124;5&#124;6). I discovery that PHP 5 have a internal timezone structure.
Searching about that, i found pecl-timezonedb. After ports freeze i will add pecl-timezonedb in ports/misc.
If you need you can download shar here.
Regards
Update: Added misc/pecl-timezonedb [...]]]></description>
			<content:encoded><![CDATA[<p>After work with src people (special thanks to ru@ and dougb@), to update share/timezone to tzdata-2006n in CURRENT and MFC to RELENG_(4|5|6). I discovery that PHP 5 have a internal timezone structure.</p>
<p>Searching about that, i found <a href="http://pecl.php.net/package/timezonedb">pecl-timezonedb</a>. After ports freeze i will add pecl-timezonedb in ports/misc.</p>
<p>If you need you can download shar <strike>here</strike>.</p>
<p>Regards</p>
<p><b>Update:</b> Added <a href="http://www.freebsd.org/cgi/cvsweb.cgi/ports/misc/pecl-timezonedb/">misc/pecl-timezonedb</a> in ports tree.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.freebsdish.org/mnag/2006/10/30/php-5-and-timezone-problems/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Intel 945GM and FreeBSD agp(4) driver [updated]</title>
		<link>http://blogs.freebsdish.org/mnag/2006/08/28/intel-945gm-and-freebsd-agp4-driver/</link>
		<comments>http://blogs.freebsdish.org/mnag/2006/08/28/intel-945gm-and-freebsd-agp4-driver/#comments</comments>
		<pubDate>Mon, 28 Aug 2006 02:52:14 +0000</pubDate>
		<dc:creator>Marcus Alves Grando</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Src]]></category>

		<guid isPermaLink="false">http://blogs.freebsdish.org/mnag/2006/08/28/intel-945gm-and-freebsd-agp4-driver/</guid>
		<description><![CDATA[After backport 945GM support from i810 from Xorg 7.0, i try to make agp(4) work on my 945GM.
Yesterday i found the solution for this, after read some pieces of code from Linux i found that problem are caused because agp(4) driver recognize 945GM as 128MB instead of 256MB aperture size.
After that i make this patch. [...]]]></description>
			<content:encoded><![CDATA[<p>After <a href="http://blogs.freebsdish.org/mnag/2006/08/28/my-new-dell-d520-and-xorg-i810-driver/" title="i810 driver from xorg 7.0">backport 945GM support from i810 from Xorg 7.0</a>, i try to make agp(4) work on my 945GM.</p>
<p>Yesterday i found the solution for this, after read some pieces of code from Linux i found that problem are caused because agp(4) driver recognize 945GM as 128MB instead of 256MB aperture size.</p>
<p>After that i make this <strike>patch</strike>. I already submit this patch to Eric Anholt (anholt) and i don&#8217;t know if there&#8217;s are correct, but on my tests work&#8217;s.</p>
<p>PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/103079">103079</a></p>
<p><strong>Update:</strong> Eric Anholt found correct method to verify agp aperture size and commited in -CURRENT. Patch to RELENG_6 can be found <a href="http://people.freebsd.org/~mnag/agp_i810.c.patch" title="Intel 945gm" target="_blank">here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.freebsdish.org/mnag/2006/08/28/intel-945gm-and-freebsd-agp4-driver/feed/</wfw:commentRss>
		<slash:comments>1329</slash:comments>
		</item>
		<item>
		<title>FreeBSD on my new Dell D520 and Xorg i810 driver</title>
		<link>http://blogs.freebsdish.org/mnag/2006/08/28/my-new-dell-d520-and-xorg-i810-driver/</link>
		<comments>http://blogs.freebsdish.org/mnag/2006/08/28/my-new-dell-d520-and-xorg-i810-driver/#comments</comments>
		<pubDate>Mon, 28 Aug 2006 02:30:46 +0000</pubDate>
		<dc:creator>Marcus Alves Grando</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Ports]]></category>

		<guid isPermaLink="false">http://blogs.freebsdish.org/mnag/2006/08/28/my-new-dell-d520-and-xorg-i810-driver/</guid>
		<description><![CDATA[I will talk about my new notebook Latitude Dell D520 and FreeBSD.
After install FreeBSD 6.1, i note that i810 driver in x11-servers/xorg-server (6.9.0) does not recognize my Intel 945GM video.
My first work are backport 945GM code from Xorg 7.0. This work already commited in ports tree, here.
]]></description>
			<content:encoded><![CDATA[<p>I will talk about my new notebook Latitude Dell D520 and FreeBSD.</p>
<p>After install FreeBSD 6.1, i note that i810 driver in x11-servers/xorg-server (6.9.0) does not recognize my Intel 945GM video.</p>
<p>My first work are backport 945GM code from Xorg 7.0. This work already commited in ports tree, <a href="http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11-servers/xorg-server/files/patch-945GM.patch" title="Commit" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.freebsdish.org/mnag/2006/08/28/my-new-dell-d520-and-xorg-i810-driver/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First post&#8230;</title>
		<link>http://blogs.freebsdish.org/mnag/2006/08/28/first-post/</link>
		<comments>http://blogs.freebsdish.org/mnag/2006/08/28/first-post/#comments</comments>
		<pubDate>Mon, 28 Aug 2006 02:04:32 +0000</pubDate>
		<dc:creator>Marcus Alves Grando</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://blogs.freebsdish.org/mnag/2006/08/28/first-post/</guid>
		<description><![CDATA[Ok. That&#8217;s my first post.
This blog talk about my work on FreeBSD as port commiter or my adventures in src tree.
All patches and posts contains here are relevant to FreeBSD. Enjoy as best that you can.
]]></description>
			<content:encoded><![CDATA[<p>Ok. That&#8217;s my first post.</p>
<p>This blog talk about my work on FreeBSD as port commiter or my adventures in src tree.</p>
<p>All patches and posts contains here are relevant to FreeBSD. Enjoy as best that you can.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.freebsdish.org/mnag/2006/08/28/first-post/feed/</wfw:commentRss>
		<slash:comments>1277</slash:comments>
		</item>
	</channel>
</rss>
