Chameleon

Chameleon Commit Details

Date:2012-05-08 14:51:02 (11 years 11 months ago)
Author:Cosmosis Jones
Commit:1946
Parents: 1945
Message:http://forge.voodooprojects.org/p/chameleon/issues/227/#ic1871 added 0x0647 per: http://linux.web.cern.ch/linux/scientific5/docs/nvidia-173xx-cards.tx t
Changes:
M/trunk/i386/libsaio/nvidia.c

File differences

trunk/i386/libsaio/nvidia.c
12311231
12321232
12331233
1234
1234
1235
1236
1237
1238
12351239
12361240
12371241
// Workaround for 9600M GT, GT 420/430/440 & GT 525M
switch (nvda_dev->device_id)
{
case 0x0649: vram_size = 512*1024*1024; break;// 9600M GT
// 9600M GT
case 0x0649:
case 0x0647:
vram_size = 512*1024*1024;
break;
case 0x0DE0: vram_size = 1024*1024*1024; break; // GT 440
case 0x0DE1: vram_size = 1024*1024*1024; break; // GT 430
case 0x0DE2: vram_size = 1024*1024*1024; break; // GT 420

Archive Download the corresponding diff file

Revision: 1946