wine tries to detect what Video card you have and reports that to the directx side. It defaults to an Nvidia card if it can't work out what card you have, which is currently the case for the open radeon drivers.
If you hack the detection routines to add support for VENDOR_MESA and R600 (for example) in the render string, then you can absolutely get it to report that you have an ATI card on the directx side. I've done it.
If you hack the detection routines to add support for VENDOR_MESA and R600 (for example) in the render string, then you can absolutely get it to report that you have an ATI card on the directx side. I've done it.
Comment