Hi,
>From what I can find, this is a GeForce 7150M / nForce 630M based
chipset.. xf86-video-nv does not have the product ID listed in the
attach structure, this could be due to incompability with the chipset or
maintainer neglegence (..the driver is very rarely updated).
--- xenocara/driver/xf86-video-nv/src/nv_driver.c 2009/10/10 19:17:44
1.9
+++ xenocara/driver/xf86-video-nv/src/nv_driver.c 2009/11/28 12:12:49
@@ -416,6 +416,7 @@
{ 0x10DE042D, "Quadro FX 360M" },
{ 0x10DE042E, "GeForce 9300M G" },
{ 0x10DE042F, "Quadro NVS 290" },
+ { 0x10DE0531, "GeForce 7150M nForce 630M" },
{ 0x10DE05E1, "GeForce GTX 280" },
{ 0x10DE05E2, "GeForce GTX 260" },
{ 0x10DE0600, "GeForce 8800 GTS 512" },
This might be enough to get things working, although it could also cause
your system to burst into flames.. making you go emo.
Hopefully xf86-video-nouveau shows up eventually, it matches on all
nVidia devices.. no static product list.
-Bryan.