[Nouveau] About nVidia 8600M GS (10de:0425 (rev a1))

Julien PUYDT julien.puydt at laposte.net
Fri Sep 21 04:16:02 PDT 2007


Hi,

I compiled drm & xf86-video-nouveau to test nouveau yesterday -- the X 
server couldn't start. Today, Telek pointed me to 
drm/linux-core/drm_pciids.h, where I added my card. This made nouveau 
detect my card, and the xerver started successfully.

I didn't test further -- for example I didn't compile the mesa nouveau 
code to enable 3D.

So what should I test ?

Snark

PS1: nvidia-glx isn't abi-compatible with my xserver, so I can't provide 
renouveau dumps at the moment.

PS2: the patch to make my card detected.
--- drm_pciids.h.orig   2007-09-21 09:06:41.505406324 +0200
+++ drm_pciids.h        2007-09-21 08:58:09.976255940 +0200
@@ -748,6 +748,7 @@
         {0x10de, 0x0421, PCI_ANY_ID, PCI_ANY_ID, 0, 0, NV_50}, \
         {0x10de, 0x0422, PCI_ANY_ID, PCI_ANY_ID, 0, 0, NV_50}, \
         {0x10de, 0x0423, PCI_ANY_ID, PCI_ANY_ID, 0, 0, NV_50}, \
+        {0x10de, 0x0425, PCI_ANY_ID, PCI_ANY_ID, 0, 0, NV_50}, \
         {0x10de, 0x0429, PCI_ANY_ID, PCI_ANY_ID, 0, 0, NV_50}, \
         {0x12d2, 0x0020, PCI_ANY_ID, PCI_ANY_ID, 0, 0, NV_04}, \
         {0x12d2, 0x0028, PCI_ANY_ID, PCI_ANY_ID, 0, 0, NV_04}, \


PS3: I had to copy my modified file in drm_pciids.h.orig and remove my 
line to make the patch because git didn't see I had changed something... 
if someone knows why, that would help!


More information about the Nouveau mailing list