On Sat, Jul 10, 2010 at 3:57 PM, Henri Verbeet
<hverbeet@gmail.com> wrote:
What kind of issue? (Just curious.)
Well a 8300 isn't cuda capable, and even with the forcegpu nvidia_g80 flag, wine still makes the client think it's an 8300 not an 8500. So then fah errors out with:
Initializing Nvidia gpu library
Error setting CUDA device CUDA
version is insufficient for CUDART version .
Maybe. It's not quite as trivial as you make it sound though. You'd
need a good mechanism to keep the list up-to-date, and note that we
match against the GL_RENDERER string returned by the OpenGL driver.
That isn't necessarily the same as the card's product name, and may
differ between different drivers for the same card. (E.g. Mesa r300
vs. Mesa r300g vs. fglrx vs. OS X).