Jump to content

Recommended Posts

Posted

Bueno despues de una gran lucha con mi dsdt he logrado hacer que funcione y corregir el problema de la VRAM, posteo la solucion para todo aquel que la necesite y este en los mismos aprietos que he pasado yo.


"en boards que no sean gigabit no van a encontrar PEGP si no P0P segido de un numero. que normalmente es 1 pero deven revisar con ioreg"


Device (PEGP)

{

Name (_ADR, 0x00010000) /**  Verify display  address  **/

Name (_PRW, Package (0x02)

{

0x09,

0x05

})

Device (GFX0) /**  for Nvidia Fermi Graphics Cards  **/

{

Name (_ADR, Zero)

Name (_SUN, One)

Method (_DSM, 4, NotSerialized)

{

Store (Package (0x1E)

{

"AAPL,slot-name",

"PCI x16",

"@0,compatible",

Buffer (0x0B)

{

"NVDA,NVMac"

},

"@0,connector-type",

Buffer (0x04)

{

0x00, 0x08, 0x00, 0x00

},

"@0,device_type",

Buffer (0x08)

{

"display"

},

"@0,name",

Buffer (0x0F)

{

"NVDA,Display-A"

},

"@1,compatible",

Buffer (0x0B)

{

"NVDA,NVMac"

},

"@1,connector-type",

Buffer (0x04)

{

0x00, 0x08, 0x00, 0x00

},

"@1,device_type",

Buffer (0x08)

{

"display"

},

"@1,name",

Buffer (0x0F)

{

"NVDA,Display-B"

},

"NVCAP",

Buffer (0x18)

{

/* 0000 */ 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00,

/* 0008 */ 0x1C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A,

/* 0010 */ 0x00, 0x00, 0x00, 0x00

},

"VRAM,totalsize",

Buffer (0x04)

{

0x00, 0x00, 0x00, 0x40

},

"device_type",

Buffer (0x0C)

{

"NVDA,Parent"

},

"model",

Buffer (0x12)

{

"GeForce GTX 550Ti"

},

"rom-revision",

Buffer (0x1D)

{

"nVidia GTX 550Ti OpenGL Engine"

},

"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)

}

}

}

Posted

bueno ya solucionado el problema de la VRAM surge otro problema, tengo la aceleracion opencl activada supuestamente, pero cuando voy a hacer una prueba con luxmark opencl no me da ni 1 frame por cada 14 seg,.... aparte tengo un error que dice NVDA(opengl):Chanel Exeption 0x1f=fifo:MMVErrror

alguien tiene idea de que puede estar pasando?????

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...