Jump to content

Problema hd 5450


Mars00
 Share

5 posts in this topic

Recommended Posts

Salve, ho recentemente installato yosemite.

Premetto che per avviare uso il bootflag GraphicsEnabler=No.

Il mio problema è che la grafica è "laggosa".

Ho provato ad installare delle kext trovate in rete per la hd5450 ma nessun cambiamento.

I miei componenti sono in firma.. aspetto risposte  :P

 

Link to comment
Share on other sites

Cosa intendi esattamente per laggosa?

 

In resoconto di sistema dice rotazione: supportata ?

Per laggosa intendo che le animazioni sono lente e vanno a scatti.

 

La voce "rotazione" non sono riuscito a trovarla ma ho scoperto che in informazioni su questo mac vicino la voce Grafica c'é scritto monitor 5mb quindi deduco che la scheda grafica non é correttamente riconosciuta. Cosa dovrei fare?

Link to comment
Share on other sites

Perché l'ID della tusa scheda deve essere presente all'interno dell'info.plist seguenti driver: AMD5000Controller.kextAMDRadeonX3000.kext.

 

AMD5000Controller.kext 

<string>AMD5000Controller</string>
<key>IOPCIMatch</key>
<string>0x68981002 0x68991002 0x68E01002 0x68E11002 0x68D81002 0x68C01002 0x68C11002 0x68D91002 0x68B81002 0x68B01002 0x68B11002 0x68A01002 0x68A11002 </string>
AMDRadeonX3000.kext

<key>AMDCedarGraphicsAccelerator</key>
		<dict>
			<key>ATIEnableWideBlitSupport</key>
			<true/>
			<key>ATIUseTearingWideBlit</key>
			<false/>
			<key>CFBundleIdentifier</key>
			<string>com.apple.AMDRadeonX3000</string>
			<key>GpuDebugPolicy</key>
			<integer>0</integer>
			<key>IOClass</key>
			<string>AMDCedarGraphicsAccelerator</string>
			<key>IODVDBundleName</key>
			<string>AMDRadeonVADriver</string>
			<key>IOKitDebug</key>
			<integer>0</integer>
			<key>IOMatchCategory</key>
			<string>IOAccelerator</string>
			<key>IOPCIMatch</key>
			<string>0x68E01002</string>
			<key>IOProbeScore</key>
			<integer>200</integer>
Rimetti tutti i driver originali al posto loro ed elimina iniezioni varie tipo GraphicsEnabler, e aggiungi a mano con un texteditor il tuo id in questi kext.
  • Like 1
Link to comment
Share on other sites

With DSDT the HD 5450 also works via Vanilla device OOB without Kext patch. Therefore, no problems with updates.

HDMI audio is available with framebuffer name "Shrike".
Example:
Device (PEG0)
            {
                Name (_ADR, 0x00010000)
                Device (GFX0)
                {
                    Name (_ADR, Zero)
                    Method (_DSM, 4, NotSerialized)
                    {
                        Store (Package (0x10)
                            {
                                "device-id", 
                                Buffer (0x04)
                                {
                                    0xE0, 0x68, 0x00, 0x00
                                }, 
                                "ATY,DeviceID", 
                                Buffer (0x02)
                                {
                                    0xE0, 0x68
                                }, 
                                "vendor-id", 
                                Buffer (0x04)
                                {
                                    0x02, 0x10, 0x00, 0x00
                                }, 
                                "ATY,VendorID", 
                                Buffer (0x02)
                                {
                                    0x02, 0x10
                                }, 
                                "AAPL,slot-name", 
                                Buffer (0x07)
                                {
                                    "Slot-1"
                                }, 
                                "model", 
                                Buffer (0x1C)
                                {
                                    "XFX one HD5450 HDMI/DVI/VGA"
                                }, 
                                "hda-gfx", 
                                Buffer (0x0A)
                                {
                                    "onboard-1"
                                }, 
                                "@0,AAPL,boot-display", 
                                Buffer (Zero) {}
                            }, Local0)
                        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                        Return (Local0)
                    }
                }
                Device (HDAU)
                {
                    Name (_ADR, One)
                    Method (_DSM, 4, NotSerialized)
                    {
                        Store (Package (0x02)
                            {
                                "hda-gfx", 
                                Buffer (0x0A)
                                {
                                    "onboard-1"
                                }
                            }, Local0)
                        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                        Return (Local0)
                    }
                }
            }
  • Like 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...