Dec_Bra1n Posted November 6, 2013 Share Posted November 6, 2013 backup intel framebuffer sudo su cp -a /System/Library/Extensions/AppleIntelSNBGraphicsFB.kext /Users/****/Desktop/INTELBK then on stock frame buffer: perl -pi -e "s|\x01\x02\x04\x00\x10\x07\x00\x00\x10\x07\x00\x00\x05\x03\x00\x00\x02\x00\x00\x00\x30\x00\x00\x00\x02\x05\x00\x00\x00\x04\x00\x00\x07\x00\x00\x00\x03\x04\x00\x00\x00\x04\x00\x00\x09\x00\x00\x00\x04\x06\x00\x00\x00\x04\x00\x00\x09\x00\x00\x00|\x01\x02\x04\x00\x10\x07\x00\x00\x10\x07\x00\x00\x05\x03\x00\x00\x02\x00\x00\x00\x30\x00\x00\x00\x02\x05\x00\x00\x00\x08\x00\x00\x06\x00\x00\x00\x03\x04\x00\x00\x00\x04\x00\x00\x09\x00\x00\x00\x04\x06\x00\x00\x00\x04\x00\x00\x09\x00\x00\x00|g" /System/Library/Extensions/AppleIntelSNBGraphicsFB.kext/Contents/MacOS/AppleIntelSNBGraphicsFB then decompile dsdt.aml in this guide or dsdt that you are using with one of thousand tools in the net: hda-gfx value in HDEF to 2, in IGPU to 2, in GFX0 to 1 Done! See this what to change ? Device (HDEF) { Name (_ADR, 0x001B0000) Method (_PRW, 0, NotSerialized) { Return (Package (0x02) { 0x0D, 0x04 }) } Method (_DSM, 4, NotSerialized) { Store (Package (0x06) { "hda-gfx", Buffer (0x0A) { "onboard-2" }, "layout-id", Buffer (0x04) { 0x0C, 0x00, 0x00, 0x00 }, "PinConfigurations", Buffer (Zero) {} }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } and this i have Device (IGPU) { Name (_ADR, 0x00020000) Method (_DSM, 4, NotSerialized) { Store (Package (0x08) { "device-id", Buffer (0x04) { 0x16, 0x01, 0x00, 0x00 }, "AAPL,snb-platform-id", Buffer (0x04) { 0x00, 0x00, 0x01, 0x00 }, "model", Buffer (0x1E) { "Intel HD Graphics 3000 Mobile" }, "hda-gfx", Buffer (0x0A) { "onboard-1" } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } help me see this https://www.dropbox.com/s/7dwdr1eyffhs00x/INTELBK.zip Link to comment Share on other sites More sharing options...
Smith@@™ Posted November 6, 2013 Share Posted November 6, 2013 Again, hda-gfx in HDEF to 2 --> onboard 2 (already), IGPU --> onboard 2, GFX to 1 --> onboard 1 what i must do with file on dropbox? Link to comment Share on other sites More sharing options...
Dec_Bra1n Posted November 6, 2013 Share Posted November 6, 2013 Again, hda-gfx in HDEF to 2 --> onboard 2 (already), IGPU --> onboard 2, GFX to 1 --> onboard 1 what i must do with file on dropbox? i have change the values but cant find GFX how to patch frame buffer by the way ? see this images Link to comment Share on other sites More sharing options...
Smith@@™ Posted November 6, 2013 Share Posted November 6, 2013 Post dsdt that you are using. For framebuffer i have alredy written how do in previous post. First backup intel framebuffer sudo su cp -a /System/Library/Extensions/AppleIntelSNBGraphicsFB.kext /Users/****/Desktop/INTELBK then always in terminal, on stock frame buffer: perl -pi -e "s|\x01\x02\x04\x00\x10\x07\x00\x00\x10\x07\x00\x00\x05\x03\x00\x00\x02\x00\x00\x00\x30\x00\x00\x00\x02\x05\x00\x00\x00\x04\x00\x00\x07\x00\x00\x00\x03\x04\x00\x00\x00\x04\x00\x00\x09\x00\x00\x00\x04\x06\x00\x00\x00\x04\x00\x00\x09\x00\x00\x00|\x01\x02\x04\x00\x10\x07\x00\x00\x10\x07\x00\x00\x05\x03\x00\x00\x02\x00\x00\x00\x30\x00\x00\x00\x02\x05\x00\x00\x00\x08\x00\x00\x06\x00\x00\x00\x03\x04\x00\x00\x00\x04\x00\x00\x09\x00\x00\x00\x04\x06\x00\x00\x00\x04\x00\x00\x09\x00\x00\x00|g" /System/Library/Extensions/AppleIntelSNBGraphicsFB.kext/Contents/MacOS/AppleIntelSNBGraphicsFB touch /System/Library/Extensions Done! Link to comment Share on other sites More sharing options...
Dec_Bra1n Posted November 6, 2013 Share Posted November 6, 2013 Post dsdt that you are using. For framebuffer i have alredy written how do in previous post. First backup intel framebuffer sudo su cp -a /System/Library/Extensions/AppleIntelSNBGraphicsFB.kext /Users/****/Desktop/INTELBK then always in terminal, on stock frame buffer: perl -pi -e "s|\x01\x02\x04\x00\x10\x07\x00\x00\x10\x07\x00\x00\x05\x03\x00\x00\x02\x00\x00\x00\x30\x00\x00\x00\x02\x05\x00\x00\x00\x04\x00\x00\x07\x00\x00\x00\x03\x04\x00\x00\x00\x04\x00\x00\x09\x00\x00\x00\x04\x06\x00\x00\x00\x04\x00\x00\x09\x00\x00\x00|\x01\x02\x04\x00\x10\x07\x00\x00\x10\x07\x00\x00\x05\x03\x00\x00\x02\x00\x00\x00\x30\x00\x00\x00\x02\x05\x00\x00\x00\x08\x00\x00\x06\x00\x00\x00\x03\x04\x00\x00\x00\x04\x00\x00\x09\x00\x00\x00\x04\x06\x00\x00\x00\x04\x00\x00\x09\x00\x00\x00|g" /System/Library/Extensions/AppleIntelSNBGraphicsFB.kext/Contents/MacOS/AppleIntelSNBGraphicsFB touch /System/Library/Extensions Done! after changing the values i got KP regarding CPU this is my dsdt https://www.dropbox.com/s/4s4ppuokr5ifqvp/1.dsdt.aml this a unchanged dsdt Link to comment Share on other sites More sharing options...
Smith@@™ Posted November 6, 2013 Share Posted November 6, 2013 No, you must post the last dsdt working for you, not unchanged. after changing the values i got KP regarding CPU After what? Post also framebuffer stock and i ll patch it for you, but it s so simple O_O, it's only a command.. Link to comment Share on other sites More sharing options...
Dec_Bra1n Posted November 6, 2013 Share Posted November 6, 2013 No, you must post the last dsdt working for you, not unchanged. After what? Post also framebuffer stock and i ll patch it for you, but it s so simple O_O, it's only a command.. I HAVE upload the my dsdt and AppleIntelSNBGraphicsFB but i cant get that code https://www.dropbox.com/s/sa0oquodlxa6wtt/LATEST_Archive.zip and this the INTELBK https://www.dropbox.com/s/7dwdr1eyffhs00x/INTELBK.zip if it possible then make it for VGA also Link to comment Share on other sites More sharing options...
Smith@@™ Posted November 6, 2013 Share Posted November 6, 2013 link for vga detect, when you boot w/o any vga connection, you must go in video preferences and hold the alt button so you will can hold DetectMonitor Link to comment Share on other sites More sharing options...
Dec_Bra1n Posted November 6, 2013 Share Posted November 6, 2013 link i am using 10.8.4 mot mavericks Link to comment Share on other sites More sharing options...
Smith@@™ Posted November 6, 2013 Share Posted November 6, 2013 i am using 10.8.4 mot mavericks Eh what? Link to comment Share on other sites More sharing options...
Dec_Bra1n Posted November 6, 2013 Share Posted November 6, 2013 Eh what? i mean i use 10.8.4 not 10.9 Link to comment Share on other sites More sharing options...
Smith@@™ Posted November 6, 2013 Share Posted November 6, 2013 But why suddenly you are talking Mavericks OS about? I don't understand, are you drunk? O_O Link to comment Share on other sites More sharing options...
Dec_Bra1n Posted November 6, 2013 Share Posted November 6, 2013 But why suddenly you are talking Mavericks OS about? I don't understand, are you drunk? O_O Many thanks man many thanks HDMI audio works many thank but still VGA not works Link to comment Share on other sites More sharing options...
Smith@@™ Posted November 6, 2013 Share Posted November 6, 2013 vga code is there, for me works good, i don't know... what problem have you? Link to comment Share on other sites More sharing options...
Dec_Bra1n Posted November 6, 2013 Share Posted November 6, 2013 vga code is there, for me works good, i don't know... what problem have you? My VGA works but every time i need connect while booting i mean once the OS X boot then it wont detect my other monitor using VGA if i boot w/o any vga connection my monitor wont detect i did this Display preferences and hold the alt button so you will can hold DetectMonitor but still no result found one question my only 2 FRONT speakers work ???? and now i am using MOD bios by the gr8 "A fu.cking real genius: http://donovan6000.blogspot.com/" but still my LED doesn't fix i mean my LED display is better after only wakes after sleep Link to comment Share on other sites More sharing options...
Smith@@™ Posted November 6, 2013 Share Posted November 6, 2013 Display preferences and hold the alt button so you will can hold DetectMonitor but still no result found I don't know, you can play with other values for VGA, for me that value works good, it detects monitor well. There are many guides, try to play one question my only 2 FRONT speakers work I have no idea, try ! but still my LED doesn't fix i mean my LED display is better after only wakes after sleep This is an old common problem, to have all acpi brightness table you must use for example my app here http://www.insanelymac.com/forum/topic/279095-acpibrightness-level-fix-problem/?do=findComment&comment=1824558 Download the attachment and follow this string: So do like me: paste both script SleepDisplay and automator app SDi in Applications folder. Setting the application to boot at startup in login menu (you know how). No need of the other code Link to comment Share on other sites More sharing options...
Dec_Bra1n Posted November 7, 2013 Share Posted November 7, 2013 I don't know, you can play with other values for VGA, for me that value works good, it detects monitor well. There are many guides, try to play I have no idea, try ! This is an old common problem, to have all acpi brightness table you must use for example my app here http://www.insanelymac.com/forum/topic/279095-acpibrightness-level-fix-problem/?do=findComment&comment=1824558 Download the attachment and follow this string: So do like me: paste both script SleepDisplay and automator app SDi in Applications folder. Setting the application to boot at startup in login menu (you know how). No need of the other code I don't know, you can play with other values for VGA, for me that value works good, it detects monitor well. There are many guides, try to play I have no idea, try ! This is an old common problem, to have all acpi brightness table you must use for example my app here http://www.insanelymac.com/forum/topic/279095-acpibrightness-level-fix-problem/?do=findComment&comment=1824558 Download the attachment and follow this string: So do like me: paste both script SleepDisplay and automator app SDi in Applications folder. Setting the application to boot at startup in login menu (you know how). No need of the other code i cant download that display attachment and i am totally numb Link to comment Share on other sites More sharing options...
Smith@@™ Posted November 7, 2013 Share Posted November 7, 2013 i cant download that display attachment You can not download? You can not hold on attachment file? Are you serious? Link to comment Share on other sites More sharing options...
Pari05 Posted November 7, 2013 Share Posted November 7, 2013 Avrei bisogno di una mano con un dv6 6b55sl: i7 2730QM 8GB HD 6490M 1GB ho tentato con pandora, con il ripristino da un hack e la virtualizzazione. non funziona nulla i primi due metodi non partono, mi si presenta una schermata nera con uno " \ " in altro a sinistra, fermo, credo non trovi un bootloader [ho provato anche ad installare enoch direttamente sulla chiavetta di installazione ma niente da fare. la virtualizzazione rimane bloccata dopo l'installazione in fase di boot [la schermata grigia della mela, con sotto l'indicatore che rotea] non so più cosa provare. ma il bios moddato è fondamentale? non serve solo per poter disattivare la scheda video? grazie per ogni aiuto Link to comment Share on other sites More sharing options...
simconti Posted November 7, 2013 Author Share Posted November 7, 2013 Avrei bisogno di una mano con un dv6 6b55sl: i7 2730QM 8GB HD 6490M 1GB ho tentato con pandora, con il ripristino da un hack e la virtualizzazione. non funziona nulla i primi due metodi non partono, mi si presenta una schermata nera con uno " \ " in altro a sinistra, fermo, credo non trovi un bootloader [ho provato anche ad installare enoch direttamente sulla chiavetta di installazione ma niente da fare. la virtualizzazione rimane bloccata dopo l'installazione in fase di boot [la schermata grigia della mela, con sotto l'indicatore che rotea] non so più cosa provare. ma il bios moddato è fondamentale? non serve solo per poter disattivare la scheda video? grazie per ogni aiuto Ciao Pari, come detto qualche post fa; potrebbe essere un problema legato a una della partizioni che hai su l'hdd che non fa partire il bootloader... Specie la partizione HP_TOOLS. Cmq prima di rimuoverla consiglio il backup. Potresti fare una prova, se stacchi l'hdd e parti da chiavetta tra vedrai che il boot avviene... Il bios mod non è fondamentale per installare l'hack, serve principalmente per eliminare la whitelist, disattivare la scheda video discreta e per fare altre cosette... Link to comment Share on other sites More sharing options...
Pari05 Posted November 7, 2013 Share Posted November 7, 2013 la partizione HP_TOOLS non esisteva, o meglio, aveva un altro nome che al momento non ricordo. ho eliminato i file al suo interno [previa backup] ma la partizione, ovviamente, è ancora li. devo eliminare anche la partizione? non credo possa influire domani faccio la prova con hd staccato, mi pare un ottima idea grazie! Link to comment Share on other sites More sharing options...
simconti Posted November 7, 2013 Author Share Posted November 7, 2013 la partizione HP_TOOLS non esisteva, o meglio, aveva un altro nome che al momento non ricordo. ho eliminato i file al suo interno [previa backup] ma la partizione, ovviamente, è ancora li. devo eliminare anche la partizione? non credo possa influire domani faccio la prova con hd staccato, mi pare un ottima idea grazie! Si è la partizione che crea problemi... La devi eliminare! È comunque di boot quella partizione... Link to comment Share on other sites More sharing options...
Dec_Bra1n Posted November 8, 2013 Share Posted November 8, 2013 You can not download? You can not hold on attachment file? Are you serious? horraaaaahhhhhhh my LED brightness fixed Thanks to you many thanks my friend but VGA still wont fix see this image this is my friends laptop THE ATI working or just identical ? this Laptop Heat more but ?????????? Does any one the solution of this Error & how can make my dock transparent ? Link to comment Share on other sites More sharing options...
Smith@@™ Posted November 8, 2013 Share Posted November 8, 2013 On our pc ati can not work. Seems that on pc of your friend yes, ati seems works, i see a monitor attached For vga you must play with values, those are good for me, not necessary also for you. For imassage it can depend from smbios or nvram, or both, you can only search and try, there is not a sure and common solution. Try to use chameleon module FileNVRAM.dylib Link to comment Share on other sites More sharing options...
Pari05 Posted November 8, 2013 Share Posted November 8, 2013 Senza HD funziona peccato vada in kernel panic:https://www.dropbox.com/s/ai83uweeztva4oa/Foto%2008-11-13%2019%2025%2032.jpg onestamente non ho idea di cosa sia la colpa Link to comment Share on other sites More sharing options...
Recommended Posts