ATI Radeon Mobility x1400 Working with full resolution and QE/CI Enabled
#81
Posted 02 December 2010 - 03:54 PM
#82
Posted 02 December 2010 - 04:24 PM
Michael Spoli, on Apr 27 2010, 09:51 AM, said:
RadeonHD from Madchicken in Corp. with Dong (Thanks to you!!!) with added my EDID. Without the edited EDID - i loose my curser.
You can extract the EDID with SwitchResX
DDC block report generated by SwitchResX version 4.1.1 for display Unbekannter Bildschirm
00FFFFFF FFFFFF00 00001707 00000000 0A0A0101 0C1E17BE E82DC9A0 57479827 12484C00 00000101 01010101 01010101 01010101 01010000 00FE0053 52584661 6B654544 49440A20 01010101 01010101 01010101 01010101 01010101 01010101 01010101 01010101 01010101 01010101 01010101 01010101 01010101 0101005A
Here my Kextpackage for 10.6.3.

#83
Posted 12 January 2011 - 06:55 PM
I have a Dell Inspiron 1545 with a Ati Mobility Radeon x1400 Graphic Card. So now my question is, Is it possible to get native resolution on the dell which is 1336x768 and at the same time also get QE/CI Enabled?
I know that it is possible to get Native resolution and QE/CI Enabled separately but not sure if it is possible together.
Any help would be appriciated.
Thank You
#84
Posted 17 January 2011 - 02:20 AM
thx for any help you can share.
bestman50
RadeonHD.jpg 111.96K
227 downloads
ATI__1.5.36.25.jpg 118.04K
206 downloads
#85
Posted 13 February 2011 - 02:26 PM
bestman50, on Jan 17 2011, 03:20 AM, said:
thx for any help you can share.
bestman50
#86
Posted 13 February 2011 - 07:29 PM
brandonb21, on Feb 13 2011, 06:26 AM, said:
Hey Thanks for the heads up. Not sure when I'm going to try 10.6 on this acer, would like to to try gettin full res on 10.5. Which kexts do I need to fix it, any problems with mouse tearing? Still at 10.5.6 here because of the X1400.
bestman50
#87
Posted 13 February 2011 - 09:56 PM
Attached Files
#88
Posted 06 April 2011 - 01:19 AM
The first boot gave me a crazy screen but that cleared up with the next reboot and everything is working great with no graphic artifacts. I just got it working late last night so I haven't been able test it.
I had a few problems, mainly not realizing there was another com.apple.boot.plist in /extras (I installed SL with iBoot + MultiBeast) and it had Graphics Enabler = Yes. Since I just started using OS X I didn't realize this. Hope this helps others.
#89
Posted 17 April 2011 - 05:58 PM
Got a fine resolution on my alienware notebook by the latest kexts on 10.6.7
Thanks to all of you and keep on this incredible work!
Rick
#90
Posted 25 July 2011 - 12:31 PM
#91
Posted 05 September 2011 - 06:35 PM
How to:
1. Using any text editor, edit the info.plist file from ATIRadeonX1000.kext and change the following string: from 0x71461002 to 0x71451002 (because the dev id for the Mobility x1400 is 7145.
2. Download a freeware program called softMCCS. This is used to extract your EDID information for placement inside the RadeonHD.kext info.plist.
3. Once downloaded, launch softMCCS and go to file->save EDID as->choose file type "viewsonic EDID file"->save your edid.dat.
4. Open this edid.dat file with any text editor, and remove all the white space from the beginning of the file, and remove the headers and columns (so essentially, you're left with rows and columns of xx data). Now format all of these xx data bits into groups of 8 followed by a space, so you basically have 32 chunks of xxxxxxxx data (xxxxxxxx xxxxxxxx etc...). This code save as hex code in hex editors. And encode this hex file in base64 format(example totalcmd - encode file - mime).
5. Download RadeonHD.kext from here from section [10/12/2009 update]:
10.6 (32&64)
RadeonHD.kext.noBios10.6.zip ( 346.57K ) 6. Now copy and paste this code in base64 into the RadeonHD.kext info.plist file, under the section <key>EDID</key><data>
7. Install either flavour of OSX (might work with other versions but I haven't tested this yet). Using the free program KextHelper, first install your modified ATIRadeonX1000.kext, repair disk permissions using Disk Utility, and reboot.
8. Again using KextHelper, then install your modified RadeonHD.kext, repair disk permissions, and reboot. If you get a kernel panic, reboot using -v -f commands.
9. If all boots well, you should now be able to change your screen resolution to 1400 x 1050 with QE/CI.
10.10.6.8 and 10.7 updated the graphic driver framework, make present RadeonHD.kext not working any more. You need to replace with 10.6.7(i use 10.6.3) IOGraphicsFamily.kext, IONDRVSupport.kext, IOPCIFamily.kext and AppleACPIPlatform.kext on 10.6.8/10.7.
The only problem I have now is mouse tearing. I install program MouseLocator and change cursor.
(how to create from this topic and ATI HD framebuffer driver (10.5/10.6))
This is fine system!!!
thank you all for prev how to!
#92
Posted 24 September 2011 - 09:22 AM
#93
Posted 21 October 2011 - 07:41 PM
jag787, on Sep 5 2011, 06:35 PM, said:
How to:
1. Using any text editor, edit the info.plist file from ATIRadeonX1000.kext and change the following string: from 0x71461002 to 0x71451002 (because the dev id for the Mobility x1400 is 7145.
2. Download a freeware program called softMCCS. This is used to extract your EDID information for placement inside the RadeonHD.kext info.plist.
3. Once downloaded, launch softMCCS and go to file->save EDID as->choose file type "viewsonic EDID file"->save your edid.dat.
4. Open this edid.dat file with any text editor, and remove all the white space from the beginning of the file, and remove the headers and columns (so essentially, you're left with rows and columns of xx data). Now format all of these xx data bits into groups of 8 followed by a space, so you basically have 32 chunks of xxxxxxxx data (xxxxxxxx xxxxxxxx etc...). This code save as hex code in hex editors. And encode this hex file in base64 format(example totalcmd - encode file - mime).
5. Download RadeonHD.kext from here from section [10/12/2009 update]:
10.6 (32&64)
RadeonHD.kext.noBios10.6.zip ( 346.57K ) 6. Now copy and paste this code in base64 into the RadeonHD.kext info.plist file, under the section <key>EDID</key><data>
7. Install either flavour of OSX (might work with other versions but I haven't tested this yet). Using the free program KextHelper, first install your modified ATIRadeonX1000.kext, repair disk permissions using Disk Utility, and reboot.
8. Again using KextHelper, then install your modified RadeonHD.kext, repair disk permissions, and reboot. If you get a kernel panic, reboot using -v -f commands.
9. If all boots well, you should now be able to change your screen resolution to 1400 x 1050 with QE/CI.
10.10.6.8 and 10.7 updated the graphic driver framework, make present RadeonHD.kext not working any more. You need to replace with 10.6.7(i use 10.6.3) IOGraphicsFamily.kext, IONDRVSupport.kext, IOPCIFamily.kext and AppleACPIPlatform.kext on 10.6.8/10.7.
The only problem I have now is mouse tearing. I install program MouseLocator and change cursor.
(how to create from this topic and ATI HD framebuffer driver (10.5/10.6))
This is fine system!!!
thank you all for prev how to!
Hello,
So you did this mod directly in 10.7.2? Or you did it in another version and then upgraded to 10.7.2?
Then, you are using IOGraphicsFamily.kext, IONDRVSupport.kext, IOPCIFamily.kext and AppleACPIPlatform.kext from 10.6.3 so you can run RadeonHD.kext under 10.7.2?
Are you using GraphicsEnabler=Yes or modifying another kext like ATI1300Controller.kext ?
Thanks!
#94
Posted 22 October 2011 - 07:08 PM
#95
Posted 27 October 2011 - 08:22 PM
soflip, on Oct 21 2011, 09:41 PM, said:
So you did this mod directly in 10.7.2? Or you did it in another version and then upgraded to 10.7.2?
Then, you are using IOGraphicsFamily.kext, IONDRVSupport.kext, IOPCIFamily.kext and AppleACPIPlatform.kext from 10.6.3 so you can run RadeonHD.kext under 10.7.2?
Are you using GraphicsEnabler=Yes or modifying another kext like ATI1300Controller.kext ?
Thanks!
I did and then update to 10.7.2.I can run RadeonHD.kext before update OGraphicsFamily.kext, IONDRVSupport.kext, IOPCIFamily.kext and AppleACPIPlatform.kext . I use GraphicsEnabler=No and din't modify ATI1300Controller.kext .
onestzle, on Oct 22 2011, 09:08 PM, said:
No problem.but RadeonHD have EDID for my laptop 14"....
in folder RadeonHD-2 kext with changing screen resolution...
Attached Files
#96
Posted 24 April 2012 - 02:40 AM
I modified jag787's instructions a bit for clarity:
1. Using any text editor, edit the info.plist file from ATIRadeonX1000.kext and change the following string: from 0x71461002 to 0x71451002 (because the dev id for the Mobility x1400 is 7145.)
2. Download a freeware program called softMCCS. This is used to extract your EDID information for placement inside the RadeonHD.kext info.plist.
3. Once downloaded, launch softMCCS and go to file->save EDID as->choose file type "viewsonic EDID file"->save your edid.dat.
4. Open this edid.dat file with any text editor, and remove all the white space from the beginning of the file, and remove the headers and columns (so essentially, you're left with rows and columns of xx data). Now format all of these xx data bits into groups of 8 followed by a space, so you basically have 32 chunks of xxxxxxxx data (xxxxxxxx xxxxxxxx etc...). This code save as hex code in hex editors. And encode this hex file in base64 format(example totalcmd - encode file - mime).
5. Download RadeonHD.kext from
here[05/26/2010 update]:
madchicken fixed the cursor caused KP problem. Great job.
RadeonHD.10.6.x.kext.zip195.1K
10210 downloads
( 346.57K )
6. Now copy and paste this code in base64 into the RadeonHD.kext info.plist file, under the section <key>EDID</key><data>
7. Install Snow Leopard using retail(10.6). (I used a bootloader/installer helper program which apparently shouldn't be mentioned here)
8. Update to 10.6.7 (not 10.6.8). Install other kexts if needed. Reboot.
9. Go to System/Library/Extensions. Keep a backup of IOGraphicsFamily.kext, IONDRVSupport.kext, IOPCIFamily.kext and AppleACPIPlatform.kext
10. Update to 10.6.8. Update your kexts if needed. Reboot.
11. Using Kexthelper, install your backup of IOGraphicsFamily.kext, IONDRVSupport.kext, IOPCIFamily.kext and AppleACPIPlatform.kext. Fix permissions. Reboot.
12. Using Kexthelper, install modified ATIRadeonX1000.kext. Fix permissions in Disk Utility. Reboot. QE/CI should work afterwards (try ripple effect when adding widgets in Dashboard)
13. Using Kexthelper, install modified RadeonHD.kext. Fix permissions in Disk Utility. Reboot. Widescreen resolutions should be available afterwards.
#97
Posted 30 October 2012 - 05:19 AM
Is there anyone out there who can help with this? I'd love to get this laptop working and create an exact guide for install on the 9400 - hopefully with lion assuming I can get the graphics working on snow...
Attached below are the x1400 kexts I'm using currently along with my apple boot plist and my chameleon boot plist...
Can anyone give me a hand with this old radeon?
Edit: I went back and also tried exactly what was mentioned above in the.delro's post but still dont seem to be having any luck with QE/CI...
Attached Files
Edited by SamuelL421, 30 October 2012 - 05:21 AM.
#98
Posted 01 November 2012 - 07:39 PM
Anyone else with thoughts on what I'm doing wrong on the x1400? Anyone have experience with this or were you one of the few who have gotten QE/CI working. I found a number of threads on other osx86 sites where people reported the x1400 fulling working in 10.6.8 and even 10.7.x. Unfortunately these seem to be dead ends for me as I can't determine exactly how they did it with out complete kext listing, boot plist settings, smbios model, etc.
- Most mentions of the x1400 card working in 10.6.8 and later mention swapping in working 10.6.3 kexts mixed with updated RadeonHD and ATIx1000 kexts but no luck with this route either.
- Changing smbios mac model has produced very odd results overall, My 9400 should most closely match a Macbook Pro 1,1 through 2,2 but all of these give KP, extreme slowdowns and other erratic problems. MBP 5,1 seems too work and MBP 6,1 (I'm currently using this) makes the system slightly (but noticeably) more responsive.
I'm open to any advice or things I may not have tried, thanks in advance guys...
#99
Posted 12 November 2012 - 07:46 PM
After having some issues with 10.8.2 Mountain Lion and X1350 i'm getting somewhere now.. First of all i did as the guid said it's supposed to go, changed my ID in the kext added my EDID (except i put mine in MIME) but after i while i almost gave up since computer almost froze at "Framebuffer ... : 0" at boot ( i mentioned in another topic my problems)
Now i did as this guide stated and i plaid a little bit.. But new problems emerge..
Ok, i did some things (even i dont know what i did) i disabled GraphicsEnabler in Chameleon Wizard and set the graphics to 1440x900 (before that i installed RadeonX1000.kext with modified ID and RadeonHD with my EDID) and it somehow works.. It doesnt accelerate but it works with a custom resolution and it boots so that's some progress..
Now.. After some time working (about 15-20minutes) my mouse starts to wear off.. the left button click just dies! Anybody got a clue?
#100
Posted 08 December 2012 - 03:31 AM
PS. Any help for the wifi feel free to PM me
Update: I got 1280x800 working but still no QE/CI



Sign In
Create Account








