Jump to content

[aiuto] 6870 sappire e hdmi non funzionante


Guest the tourist
 Share

6 posts in this topic

Recommended Posts

Guest the tourist

Ho questa nuova GPU della Sapphire. Un grosso problema è che funziona solo una porta DVI e l'altra insieme a quella HDMI non ne vogliono sapere di funzionare. L'hd riesco ad ottenerlo solo tramite la prima porta DVi collegata ad un adattatore DVI2HDMI.

Premesso che ho scaricato kext su kext (atisupport, ay_init, etc.), cosa devo fare allora?

Link to comment
Share on other sites

Ciao

Prova così devi aggiungere il tuo Framebuffer in o.c.b.p.

<key>AtiConfig</key>
<string>framebuffer della tua scheda</string>
<key>GraphicsEnabler</key>
<string>Yes</string>

Controlla con IoReg il tuo Framebuffer.

Se no devi fare un injezione nel dsdt

 

Device (PEGP)
		{
			Name (_ADR, 0x00010000)	
			Device (GFX0)
			{
				Name (_ADR, Zero)
				Method (_DSM, 4, NotSerialized)
				{
					Store (Package (0x0C)
						{
							"@0,name",
							Buffer (0x0D)
							{
								"ATY,Duckweed"
							},
						  "@1,name",
							Buffer (0x0D)
							{
								"ATY,Duckweed"
							},
						 "@2,name",
							Buffer (0x0D)
							{
								"ATY,Duckweed"
							},
						   "@3,name",
							Buffer (0x0D)
							{
								"ATY,Duckweed"
							},
							"model",
							Buffer (0x13)
							{
								"AMD Radeon HD 6870"
							},
						   "hda-gfx",
							Buffer (0x0A)
							{
								"onboard-1"
							}
						}, 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)
				}
			}
		}

 

Guardando IoReg il Framebuffer ( Dunkweed )

Link to comment
Share on other sites

 Share

×
×
  • Create New...