Voodooprojects

Chameleon => DevTalk => Patches => Topic started by: eugene k2 on February 11, 2010, 01:06:15 PM

Title: NVidia ION ID
Post by: eugene k2 on February 11, 2010, 01:06:15 PM
hello,

I'm not sure this is the right place. Correct me if I'm wrong.
---
Please add the following ID to the i386/libsaio/nvidia.c: (e.g. line 307):

Code: [Select]
/*************** ION ***************/
{ 0x10DE087d, "NVIDIA GeForce 9400M" },
Title: Re: NVidia ION ID
Post by: rocksteady on February 11, 2010, 01:52:36 PM
Hi eugene,

Are you following any of the recent changes for the upcoming RC5?
Title: Re: NVidia ION ID
Post by: amf5 on February 11, 2010, 08:27:36 PM
I just wanted to mention that ION on the ASUS 1201N is 0x10DE0876 if this gets added.
Title: Re: NVidia ION ID
Post by: eugene k2 on February 11, 2010, 10:16:06 PM
Hi eugene,

Are you following any of the recent changes for the upcoming RC5?

I installed 2.0-RC4 and made all the changes required for my configuration. unfortunately I haven't got a chance to review RC5 - I don't see it on the main page...
Title: Re: NVidia ION ID
Post by: rocksteady on February 11, 2010, 10:18:36 PM
OK just checking which version you're patching against

if you'd like to catch up with the recent changes, take a look @ the Repo (http://forge.voodooprojects.org/p/chameleon/) (it's also a childboard link under DevTalk)
Title: Re: NVidia ION ID
Post by: zef on February 17, 2010, 07:42:07 PM
hello,

I'm not sure this is the right place. Correct me if I'm wrong.
---
Please add the following ID to the i386/libsaio/nvidia.c: (e.g. line 307):

Code: [Select]
/*************** ION ***************/
{ 0x10DE087d, "NVIDIA GeForce 9400M" },

Thx to rekursor, this is already applied here:

http://forge.voodooprojects.org/p/chameleon/source/tree/HEAD/trunk/i386/libsaio/nvidia.c#L339

Title: Re: NVidia ION ID
Post by: eugene k2 on February 23, 2010, 01:08:27 AM
Quote
thx to rekursor, this is already applied here:

http://forge.voodooprojects.org/p/chameleon/source/tree/HEAD/trunk/i386/libsaio/nvidia.c#L339

A-ha, nice, thank you! :)
Could you please use the name "NVIDIA GeForce 9400M" instead of "ION 9400M"? This name is used by Apple for their ION-based macbooks and minis, and some software (e.g. QuickTime player etc.) might be checking this name when deciding whether to enable or not certain hardware accelerations.