Jump to content

NVIDIA GEFORCE G 105M Support


Jesus.Franco
 Share

132 posts in this topic

Recommended Posts

OK, I uploaded my DSDT fix Gforce G105M full support any OSX 10.6.x, I think you can see in IorestryExplorer of your Laptop and find positions in DSDT and add it, ;)

 

your ork is very interesting, I have a HP dv7-3160 G105M and wanted to test your DSDT. Can you put only the code you injected? In your DSDT file not identified and there are no comments to find it.

Thanks and good job

I see your DSDT this code:

   Device (PEGP)
		 {
			 Name (_ADR, 0x00010000)
			 Device (GFX0)
			 {
				 Name (_ADR, Zero)
				 Name (_SUN, One)
				 Method (_DSM, 4, NotSerialized)
				 {
					 Store (Package (0x1A)
						 {
							 "@0,compatible", 
							 Buffer (0x0B)
							 {
								 "NVDA,NVMac"
							 }, 

							 "@0,device_type", 
							 Buffer (0x08)
							 {
								 "display"
							 }, 

							 "@0,name", 
							 Buffer (0x0F)
							 {
								 "NVDA,Display-A"
							 }, 

							 "@1,compatible", 
							 Buffer (0x0B)
							 {
								 "NVDA,NVMac"
							 }, 

							 "@1,device_type", 
							 Buffer (0x08)
							 {
								 "display"
							 }, 

							 "@1,name", 
							 Buffer (0x0F)
							 {
								 "NVDA,Display-B"
							 }, 

							 "NVCAP", 
							 Buffer (0x18)
							 {
								 /* 0000 */	0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 
								 /* 0008 */	0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 
								 /* 0010 */	0x00, 0x00, 0x00, 0x00
							 }, 

							 "NVPM", 
							 Buffer (0x20)
							 {
								 /* 0000 */	0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
								 /* 0008 */	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
								 /* 0010 */	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
								 /* 0018 */	0x00, 0x00, 0x00, 0x00
							 }, 

							 "VRAM,totalsize", 
							 Buffer (0x04)
							 {
								 0x00, 0x00, 0x00, 0x20
							 }, 

							 "device_type", 
							 Buffer (0x0D)
							 {
								 "NVDA,GeForce"
							 }, 

							 "model", 
							 Buffer (0x1F)
							 {
								 "Nvidia GeForce G105M"
							 }, 

							 "rom-revision", 
							 Buffer (0x24)
							 {
								 "DSDT ROM v.1.0 Patch By Hoang Thanh"
							 }, 

							 "reg", 
							 Buffer (0x78)
							 {
								 /* 0000 */	0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 
								 /* 0008 */	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
								 /* 0010 */	0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x01, 0x02, 
								 /* 0018 */	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
								 /* 0020 */	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 
								 /* 0028 */	0x14, 0x00, 0x01, 0x42, 0x00, 0x00, 0x00, 0x00, 
								 /* 0030 */	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
								 /* 0038 */	0x00, 0x00, 0x00, 0x10, 0x1C, 0x00, 0x01, 0x02, 
								 /* 0040 */	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
								 /* 0048 */	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 
								 /* 0050 */	0x24, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 
								 /* 0058 */	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
								 /* 0060 */	0x80, 0x00, 0x00, 0x00, 0x30, 0x00, 0x01, 0x02, 
								 /* 0068 */	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
								 /* 0070 */	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00
							 }
						 }, Local0)
					 DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
					 Return (Local0)
				 }
			 }
		 }

 

and I find with IOregistryExplorer:

IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/P0P3@1/IOPCI2PCIBridge/VGA@0

my post-548427-1294248711_thumb.jpg

Sorry for my English, I'm Spanish

 

Thanks a lot

Link to comment
Share on other sites

OK, I uploaded my DSDT fix Gforce G105M full support any OSX 10.6.x, I think you can see in IorestryExplorer of your Laptop and find positions in DSDT and add it, :)

 

hi thanh hoang im vietnamse too i need you help can you fix my dsdt for my laptop i get the same video card i try any thing but dont know how to fix my dsdt i see alot video lip from you but dont know how to fix can you do for me thank .

i have laptop Asus ux50v

intel core 2 solo (1.4)

video card : nvida geforce G105M (512MB)

4GB Ram

here is my dsdt http://www.mediafire.com/myfiles.php cam on nhieu lam

Link to comment
Share on other sites

hi thanh hoang im vietnamse too i need you help can you fix my dsdt for my laptop i get the same video card i try any thing but dont know how to fix my dsdt i see alot video lip from you but dont know how to fix can you do for me thank .

i have laptop Asus ux50v

intel core 2 solo (1.4)

video card : nvida geforce G105M (512MB)

4GB Ram

here is my dsdt http://www.mediafire.com/myfiles.php cam on nhieu lam

 

Oh, Your file not found, you can upload your DSDT and Dump IoregitryExplorer after used GraphicsEnabler=Yes for me. I can fix it

Link to comment
Share on other sites

  • 4 weeks later...

Some can explain me the correct kext and procedure to make my card working? i'm a bit confused...

I have SL 10.6.6 but if i put only graphicsenabler=yes nothing change...

I have a g105m and latest chameleon configured with lizard. please help me to make full working card

Link to comment
Share on other sites

  • 2 weeks later...
Oh, Your file not found, you can upload your DSDT and Dump IoregitryExplorer after used GraphicsEnabler=Yes for me. I can fix it

 

Please Thanh hoang, I put in my DSDT your code, but not recognize my g105m, can you help me?

This is my IoReg, vgabios dump and DSDT File

 

Thanks a lot

Link to comment
Share on other sites

  • 2 months later...

Finaly I have my g105m work's, it´s very simple, just install: gt200_drivers_pkg.pkg and http://www.insanelymac.com/forum/index.php...st&id=53519 , select JUST Nvidia 9 series and EFI.

 

Now just restart and you have your graphics card working...

I have try very tutorials, but no sucess, just with this..

GOOD Luck

 

My distro is iATKOS S3 V2 10.6.3

 

___________________________________________

intel T7420 2.0Ghz - Working

nvidia G105m - working, but not the correct name..

Realtek alc662 - Working, mic and hdmi

Realtek RTL8187B - working

track pad sinaptics point - Working

usb 2.0 - Working

  • Like 1
Link to comment
Share on other sites

  • 5 months later...
Finaly I have my g105m work's, it´s very simple, just install: gt200_drivers_pkg.pkg and http://www.insanelymac.com/forum/index.php...st&id=53519 , select JUST Nvidia 9 series and EFI.

 

Now just restart and you have your graphics card working...

I have try very tutorials, but no sucess, just with this..

GOOD Luck

 

My distro is iATKOS S3 V2 10.6.3

 

Hi !

Are you on a laptop? i´m on a asus u50vg and with this combination i got a restart with video but i still stuck on 1024x768

;(

 

same distro

Link to comment
Share on other sites

 Share

×
×
  • Create New...