hazard74 Posted August 21, 2012 Share Posted August 21, 2012 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 More sharing options...
oldnapalm Posted August 21, 2012 Share Posted August 21, 2012 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> -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE Link to comment Share on other sites More sharing options...
hazard74 Posted August 21, 2012 Author Share Posted August 21, 2012 OK: <?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 More sharing options...
oldnapalm Posted August 21, 2012 Share Posted August 21, 2012 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? -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE Link to comment Share on other sites More sharing options...
hazard74 Posted August 21, 2012 Author Share Posted August 21, 2012 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 More sharing options...
hazard74 Posted August 21, 2012 Author Share Posted August 21, 2012 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> 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 More sharing options...
oldnapalm Posted August 21, 2012 Share Posted August 21, 2012 Use boot verbose (-v). Don't need to specify PciRoot, zero is default value. -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE Link to comment Share on other sites More sharing options...
hazard74 Posted August 21, 2012 Author Share Posted August 21, 2012 <?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 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 More sharing options...
oldnapalm Posted August 21, 2012 Share Posted August 21, 2012 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. -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE Link to comment Share on other sites More sharing options...
hazard74 Posted August 22, 2012 Author Share Posted August 22, 2012 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::* 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 More sharing options...
oldnapalm Posted August 22, 2012 Share Posted August 22, 2012 Boot with -v to see error details. -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE Link to comment Share on other sites More sharing options...
hazard74 Posted August 22, 2012 Author Share Posted August 22, 2012 -v 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 More sharing options...
oldnapalm Posted August 22, 2012 Share Posted August 22, 2012 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 -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE Link to comment Share on other sites More sharing options...
hazard74 Posted August 22, 2012 Author Share Posted August 22, 2012 Ok, boy thanks still for the help. -s fsck -fy PS:* How come you is not noticed me the resolution of my screen that is 1920X1080? 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 More sharing options...
hazard74 Posted August 26, 2012 Author Share Posted August 26, 2012 Help me, please.... 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 More sharing options...
artur-pt Posted August 26, 2012 Share Posted August 26, 2012 hi the hd error again ? is not resolved ? if again hd error, i don't know solution, do a new install good hack PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000 My OS X Files Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now