search for: card_nvidia_geforce_7300

Displaying 1 result from an estimated 1 matches for "card_nvidia_geforce_7300".

2008 Jun 26
0
Wine redraw problem with baldur's gate ii (and others)
...gl_info->gl_card = CARD_NVIDIA_GEFORCE_7400; vidmem = 256; /* The 7400 uses 256-512MB */ } + /* Geforce7 lowend */ + else if(strstr(gl_info->gl_renderer, "7300")) { + gl_info->gl_card = CARD_NVIDIA_GEFORCE_7300; + vidmem = 256; /* Mac Pros with this card have 256 MB */ + } /* Geforce6 highend */ else if(strstr(gl_info->gl_renderer, "6800")) { First, i thought i am possibly the only one with a 7300LE card tha...