Jump to content
hazard74

Ati sapphire vapor-x hd5770 1gb gddr5

Recommended Posts

Hi boys, have installed on my pc Lion 10.7.3, and I now ask you if you can help me to shape my video card.


This is mine:

org.chameleon.Boot.plist

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
               <key>Graphics Mode</key>
               <string>1920x1080x32</string>
               <key>Kernel</key>
               <string>mach_kernel</string>
               <key>Kernel Flags</key>
               <key>GraphicsEnabler</key>        
               <string></string>
               <key>Theme</key>
               <string>regae</string>
</dict>
</plist>

 

Only that don't have the file::

smbios.plist


In the ATI5000Controller.kext Info.plist I have modified the lace in this way::

IOPCIMatch

0x68be1002 0x68991002 0x68E01002 0x68E11002 0x68D81002 0x68C01002 0x68C11002 0x68D91002 0x68B81002 0x68B01002 0x68B11002 0x68A01002 0x68A11002


Here I have made also the same change:

atiradeon3000 Info.plist

IOPCIMatch

0x68be1002 0x68891002 0x68981002 0x68991002 0x689C1002 0x689D1002 0x68801002 0x68901002 0x68A81002 0x68A91002 0x68B81002 0x68B91002 0x68BE1002 0x68A01002 0x68A11002 0x68B01002 0x68B11002 0x68C81002 0x68C91002 0x68D81002 0x68D91002 0x68DE1002 0x68C01002 0x68C11002 0x68D01002 0x68D11002 0x68E81002 0x68E91002 0x68F81002 0x68F91002 0x68FE1002 0x68E01002 0x68E11002 0x68F01002 0x68F11002 0x67011002 0x67021002 0x67031002 0x67041002 0x67051002 0x67061002 0x67071002 0x67081002 0x67091002 0x67181002 0x67191002 0x671C1002 0x671D1002 0x67221002 0x67231002 0x67261002 0x67271002 0x67281002 0x67291002 0x67381002 0x67391002 0x67201002 0x67211002 0x67241002 0x67251002 0x67421002 0x67431002 0x67461002 0x67471002 0x67481002 0x67491002 0x67501002 0x67581002 0x67591002 0x67401002 0x67411002 0x67441002 0x67451002 0x67621002 0x67631002 0x67661002 0x67671002 0x67681002 0x67701002 0x67791002 0x67601002 0x67611002 0x67641002 0x67651002


http://imageshack.us/f/208/screenshot05l.jpg/

http://imageshack.us/f/9/screenshot04nw.jpg/

http://imageshack.us/f/96/screenshot03k.jpg/

http://imageshack.us/f/641/screenshot06j.jpg/


Thanks, and you excuse for my English....

BY

MB:Asus Rampage 2Gene. SV:ATI Sapphire HD 5770. Cpu: QuadCore Intel Core i7 920, 2800 MHz . Ram: 3X2GB Kingston DDR3-1333

OS: Lion 10.7.3

Link to comment
Share on other sites

  • Administrators

It should be

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
               <key>Graphics Mode</key>
               <string>1920x1080x32</string>
               <key>Kernel</key>
               <string>mach_kernel</string>
               <key>Kernel Flags</key>
