Hi,
I have successfully installed Mountain Lion GM and all working except the graphic display is 1400 and rendering very slow.The resolution 1920 is not working.Which kext i have to install in order to work 6850HD and also what is QE/CL and how to install it ? please help me.
Thanks in advance !
32 replies to this topic
#1
Posted 12 July 2012 - 08:16 PM
#2
Posted 12 July 2012 - 08:38 PM
Out of curiosity have you fixed disk permissions then rebuild the kernel cache (try booting with -f) since install?
Failing that what brand is your hd6850?
EDIT: Easy way: download kext utility, navigate to /system/library/extensions. Drag and drop ATI6000Controller.kext onto kext utility. Reboot and see what happens.
Failing that what brand is your hd6850?
EDIT: Easy way: download kext utility, navigate to /system/library/extensions. Drag and drop ATI6000Controller.kext onto kext utility. Reboot and see what happens.
#3
Posted 12 July 2012 - 08:52 PM
rockinron_1, on 12 July 2012 - 08:38 PM, said:
Out of curiosity have you fixed disk permissions then rebuild the kernel cache (try booting with -f) since install?
Failing that what brand is your hd6850?
EDIT: Easy way: download kext utility, navigate to /system/library/extensions. Drag and drop ATI6000Controller.kext onto kext utility. Reboot and see what happens.
Failing that what brand is your hd6850?
EDIT: Easy way: download kext utility, navigate to /system/library/extensions. Drag and drop ATI6000Controller.kext onto kext utility. Reboot and see what happens.
BTW i have sapphire HD6850 2GB.
Thanks
#4
Posted 12 July 2012 - 09:15 PM
Try to reinstall the kext then repair disk permissions. I'm on a sapphire hd6870, just done ML today, had the exact same problem. The method described above fixed the issue, have you definitely repaired disk permissions?
Its a known issue with the 6xxx controller and incorrect permissions in the installer. You should be able to remove the kext then reinstall it, fix permissions and be back to normal - have a play about, your issue is definitely in that area.
Its a known issue with the 6xxx controller and incorrect permissions in the installer. You should be able to remove the kext then reinstall it, fix permissions and be back to normal - have a play about, your issue is definitely in that area.
#5
Posted 12 July 2012 - 09:18 PM
rockinron_1, on 12 July 2012 - 09:15 PM, said:
Try to reinstall the kext then repair disk permissions. I'm on a sapphire hd6870, just done ML today, had the exact same problem. The method described above fixed the issue, have you definitely repaired disk permissions?
Its a known issue with the 6xxx controller and incorrect permissions in the installer. You should be able to remove the kext then reinstall it, fix permissions and be back to normal - have a play about, your issue is definitely in that area.
Its a known issue with the 6xxx controller and incorrect permissions in the installer. You should be able to remove the kext then reinstall it, fix permissions and be back to normal - have a play about, your issue is definitely in that area.
Which ati6000controller.kext are you using.The one comes with mountain lion GM or any other ? let me know.
#6
Posted 12 July 2012 - 09:39 PM
The one which comes with ML.
After research around the internet the recommended fix appears to be to remove the ati6000controller from your install media and make a backup of it. Then install mountain lion (obviously without graphics acceleration). Then after install to install the kext you backed up, fix permissions, rebuild disk cache and reboot. Thats pretty much what I did and it worked.
After research around the internet the recommended fix appears to be to remove the ati6000controller from your install media and make a backup of it. Then install mountain lion (obviously without graphics acceleration). Then after install to install the kext you backed up, fix permissions, rebuild disk cache and reboot. Thats pretty much what I did and it worked.
#7
Posted 13 July 2012 - 04:16 AM
Hi,
I am using the display port is that causing the problem ? but lion seems to be working fine with ati6000controller.kext
Thanks
I am using the display port is that causing the problem ? but lion seems to be working fine with ati6000controller.kext
Thanks
#8
Posted 13 July 2012 - 05:52 AM
After the Installation the fix permissions tip is what worked well here (with an ASUS EAH6850 DirectCU 1GB)
The Installation was possible by either:
*removing the ATI6000Controler, from the install. AND inserting the ATIRadeon3000.kext from the DP3
*applying the personality patch to the ATI6000Controller.kext so that display port and all other work
for both *-options booting with GraphicsEnabler=No was required
The Installation was possible by either:
*removing the ATI6000Controler, from the install. AND inserting the ATIRadeon3000.kext from the DP3
*applying the personality patch to the ATI6000Controller.kext so that display port and all other work
for both *-options booting with GraphicsEnabler=No was required
#9
Posted 13 July 2012 - 05:52 AM
You need to make some custom personalities in order to get past the white screen,get all connectors to work and get hdmi sound.
Another thing that matters is which model are you using in smbios.I myshelf was getting AGPMcontroller error while i was using imac12,2
so i had to edit the info plist in AGPM.kext too
http://www.insanelym...l=&fromsearch=1
Another thing that matters is which model are you using in smbios.I myshelf was getting AGPMcontroller error while i was using imac12,2
so i had to edit the info plist in AGPM.kext too
http://www.insanelym...l=&fromsearch=1
#10
Posted 13 July 2012 - 07:17 AM
TheDjey, on 13 July 2012 - 05:52 AM, said:
You need to make some custom personalities in order to get past the white screen,get all connectors to work and get hdmi sound.
Another thing that matters is which model are you using in smbios.I myshelf was getting AGPMcontroller error while i was using imac12,2
so i had to edit the info plist in AGPM.kext too
http://www.insanelym...l=&fromsearch=1
Another thing that matters is which model are you using in smbios.I myshelf was getting AGPMcontroller error while i was using imac12,2
so i had to edit the info plist in AGPM.kext too
http://www.insanelym...l=&fromsearch=1
Oh thats a long tutorial i will check it out.
Thanks
#11
Posted 13 July 2012 - 07:38 AM
yeah, the tutorial looks messy but actually its an easy procedure.
had the same thoughts and waited until I absolutely needed it :-)
The most important part is the perl script (ati-personality.pl) that gives your the offsets of your GraphicsCard-Personality in the Atix000Controller.kext.
Just run it and find the personality offset (You'll need the xcode command-line tools for the script to work.)
And than all you have to do is change the bytes with a hex-editor.
Maybe you can find the right bytes for your card already posted somewhere.
had the same thoughts and waited until I absolutely needed it :-)
The most important part is the perl script (ati-personality.pl) that gives your the offsets of your GraphicsCard-Personality in the Atix000Controller.kext.
Just run it and find the personality offset (You'll need the xcode command-line tools for the script to work.)
And than all you have to do is change the bytes with a hex-editor.
Maybe you can find the right bytes for your card already posted somewhere.
#12
Posted 13 July 2012 - 08:28 AM
Skreel, on 13 July 2012 - 07:38 AM, said:
yeah, the tutorial looks messy but actually its an easy procedure.
had the same thoughts and waited until I absolutely needed it :-)
The most important part is the perl script (ati-personality.pl) that gives your the offsets of your GraphicsCard-Personality in the Atix000Controller.kext.
Just run it and find the personality offset (You'll need the xcode command-line tools for the script to work.)
And than all you have to do is change the bytes with a hex-editor.
Maybe you can find the right bytes for your card already posted somewhere.
had the same thoughts and waited until I absolutely needed it :-)
The most important part is the perl script (ati-personality.pl) that gives your the offsets of your GraphicsCard-Personality in the Atix000Controller.kext.
Just run it and find the personality offset (You'll need the xcode command-line tools for the script to work.)
And than all you have to do is change the bytes with a hex-editor.
Maybe you can find the right bytes for your card already posted somewhere.
#13
Posted 13 July 2012 - 11:46 AM
Try using the DVI port first. When everything is working then try switching to the DP port.
I use a Sapphire HD 6850 & I have never had a problem in Lion & M_Lion. I use the 2 DVI port for my two U2412m monitors!
I use a Sapphire HD 6850 & I have never had a problem in Lion & M_Lion. I use the 2 DVI port for my two U2412m monitors!
#14
Posted 13 July 2012 - 04:11 PM
This is a real headache to hackintosh users every time they update or release new os.Now i have only display port available
#15
Posted 14 July 2012 - 04:27 AM
In lion the 6850 works absolutely fine and no problem so far.But i dont find amdaccelerator and even i put ati6000 from lion it stucked at ntfs volume name any ideas?
I dont want to give up help me.
I dont want to give up help me.
#16
Posted 14 July 2012 - 08:26 AM
boot in verbose mode (-v),
check what personality chameleon selected for your ATIConfig
post it here, maybe somebody will update that personality in the ML ATI6000 for you with that from LION (if its different)
check what personality chameleon selected for your ATIConfig
post it here, maybe somebody will update that personality in the ML ATI6000 for you with that from LION (if its different)
#17
Posted 14 July 2012 - 08:46 AM
Skreel, on 14 July 2012 - 08:26 AM, said:
boot in verbose mode (-v),
check what personality chameleon selected for your ATIConfig
post it here, maybe somebody will update that personality in the ML ATI6000 for you with that from LION (if its different)
check what personality chameleon selected for your ATIConfig
post it here, maybe somebody will update that personality in the ML ATI6000 for you with that from LION (if its different)
I boot it verbose mode.Shall i try different personality like Gibba.?
waiting for your answers
#18
Posted 14 July 2012 - 08:57 AM
yes, try ATIConfig=Bulrushes too, its for 5 Ports I think.
Maybe a newer Chameleon recognizes your Card better, (like Ermac mine)
Maybe a newer Chameleon recognizes your Card better, (like Ermac mine)
#19
Posted 14 July 2012 - 09:09 AM
Skreel, on 14 July 2012 - 08:57 AM, said:
yes, try ATIConfig=Bulrushes too, its for 5 Ports I think.
Maybe a newer Chameleon recognizes your Card better, (like Ermac mine)
ask rockinron what bootloader He uses.
Maybe a newer Chameleon recognizes your Card better, (like Ermac mine)
ask rockinron what bootloader He uses.
Thanks
#20
Posted 14 July 2012 - 09:50 AM
Anything that brings you towards an understanding of the issue,
and develop an Intuition what can/should be done and how it works.
OSX has a clear and beautiful inner Design like the Desktop Candy.
Thats the hackintoshing fun
..well, at least for me, but looking at this forum and similiar, I think I'm not alone :-)
and develop an Intuition what can/should be done and how it works.
OSX has a clear and beautiful inner Design like the Desktop Candy.
Thats the hackintoshing fun
..well, at least for me, but looking at this forum and similiar, I think I'm not alone :-)
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account








