<?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>osx86 Island &#187; Uncategorized</title>
	<atom:link href="http://osx86.fujilives.com/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://osx86.fujilives.com</link>
	<description>osx86 odd-end tutorials and tools bundled together by idiots, for idiots.</description>
	<lastBuildDate>Wed, 23 Mar 2011 21:40:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>INFO: Krazubu&#8217;s ATI card information</title>
		<link>http://osx86.fujilives.com/uncategorized/info-krazubus-ati-card-information</link>
		<comments>http://osx86.fujilives.com/uncategorized/info-krazubus-ati-card-information#comments</comments>
		<pubDate>Wed, 16 Mar 2011 15:04:02 +0000</pubDate>
		<dc:creator>Fujilives</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://osx86.fujilives.com/?p=41</guid>
		<description><![CDATA[Most of this is from a very old post authored by insanelymac moderator Krazubu and was useful to me in fixing some GFX kext files. This was at one point posted on insanelymac, but has since fallen into the abyss.  I&#8217;m not sure why, but here is an old copy I saved for my personal [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Most of this is from a very old post authored by insanelymac moderator Krazubu and was useful to me in fixing some GFX kext files.<br />
</strong></p>
<p><strong>This was at one point posted on insanelymac, but has since fallen into the abyss.  I&#8217;m not sure why, but here is an old copy I saved for my personal reference, I realize I&#8217;m not in the scene much anymore &#8211; but I was forced to update the site because of spamming and remembered this was never published, so here you go!</strong></p>
<p><strong>Most credit goes to Krazubu<br />
</strong></p>
<p>&nbsp;</p>
<p><strong> </strong></p>
<p>This thread is not a guide, its purpose is to keep some updated informations about ATI cards.<br />
People who have the skills may find interesting infos. It&#8217;s not complete and if you know how to fill the holes, it&#8217;s very welcome.</p>
<p>Support of ATI cards is made by 2 kexts :<br />
- A framebuffer, located in /System/Library/Extensions/ATINDRV.kext/Contents/PlugIns/ATY_Somefile.kext<br />
This one is responsible of 2D support, including resolution change, output signal handle, and refresh rate.</p>
<p>- An acceleration driver located in /System/Library/Extensions/ATIRadeonXXXX.kext</p>
<p>This one brings hardware acceleration allowing use of QE (Quartz Exterme) and usually CI (Core Image) too, except on some older models<br />
which only support QE.</p>
<p>****************************************************************</p>
<p>List of the available framebuffers :<br />
QUOTE<br />
ATY_Wormy : RV530 on X1600, some X1650 and some X1300<br />
Used on 1st gen macbook pro and 1st gen iMac<br />
head 1 : LVDS<br />
head 2 : DVI+VGA</p>
<p>ATY_Alopias : RV580 on X1900 XT, known to work with GPU RV520 on X1800 and X1850<br />
Used on mac pro<br />
head 1 : DVI+VGA<br />
head 2 : DVI+VGA</p>
<p>ATY_Sphyrna : RV516 on some X1300, and some X1550<br />
Used on Xserve.<br />
head 1 : disabled<br />
head 2 : DVI+VGA</p>
<p>ATY_lago.kext : RV610, HD2400XT / HD2400<br />
Used on iMac<br />
head 1 : LVDS<br />
head 2 : DVI+VGA</p>
<p>ATY_Hypoprion : RV630, HD2600Pro<br />
Used on iMac<br />
head 1 : LVDS<br />
head 2 : DVI+VGA</p>
<p>ATY_Lamna : RV630, HD2600XT<br />
Used on mac pro<br />
head 1 : DVI+VGA<br />
head 2 : DVI+VGA</p>
<p>ATY_Franklin : R600, HD2900<br />
mac model : ?<br />
head 1 : ?<br />
head 1 : ?</p>
<p>ATY_Megalodon : RV670 XT [ATI Radeon HD 3870]<br />
Used on mac pro, sold by AMD in PC/Mac version<br />
head 1 : DVI+VGA<br />
head 2 : DVI+VGA</p>
<p>ATY_Triakis : ?</p>
<p>ATY_Prionace : ?</p>
<p>ATY_Caretta : ?</p>
<p>The framebuffer controls the basic functions like resolution, refresh rate, and output type.<br />
Each frambuffer is designed to run on a particular model of mac, and only supports the features it&#8217;s designed for.<br />
examples :</p>
<p>-The Sphyrna framebuffer is designed for Xserve which has no primary output, but only an external one, as secondary. As a consequence, this driver may be used to run a board with RV516 or close GPU, but will never be able to output something on the primary output.</p>
<p>-The Iago framebuffer is designed for iMacs with RV610 GPUs with an internal display using LVDS signal. It&#8217;s then impossible to use a DVI or VGA display on the primary output. However the secondary output supports DVI + VGA, since the iMac have an external output that supports this kind of displays.<br />
Each framebuffer has a different shark codename</p>
<p>To choose your framebuffer, you have to modify a key inside your injecter :<br />
QUOTE<br />
&lt;key&gt;@0,name&lt;/key&gt;<br />
&lt;string&gt;ATY,Wormy&lt;/string&gt;</p>
<p>and</p>
<p>&lt;key&gt;@1,name&lt;/key&gt;<br />
&lt;string&gt;ATY,Wormy&lt;/string&gt;</p>
<p>Replace with the codename that you want to try.</p>
<p>****************************************************************</p>
<p>List of the available acceleration kexts :</p>
<p>QUOTE</p>
<p>ATIRadeon7500.kext (tiger only) = R100 family (7000 to 7500)</p>
<p>ATIRadeon8500.kext (tiger only) = R200 family (8500 to 9250)</p>
<p>ATIRadeon9700.kext (tiger only) = R400 family (9400 to 9800 + X300 to X600 + X1050)</p>
<p>ATIRadeonX1000.kext = R500 family (X1300 to X1950)</p>
<p>ATIRadeonX2000.kext = R600 family</p>
<p>The advantage of this file is that it&#8217;s generic and supports the whole family at once. No need to have a specific file for each card.</p>
<p>Eg : ATIRadeonX1000.kext will work fine with any X1000 series (the card still has to be a &#8220;real&#8221; X1000 and not an older revamped model, see note below).</p>
<p>****************************************************************</p>
<p>List of the officially supported cards, following the list of present device IDs in the kexts :</p>
<p>ATIRadeonX1000.kext from 10.4.8 :</p>
<p>QUOTE<br />
0&#215;7146 1002 RV515 [Radeon X1300]<br />
0&#215;7142 1002 RV515 PRO [Radeon X1300/X1550 Series]<br />
0&#215;7109 1002 R520 [Radeon X1800]<br />
0x71C5 1002 M56P [Radeon Mobility X1600]<br />
0x71C0 1002 RV530 [Radeon X1600] (iMac)<br />
0&#215;7240 1002 R580 [Radeon X1900]<br />
0&#215;7249 1002 R580 [Radeon X1900 XT]</p>
<p>ATIRadeonX1000.kext from 10.5.6 :</p>
<p>QUOTE<br />
0&#215;7187 1002 ? [Radeon X1300]<br />
0&#215;7210 1002 RV550 [Mobility Radeon HD 2300]<br />
0x71DE 1002 RV535 [Radeon X2500]<br />
0&#215;7146 1002 RV515 [Radeon X1300]<br />
0&#215;7142 1002 RV515 PRO [Radeon X1300/X1550 Series]<br />
0&#215;7109 1002 R520 [Radeon X1800]<br />
0x71C5 1002 RV530 (M56P) [Radeon Mobility X1600] (mac book pro)<br />
0x71C0 1002 RV530 [Radeon X1600] (Primary) (iMac)<br />
0&#215;7240 1002 R580 [Radeon X1900] (Primary) (mac pro)<br />
0&#215;7249 1002 R580 [Radeon X1900 XT] (Primary)<br />
0&#215;7291 1002 RV560 [Radeon X1650]</p>
<p>ATIRadeonX2000.kext from 10.5.6 :</p>
<p>QUOTE<br />
0&#215;9400 1002 R600 XT [Radeon HD 2900 XT]<br />
0&#215;9401 1002 R600 XT [Radeon HD 2900 XT]<br />
0&#215;9402 1002 R600 XT [Radeon HD 2900 XT]<br />
0&#215;9403 1002 R600 XT [Radeon HD 2900 Pro] iMac 24&#8243;<br />
0&#215;9581 1002 RV630 [Mobility Radeon HD 2600]<br />
0&#215;9583 1002 RV630 [Mobility Radeon HD 2600XT] iMac 20&#8243;<br />
0&#215;9588 1002 RV630 [Radeon HD 2600 XT] Mac pro<br />
0x94c8 1002 RV610 [Mobility Radeon HD 2400 XT] iMac 20&#8243;<br />
0x94c9 1002 RV610 [Mobility Radeon HD 2400]<br />
0&#215;9500 1002 ?<br />
0&#215;9501 1002 RV670 XT [Radeon HD 3870]<br />
0&#215;9505 1002 RV670 [Radeon HD 3850]<br />
0&#215;9507 1002 RV670 [Radeon HD 3830]<br />
0&#215;9504 1002 RV670 [Mobility Radeon HD 3850]<br />
0&#215;9506 1002 ?<br />
0&#215;9598 1002 RV630 [Radeon HD 4570]</p>
<p>That means if you have one of the boards above, it should be supported, however that support will be limited by the outputs that the framebuffer is designed to support.</p>
<p>To enable the use of a kext for your card, you have to insert your dev ID inside the plist of the chosen kext, if it&#8217;s not already there.</p>
<p>GPUs from R100 to R400 have supported acceleration with Tiger, however they don&#8217;t work anymore with Leopard. Those GPUs also never got any intel framebuffer.</p>
<p>Note about board numbers and generations :<br />
Better rely on the GPU model than the board name, those are confusing and don&#8217;t really mean a thing, ATI do what they want with them. Two cards with a very close number, can be very different, and on the opposite, two cards with a very different number can be very close if not identical.</p>
<p>Example : there are three X1300 models, different enough to use different kexts, and be supported or not.</p>
<p>A marketing trick consists in rebranding some models that use chips from older generation with up to date names so that they don&#8217;t feel old.</p>
<p>This is the case of the X2500 which is actually a X1000 series card, hence its support by the X1000 kext, instead of the X2000 one, as the card name would suggest. Same with X1050, it&#8217;s not a X1000 but would use the 9700 kext.<br />
To get a detailed list of board names and their GPUs, you can check this database.</p>
<p>Missing so far :<br />
- Needs updates for cards supported by older kexts (Tiger only).<br />
- Some framebuffers missing/unknown.<br />
- Some device IDs unkown.</p>
<p>&#8212;&#8211;</p>
<p><strong>A response from Slice on insanelymac forums consisted of:</strong></p>
<p>You say nothing about X700-X850?</p>
<p>I want to say something about acceleration. The driver ATIRadeonXXXX.kext has internal check for DeviceID so it needs for binary patch.<br />
For R300 family in Tiger it was performed by koverg.patch. There are many successful reports with it.<br />
I investigated R200-R400 and found more information.<br />
For R200 we must to patch ATIRadeon8500<br />
CODE<br />
DeviceID       Sample<br />
4242..4243    514c<br />
5148..514d    514c<br />
4c64..4c67    4c66<br />
5964            5963<br />
5c61           5c63</p>
<p>For example, if you have DeviceID=514e then your sample=514c<br />
Open ATIRadeon8500.kext/Contents/MacOS/ATIRadeon8500 with HexEdit.   HexEdit_Fat.zip ( 178.08K ) Number of downloads: 0</p>
<p>Search 3d4c51 replace to 3d4e51 (you see bytes 4e and 51 in reverse order).</p>
<p>For R300<br />
CODE<br />
DeviceID       Sample<br />
3150..3154    3e50<br />
3e50..3e54    3e50<br />
4145..414b    4144<br />
4151               4150<br />
4153..4156    4152<br />
4e45..4e47      4e44<br />
4e49..4e4a      4e48<br />
4e50..4e53      4e50<br />
5460..5464    5b60<br />
5b60..5b65    5b60<br />
5a41, 5a61      5b60<br />
5a42, 5a62      5b60</p>
<p>The same but with ATIRadeon9700.<br />
The last sample 5b60 is the same patch as koverg did.</p>
<p>For R400 you have two samples 4a48 and 4a4e<br />
CODE<br />
DeviceID<br />
4a4f..4a54<br />
4b4a..4b4f<br />
5548..5554<br />
564a..5653<br />
5954..5955<br />
5974..5975<br />
5d48..5d57<br />
5e48..5e4f</p>
<p>For example you have DeviceID=5e49<br />
Open ATIRadeon9700.kext/Contents/MacOS/ATIRadeon9700 with HexEdit<br />
Search 3d484a replace to 3d495e<br />
Search 3d4e4a replace to 3d495e<br />
Yes, replace both sample! In two or three places!</p>
<p>I still have no investigation about newer Radeon R500-R700 and ATIRadeonX1000(2000).kext but I think there is the same problem here.<br />
If you know that your DeviceID is not supported and you know nearest good you can make your own patch.<br />
For example.<br />
Your DeviceID=71cd. Supported one is 71c5.<br />
Open ATIRadeonX1000.kext/Contents/MacOS/ATIRadeonX1000 with HexEdit<br />
Search 3dc571 replace to 3dcd71</p>
<p><strong>FUJILIVES: I&#8217;ve used this method to hex-edit some files in the past and it works nearly identical to natit, so more often than not, its fairly safe to assume its not necessary as long as we have injectors.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://osx86.fujilives.com/uncategorized/info-krazubus-ati-card-information/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entourage spotlight search not working : Fix</title>
		<link>http://osx86.fujilives.com/uncategorized/entourage-spotlight-search-not-working-fix</link>
		<comments>http://osx86.fujilives.com/uncategorized/entourage-spotlight-search-not-working-fix#comments</comments>
		<pubDate>Tue, 06 Jul 2010 18:04:20 +0000</pubDate>
		<dc:creator>Fujilives</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://osx86.fujilives.com/?p=57</guid>
		<description><![CDATA[Spotlight search in entourage sometimes stops working, and no matter what &#8216;rebuild&#8217; options you choose inside entourage, the search just won&#8217;t cooperate. A year ago I had this problem and struggled to fix it, now, a year later I had the problem again, but forgot how I fixed it.  After struggling for a bit, I [...]]]></description>
			<content:encoded><![CDATA[<p>Spotlight search in entourage sometimes stops working, and no matter what &#8216;rebuild&#8217; options you choose inside entourage, the search just won&#8217;t cooperate.</p>
<p>A year ago I had this problem and struggled to fix it, now, a year later I had the problem again, but forgot how I fixed it.  After struggling for a bit, I remembered what I had done before.</p>
<p>This may not be the case for everyone, but for me, the problem wasn&#8217;t because of entourage, it was because of OSX&#8217;s own spotlight database.  I had manually done it via terminal before (deleted old stuff and rebuilt new spotlight database), but this time I tried a little app called &#8220;Maintenance&#8221; (v 3.8 at the time of this writeup).  I simply chose the rebuild spotlight index option, and ran it.  A couple seconds later it gave me a notice that it had completed, then, if you click the spotlight button up on the top-right-hand-side of your mac, you&#8217;ll notice it shows that the database is rebuilding.  I went to lunch, came back, and it had completed.</p>
<p>I performed a search in entourage, and, much to my satisfaction, everything worked again.</p>
<p>The download link to this utility is here:</p>
<p>http://www.apple.com/downloads/macosx/automator/maintenance.html</p>
<p>I hope this helps someone else out there, as it managed to frustrate me twice now.</p>
]]></content:encoded>
			<wfw:commentRss>http://osx86.fujilives.com/uncategorized/entourage-spotlight-search-not-working-fix/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minor-update and OSX Entourage Keychain Certs</title>
		<link>http://osx86.fujilives.com/uncategorized/minor-update-and-osx-entourage-keychain-certs</link>
		<comments>http://osx86.fujilives.com/uncategorized/minor-update-and-osx-entourage-keychain-certs#comments</comments>
		<pubDate>Tue, 18 May 2010 16:15:56 +0000</pubDate>
		<dc:creator>Fujilives</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://osx86.fujilives.com/?p=52</guid>
		<description><![CDATA[First off, I&#8217;d like to say thank you for all of the wonderful comments I&#8217;ve received over the last year or so about this single-post-of-a-blog.  Secondly, I&#8217;d like to point out that everything you are reading about the Snow Leopard install below, is pretty damned out of date at this point.  The install was originally [...]]]></description>
			<content:encoded><![CDATA[<p>First off, I&#8217;d like to say thank you for all of the wonderful comments I&#8217;ve received over the last year or so about this single-post-of-a-blog.  Secondly, I&#8217;d like to point out that everything you are reading about the Snow Leopard install below, is pretty damned out of date at this point.  The install was originally based around a Dev release, which on its own makes it sketchy, but it was also poorly worded in some points (sorry, I tried to make it readable!) and included files that &#8216;not everyone&#8217; needed.  Most people who delve into projects like that plan on doing a &#8216;one time go&#8217; and having everything working.  OSX on a PC isn&#8217;t usually that simple, let alone if you are doing &#8216;manual installs&#8217;, and even less friendly if you are doing such an install from an obscure Dev release.</p>
<p>Someday I may delve back into the realm of osx86, but shortly after writing that article I had given up hope on the ATI mobility ever working in my laptop with quartz extreme / hardware acceleration, and sold it for a few hundred bucks which I used to buy a second monitor for my &#8216;real&#8217; computer.</p>
<p>I say all of this because you should know that, while the information, order of potential operations, and rough explanations of what&#8217;s happening below are all very useful, that tutorial should not be followed as an exact step by step guide, as it will surely result in you wasting more time than you want.  Please, continue to use it as a reference, but find the &#8216;up to date&#8217; counterparts of the files below and use those instead, and if you are serious about running osx86, your best bet will almost always be to find a &#8216;distro&#8217; that some of the osx86 pro&#8217;s put together &#8211; some of those are truly awesome, and much easier to deal with when you have multi-multi-multi installs to worry about before you get everything &#8216;just right&#8217;.</p>
<p>This isn&#8217;t the only reason I&#8217;ve come here today, I came here to share a note to the world about OSX and Entourage and how the OSX Keychain has changed the way it handles Certs.</p>
<p>The first time I installed entourage it went pretty smooth.  The second time, a year later, I had a problem with an SSL cert, but after a bit of fiddling around, I managed to get the cert warning to go away and everything to work properly again.  A year later again, I had installed another update to entourage, and received more cert warnings.  At this point I really struggled to get the cert to work properly, but eventually got it to go again.  And now, about another 6 months out, our company&#8217;s cert expired and I had to renew it.  I fumbled through that (much easier than I thought it would be, thanks to great guides online) and everything was working great for the pc&#8217;s where I work.  However, the mac and Entourage once again gave me a fight.</p>
<p><strong>I am writing this to give the very simple solution that worked to install an entourage &#8216;exchange server&#8217; certificate for me &#8211; because it took me an absurd 4 hours to stumble into in the first place, and outright pissed me off for something that should have been very easy from the start:</strong></p>
<p>I went into IIS on the server with the cert, and exported it out as a password protected pfx file that included full directory listing information (or whatever the checkbox is called).  This step won&#8217;t be an option for most of you, so you&#8217;ll have to ask your admin to do it.  If he doesn&#8217;t know how, tell him to look it up, if a friggin Mac graphics guy knows his way around IIS (or wherever your server has your cert installed) better than the Admin, you have big problems.</p>
<p>Since some change in osx, I don&#8217;t know when, but presumably within the last year, Keychain changed the way it handled &#8216;root&#8217; cert files, and I can&#8217;t just drop a cert file in there the way I would normally do it.  So, what I had to do was take my copy of that pfx cert file with a password in it, rename it to .p12 (this is the magical step that I didn&#8217;t know about&#8230;  why it can&#8217;t be named pfx I have no freaking clue, but OSX gets what OSX wants) and drag it into the &#8216;system&#8217; folder of the OSX keychain access application, put in the pfx/p12 password, and my root password, and it finally freaking let me install it properly.</p>
<p>For me that was all I had to do, but you might also have to open the Microsoft cert manager inside the office folder on your mac and make sure you have that same cert installed there as well.</p>
<p>So yeah, while this solution wont make sense to some of you, and to others it will be unnecessary because the &#8216;old&#8217; way still works, I had a royal bitch of a time getting my email to work again after that cert renewal, so I&#8217;m throwing this up here in case someone else has the same issue.</p>
<p>Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://osx86.fujilives.com/uncategorized/minor-update-and-osx-entourage-keychain-certs/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Welcome to the Island</title>
		<link>http://osx86.fujilives.com/uncategorized/hello-world</link>
		<comments>http://osx86.fujilives.com/uncategorized/hello-world#comments</comments>
		<pubDate>Thu, 12 Feb 2009 21:42:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://osx86.fujilives.com/?p=1</guid>
		<description><![CDATA[We are glad you stopped by. I am happy to announce we have a Dell Studio Post Installer and will be adding others as time goes on including tutorials and video tutorials on how to install Leopard, Snow Leopard and Dual Boot. We are happy to help in anyway we can so if you need [...]]]></description>
			<content:encoded><![CDATA[<p>We are glad you stopped by. I am happy to announce we have a Dell Studio Post Installer and will be adding others as time goes on including tutorials and video tutorials on how to install Leopard, Snow Leopard and Dual Boot. We are happy to help in anyway we can so if you need something specific please feel free to ask and we will try to help.</p>
<p>Thanks, Ridgeline</p>
]]></content:encoded>
			<wfw:commentRss>http://osx86.fujilives.com/uncategorized/hello-world/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

