dr_costas wrote: > I would like to run an old game that was written for directx5. Is there a way to change that in wine? Also, if I want to disable directdraw how can I do it? No and sorta yes. DX version is hard-coded all over the place. Which one your program is looking at? Who knows. DDraw - why would you want to disable it? There are no switches to do it. You'll have to edit registry, probably disable some dlls (ddraw). But again depends on what exactly do you need.