Re: [DirectPython] No HW acceleration supports?
Status: Inactive
Brought to you by:
hsalo
From: Heikki S. <ho...@gm...> - 2008-01-20 20:52:57
|
_____ From: dir...@li... [mailto:dir...@li...] On Behalf Of Question Sent: 19. tammikuuta 2008 4:55 To: dir...@li... Subject: Re: [DirectPython] No HW acceleration supports? Samples for the DirectX SDK works fine on my computer, while DirectPython runs very slow (actually slide show). I don't know what's the problem. It is difficult to say what is wrong without additional information, but I can try to make some educated guesses. You could try to force software by adding "d3dx.Frame.deviceoverride = CREATE.SOFTWARE" to samples before the device is created. The driver might be trying to emulate some states or choke on non-supported ones, which kills performance. You could also check the DirectX diagnostics tool and see if it reports anything odd. Running some other Direct3D 9.0c applications for reference might help to figure out what is wrong. And update drivers, if possible. -- Heikki Salo |