Dear Aaron,

I've noticed that the "nv" driver is not automatically chosen for my Geforce 
7300 GT unless I don't specify the "nv" driver in the xorg.conf.

The attached patch solves the problem.

Regards,

Alberto Milone
# On branch master
# Changes to be committed:
#
#	modified:   src/nv_driver.c
#		* Add a pci-id for GeForce 7300 GT
#
diff --git a/src/nv_driver.c b/src/nv_driver.c
index faf73a9..f9e47d9 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -333,6 +333,7 @@ static SymTabRec NVKnownChipsets[] =
   { 0x10DE01DD, "GeForce 7500 LE" },
   { 0x10DE01DE, "Quadro FX 350" },
   { 0x10DE01DF, "GeForce 7300 GS" },
+  { 0x10DE02E2, "GeForce 7300 GT" },
 
   { 0x10DE0391, "GeForce 7600 GT" },
   { 0x10DE0392, "GeForce 7600 GS" },
_______________________________________________
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to