Jump to content

setting ATI EDID?


maloventevil
 Share

8 posts in this topic

Recommended Posts

I got Natit working with my Radeon mobility v5200 by changing instances of "Alopias" to "Wormy" in the Info.plist, but I cannot figure how to get my internal LCD working! I got my EDID, but I dont know where i can insert it in the Info.plist. Can anyone give me some help, it would be MUCH appreciated!

 

my thinkpad t60p would be fully working! smile.gif

 

Thanks,

-mEvil

Link to comment
Share on other sites

There has been a lot of problems with notebook screens and I wanted to show you an alternative solution in case you can't get your screen working correctly. Obviously it doesn't help you with edid.

Link to comment
Share on other sites

I believe you need to use some editor like PlistEditPro because the EDID data needs to be encoded. Open the Info.plist in the editor and paste your data where shown. In the editor, it will show the "@0, EDID" key in left column and you will paste your EDID data in right column.

 

					<key>entriesToAdd</key>
				<dict>
					<key>default</key>
					<dict>
						<key>@0,EDID</key>	   <-- EDID
						<data>
						APUFS/74CBgHFPAQEBAQ	 <-- EDID data
						EBAQEBAQEBMCoAmFEAKk
						AwcBMAUg4RAAAeAAAA/Q
						A4Sx5RDgAKICAgICAgAA
						AA/ABTeW5jTWFzdGVyCi
						AgAAAA/wBINEpYQTExMj
						I5CiAgAC
						</data>
						<key>@0,NVMT</key>
						<data>
						CgN/IEwtHAJ4BRoESAfQ
						BWAGAABBBB0EIQQAAPDB
						QQcAAAEAAAAA/wAAAAAA
						AAAAAAAAAAAAAAAAAAAA
						AAAAAAAA
						</data>
						<key>@0,compatible</key>
						<string>NVDA,NVMac</string>
						<key>@0,device_type</key>
						<string>display</string>
						<key>@0,fboffset</key>
						<integer>131072</integer>
						<key>@0,name</key>
						<string>NVDA,Display-A</string>
						<key>@1,EDID</key>	   <-- EDID
						<data>
						APUFS/74CBgHFPAQEBAQ	 <-- EDID data
						EBAQEBAQEBMCoAmFEAKk
						AwcBMAUg4RAAAeAAAA/Q
						A4Sx5RDgAKICAgICAgAA
						AA/ABTeW5jTWFzdGVyCi
						AgAAAA/wBINEpYQTExMj
						I5CiAgAC
						</data>

Link to comment
Share on other sites

 Share

×
×
  • Create New...