[color=#FF0000]<string></string>[/color]
               <key>GraphicsEnabler</key>        
               <string>[color=#FF0000]Yes[/color]</string>
               <key>Theme</key>
               <string>regae</string>
</dict>
</plist>

You may need to specify the framebuffer (default for your card is Vervet)

http://Olarila.com/forum/viewtopic.php?f=18&t=736


Also, run this in terminal

ioreg -l | grep -15 "AppleACPIPCI\ " | grep UID

and if you see "_UID" = "1" set in org.chameleon.Boot.plist

<key>PciRoot</key>
<string>1</string>

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

OK: :D

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
               <key>Graphics Mode</key>
               <string>1920x1080x32</string>
               <key>Kernel</key>
               <string>mach_kernel</string>
               <key>Kernel Flags</key>
               <string></string>
               <key>GraphicsEnabler</key>        
               <string>Yes</string>
               <key>Theme</key>
               <string>regae</string>
</dict>
</plist>

 

Last login: Tue Aug 21 21:47:32 on console
Mac-Pro-di-hazard74:~ hazard74$ ioreg -l | grep -15 "AppleACPIPCI\ " | grep UID    | | |   "_UID" = "0"
Mac-Pro-di-hazard74:~ hazard74$

 

Then I must now add this lace to the org.chameleon.Boot.plist


PciRoot

1

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
               <key>Graphics Mode</key>
               <string>1920x1080x32</string>
               <key>Kernel</key>
               <string>mach_kernel</string>
               <key>Kernel Flags</key>
               <string></string>
               <key>GraphicsEnabler</key>        
               <string>Yes</string>
               <key>Theme</key>
               <string>regae</string>
               <key>PciRoot</key>
               <string>1</string>
</dict>
</plist>

 

:)

MB:Asus Rampage 2Gene. SV:ATI Sapphire HD 5770. Cpu: QuadCore Intel Core i7 920, 2800 MHz . Ram: 3X2GB Kingston DDR3-1333

OS: Lion 10.7.3

Link to comment
Share on other sites

  • Administrators
Last login: Tue Aug 21 21:47:32 on console
Mac-Pro-di-hazard74:~ hazard74$ ioreg -l | grep -15 "AppleACPIPCI\ " | grep UID    | | |   [color=#FF0000]"_UID" = "0"[/color]
Mac-Pro-di-hazard74:~ hazard74$

 

Then I must now add this lace to the org.chameleon.Boot.plist


PciRoot

1

No, you got "_UID" = "0", not 1.


Did it work with PciRoot=1?

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

Ok, so and I now try to restart... ;)

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Graphics Mode</key>
<string>1920x1080x32</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string></string>
<key>Theme</key>
<string>regae</string>
<key>PciRoot</key>
       <string>0</string>
</dict>
</plist>

MB:Asus Rampage 2Gene. SV:ATI Sapphire HD 5770. Cpu: QuadCore Intel Core i7 920, 2800 MHz . Ram: 3X2GB Kingston DDR3-1333

OS: Lion 10.7.3

Link to comment
Share on other sites

Oldnapam

Making this change, Lion doesn't depart me more, it goes out me the apple, but the OS doesn't depart.

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>Graphics Mode</key>
  <string>1920x1080x32</string>
  <key>GraphicsEnabler</key>
  <string>Yes</string>
  <key>Kernel</key>
  <string>mach_kernel</string>
  <key>Kernel Flags</key>
  <string></string>
  <key>Theme</key>
  <string>regae</string>
  <key>PciRoot</key>
       <string>0</string>
</dict>
</plist>

 

20120821225039.jpg


Uploaded with ImageShack.us

MB:Asus Rampage 2Gene. SV:ATI Sapphire HD 5770. Cpu: QuadCore Intel Core i7 920, 2800 MHz . Ram: 3X2GB Kingston DDR3-1333

OS: Lion 10.7.3

Link to comment
Share on other sites

  • Administrators

Use boot verbose (-v).


Don't need to specify PciRoot, zero is default value.

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>Graphics Mode</key>
  <string>1920x1080x32</string>
  <key>GraphicsEnabler</key>
  <string>Yes</string>
  <key>Kernel</key>
  <string>mach_kernel</string>
  <key>Kernel Flags</key>
  <string></string>
  <key>Theme</key>
  <string>regae</string>
</dict>
</plist>

 

-v


20120821233522.jpg


:(

MB:Asus Rampage 2Gene. SV:ATI Sapphire HD 5770. Cpu: QuadCore Intel Core i7 920, 2800 MHz . Ram: 3X2GB Kingston DDR3-1333

OS: Lion 10.7.3

Link to comment
Share on other sites

  • Administrators

No idea.


You should be able to boot again typing GraphicsEnabler=No at boot.


What about those ATY_init messages? Did you install this kext? If you did, you should remove it before using GraphicsEnabler.

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

Ok, has made this test::*

I have eliminated ATY_Init.kext ;)


org.chameleon.Boot.plist

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Graphics Mode</key>
<string>1920x1080x32</string>
<key>GraphicsEnabler</key>
<string>No</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string></string>
<key>PciRoot</key>
<string>0</string>
<key>Theme</key>
<string>regae</string>
</dict>
</plist>

 

Only that after a few minutes that Lion is on its way, it goes out me this error::* :?


2012_08_22_13_06_52.jpg

MB:Asus Rampage 2Gene. SV:ATI Sapphire HD 5770. Cpu: QuadCore Intel Core i7 920, 2800 MHz . Ram: 3X2GB Kingston DDR3-1333

OS: Lion 10.7.3

Link to comment
Share on other sites

  • Administrators

Boot with -v to see error details.

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

  • Administrators

jnl: unknown-dev: flushing fs disk buffer returned 0x5

Looks like a filesystem problem, try booting with -s and run

fsck -fy

It may be a harddisk problem

https://discussions.apple.com/thread/1810401

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

Ok, boy thanks still for the help. ;)


-s


2012_08_22_20_31_53.jpg


fsck -fy


2012_08_22_20_34_04.jpg


PS:*

How come you is not noticed me the resolution of my screen that is 1920X1080? :?

screenshot_08.jpg

MB:Asus Rampage 2Gene. SV:ATI Sapphire HD 5770. Cpu: QuadCore Intel Core i7 920, 2800 MHz . Ram: 3X2GB Kingston DDR3-1333

OS: Lion 10.7.3

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...

Hey! Welcome to Olarila.com  Please Disable Your ADBlocker!

3vHSCmh.png

Support Olarila Vanilla Hackintosh by making a donation HERE

The popup will be closed in 15 seconds...