On 1/22/11 4:29 PM, Astrauk wrote: > Sorry I'm a newb at all of this, how do I recompile with opengl? do I have to download it with winetricks or something? Thanks again for the help. First make sure you have the latest version of XQuartz installed. Then do this from your Wine sources (assuming you're running Mac OS 10.6): $ ./configure --x-includes=/opt/X11/include --x-libraries=/opt/X11/lib <other options...> $ make This always works for me. Chip