[openbeos] Fix for nvidia 7600go
- From: Bernd Korz <bernd.korz@xxxxxxxxxxx>
- To: openbeos@xxxxxxxxxxxxx
- Date: Sat, 21 Oct 2006 20:58:31 +0200
Hi,
can one please add that to the haiku svn:
accelaration/engine/nv_general.c:
case 0x039810de: /* Nvidia GeForce 7600 GO */
si->ps.card_type = G73;
si->ps.card_arch = NV40A;
si->ps.laptop = true;
sprintf(si->adi.name, "Nvidia GeForce 7300 GT");
sprintf(si->adi.chipset, "G73");
status = nvxx_general_powerup();
break;
graphics/nvidia/driver.c:
0x0398, /* Nvidia GeForce 7600 GO */
Baldur and two others tested it and that let the 7600Go work.
Thx,
Bernd
http://www.berndsworld.com
- Follow-Ups:
- [openbeos] Re: Fix for nvidia 7600go
- From: Axel Dörfler
Other related posts:
- » [openbeos] Fix for nvidia 7600go
- » [openbeos] Re: Fix for nvidia 7600go
- » [openbeos] Re: Fix for nvidia 7600go
- [openbeos] Re: Fix for nvidia 7600go
- From: Axel Dörfler