Eddie94, on Nov 12 2008, 11:18 PM, said:
Quote
You probable means ATILead?
Take info.plist from Lebedou (previous posts)
Quote
Eddie94, on Nov 12 2008, 11:18 PM, said:
Quote
Quote
Lostgame, on Nov 16 2008, 07:57 AM, said:
Eddie94, on Nov 12 2008, 09:18 PM, said:
lebidou, on Nov 10 2008, 07:19 PM, said:

ole2, on Nov 18 2008, 10:12 PM, said:
Quote
Quote
Quote
Quote
Quote
Quote
new element: <key>@0,fboffset</key> <integer>0</integer>According to Omni (Callisto developer) the @0,fboffset=0 is a value that may work with most cards : link
new element: <key>@0,ATY,EFIDisplay</key> <string>LVDS</string>This is a value I found on most ATIinject plist files, I grabbed over the forum. "LVDS" is a laptop specific value, to tell the framebuffer to use the LVDS port which is use for internal display in most laptops. This is the reason why I choosed the Wormy framebuffer, this is the only one with LVDS support on MacOS. It is compatible with x1600, x1700(?), x1800, and x1900 cards.
different in value: <key>@0,compatible</key> new set to: <string>ATY,Wormy</string> original was: <string>ATI,ATIPC</string>I choosed the Wormy framebuffer for the reason above. So all ATI,ATIPC values had to be replaced by ATY,Wormy and MyRadeon by ATY,WormyParent. For example to call the Iago framebuffer replace them by ATY,Iago and ATY,IagoParent.
missing element: <key>@0,depth</key> <integer>32</integer> missing elements: <key>@0,height</key> <integer>768</integer> <key>@0,linebytes</key> <integer>4096</integer> missing elements: <key>@0,width</key> <integer>1024</integer>After the second attempt, I had a color issue (read a few posts above), that's why I removed those keys. However, they do not seem to be requiered by the ATI frambuffer.
different in value: <key>@0,display-connect-flags</key> new set to: <integer>1024</integer> original was: <integer>0</integer>Like for the "ATY,EFIDisplay" value, this is somthing I found on most ATIinject plists. I have no idea of what it means.
new elements: <key>ATY,FrameBufferOffset</key> <integer>80</integer>I don't remember where I found this value, all I know is it has to be the half of VRAM (0x80 = 128, I have 256 Mo VRAM). In Natit plists it often come with IOSpaceOffset,I read they are useless, but as I was trying to make it work, I didn't tried only one way.
<key>ATY,VRAM,MemSize</key> <string>256</string>This value have to be removed, it can't have effect since it is written as a string, should be integer. Plus it has no effects, the VRAM is defined by "F8,size" actually.
different in value: <key>CRT,EDID</key> new set to: <data>AP///////wAyDAC5AAAAAAAQAQKAIRV4Cg8Ql1hSiCgjUFQAAAABAQEBAQEBAQEBAQEBAQEB1RsAoFAgFzAwICYAI UQAAAZAAAAAAAAAAAAAAAAAAAAAAAAAAAA/gBMR1BoaWxpcHNMQ0QKAAAA/gBMUDE1NFcwMS1UTEFKADY=</data> original was: <data> AP///////wBN2QBcAQEBASgPAQMIAAB4Ctmto1VGmCQQ R0otyABhTwEBAQEBAQEBAQEBAQEBZBkAQEEAJjAdiDYA AAAAAAAYDh8AgFEAHjBAgDcAAAAAAAAcAAAA/QA6Ph4y CAAKICAgICAgAAAA/ABLREwtUzMyQTEyVQogAMs= </data>This is the EDID, it has to be change because it is a display specific value, as I don't have the same display as Slice I replaced it by mine. You can get yours with the Pheonix utility on Windows. I don't know on Linux but I heard about a getedid function.
<key>ATY,FrameBufferOffset</key> <integer>80</integer>It seems to be not good as 80 != 0x80 = 128.
Slice, on Nov 20 2008, 08:41 AM, said:
Slice, on Nov 20 2008, 08:41 AM, said:
<key>@0,ATY,EFIDisplay</key> <string>LVDS</string>LVDS is for laptops, try with CRT, DVI, DVIA or LCD. One of those may work. It implies to change "LVDS,EDID" according to it, I mean replace "<key>LVDS,EDID</key>" by "<key>CRT,EDID</key>" or "<key>LVDS,EDID</key>" ...
<key>@0,compatible</key> <string>ATY,Wormy</string> <key>@0,name</key> <string>ATY,Wormy</string> <key>IOName</key> <string>ATY,WormyParent</string> <key>device_type</key> <string>ATY,WormyParent</string> <key>name</key> <string>ATY,WormyParent</string>Replace all "Wormy" by the name of the framebuffer you want to use.
<key>F8,size</key> <integer>3145728</integer>Is your VRAM in octets. Your amount of VRAM by 1024*1024. For instance 256 Mo => 256*1024*1024 = 268435456.
<key>LVDS,EDID</key> <data>AP///////wAyDAC5AAAAAAAQAQKAIRV4Cg8Ql1hSiCgjUFQAAAABAQEBAQEBAQEBAQEBAQEB1RsAoFAgFzAwICYAI UQAAAZAAAAAAAAAAAAAAAAAAAAAAAAAAAA/gBMR1BoaWxpcHNMQ0QKAAAA/gBMUDE1NFcwMS1UTEFKADY=</data>As said before, your EDID, you can get it from Windows with Phoenix. I recommend to have PlistEditor to add it in the file because Phoenix will give you the EDID in hex while TextEdit prints it as characters.
Eddie94, on Nov 19 2008, 01:34 PM, said:
ridgeline, on Nov 21 2008, 12:29 AM, said:
Slice, on Nov 21 2008, 10:07 AM, said:
ridgeline, on Nov 21 2008, 02:11 PM, said:
0 members, 0 guests, 0 anonymous users