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 0x2E2 device ID should have hit the NVGetPCIXpressChip case in
NVPciProbe:
const CARD32 id = ((dev->device_id & 0xfff0) == 0x00F0 ||
(dev->device_id & 0xfff0) == 0x02E0) ?
NVGetPCIXpressChip(dev) : dev->vendor_id << 16 |
dev->device_id;
and come up with 0x0393. Can you please put a breakpoint there and see
what went wrong?
-- Aaron
-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may
contain
confidential information. Any unauthorized review, use, disclosure or
distribution
is prohibited. If you are not the intended recipient, please contact the
sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------
_______________________________________________
xorg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xorg