> 
> Can I safely add :
> 
> #define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_GO_5200   0x0329
> to pci_ids.h and try recompiling?
> 
yes, this will do it, in my case the fbdevice is running fine now,
thank you guido for your time and fb skills.

# cat /proc/fb
0 NV32

--- linux-2.6.9.orig/include/linux/pci_ids.h    2004-10-18 23:55:36.000000000 
+0200
+++ linux-2.6.9/include/linux/pci_ids.h 2004-10-24 18:00:16.149569880 +0200
@@ -1138,6 +1138,7 @@
 #define PCI_DEVICE_ID_NVIDIA_QUADRO4_900XGL    0x0258
 #define PCI_DEVICE_ID_NVIDIA_QUADRO4_750XGL    0x0259
 #define PCI_DEVICE_ID_NVIDIA_QUADRO4_700XGL    0x025B
+#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_GO_5200        0x0329
 
 #define PCI_VENDOR_ID_IMS              0x10e0
 #define PCI_DEVICE_ID_IMS_8849         0x8849

Reply via email to