Re: [PATCH] Additional pci-id for the nv driver

2009-01-27 Thread Julien Cristau
On Mon, 2009-01-26 at 13:36 -0800, Aaron Plattner wrote: > Why is it using PCI ID match tables in the first place, and why does > NVKnownChipsets matter? The server already has an autoconfig mechanism > where it can fall back gracefully if the driver reports a given chip as > unsupported or it fai

Re: [PATCH] Additional pci-id for the nv driver

2009-01-26 Thread Aaron Plattner
On Sat, Jan 24, 2009 at 04:09:47AM -0800, Alberto Milone wrote: > On Saturday 24 January 2009 01:02:37 you wrote: > > On Fri, 2009-01-23 at 09:16 -0800, Alberto Milone wrote: > > > Dear Aaron, > > > > > > > > > I've noticed that the "nv" driver is not automatically chosen for my > > > Geforce 7300

Re: [PATCH] Additional pci-id for the nv driver

2009-01-23 Thread Aaron Plattner
On Fri, 2009-01-23 at 09:16 -0800, Alberto Milone wrote: > 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. Sorry, now that I look at it some more, something else must be wrong. The 0

Re: [PATCH] Additional pci-id for the nv driver

2009-01-23 Thread Aaron Plattner
On Fri, 2009-01-23 at 09:16 -0800, Alberto Milone wrote: > 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. Cool, thanks, Alberto. I didn't

[PATCH] Additional pci-id for the nv driver

2009-01-23 Thread Alberto Milone
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