Jump to content

HP Pavilion - DV6-6xxx DV7-6xxx Mountain Lion 10.8.5


simconti
 Share

1,082 posts in this topic

Recommended Posts

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 
Link to comment
Share on other sites

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

1382790_651064858266409_1640386237_n.jpg

 

943722_651064868266408_1677094927_n.jpg

Link to comment
Share on other sites

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

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

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

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  :angel_not:  :angel_not:  :angel_not:  :angel_not:

Link to comment
Share on other sites

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 

 

:D  :D  :D  :D  :D  :thumbsup_anim:  :thumbsup_anim:  :thumbsup_anim:  :thumbsup_anim:  :thumbsup_anim:

 

but still VGA not works  :(  :(  :(

Link to comment
Share on other sites

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  :wallbash:  :wallbash:  :wallbash:  :wallbash:  :wallbash:

 

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 ???? :wallbash:  :wallbash:  :wallbash:  :wallbash:  :wallbash:

 

1453438_651154194924142_477989742_n.jpg

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

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

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  :wink_anim:

Link to comment
Share on other sites

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

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

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

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

You can not download? You can not hold on attachment file? Are you serious?

horraaaaahhhhhhh :thumbsup_anim:  :thumbsup_anim:  :thumbsup_anim:  :thumbsup_anim:  :thumbsup_anim:  :thumbsup_anim:

 

my LED brightness fixed Thanks to you

many thanks my friend  :angel:  :angel:  :angel:  :angel:  :angel:  :angel:  :angel:

 

but VGA still wont fix  :wallbash:  :wallbash:  :wallbash:  :wallbash:  :wallbash:

see this 

image

 

 

1235540_10201455505962615_528567715_n.jp

 

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 ?

 

1453547_651930984846463_1397546286_n.jpg

Link to comment
Share on other sites

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

 Share

×
×
  • Create New...