Page 1 of 1

Hardware Acceleration w/o Taskbar

Posted: 01 Apr 2011 10:07
by ikarus76
Hi all,
I have a very specific problem here. We use Windows embedded standard 7 (WES7) with a custom shell. This means, that we don't have a Taskbar. Without the taskbar, VLC seems to not use hardware acceleration. VLC logs, that idirect3d9_createdevice (or so) failed.

if I enable the taskbar, what is not a reas option, vlc runs properly.

Any ideas, how to work around this problem?
Thanks in advance,
Michael

Re: Hardware Acceleration w/o Taskbar

Posted: 01 Apr 2011 14:22
by VLC_help
Taskbar shouldn't cause issues for DirectX AFAIK. Maybe it is the preview thingy that fails when there is no taskbar.

Re: Hardware Acceleration w/o Taskbar

Posted: 04 Apr 2011 09:13
by ikarus76
why is the hardware acceleration disabled, when the preview thingy fails?

Re: Hardware Acceleration w/o Taskbar

Posted: 04 Apr 2011 10:49
by Jean-Baptiste Kempf
why is the hardware acceleration disabled, when the preview thingy fails?
This has nothing to do with preview.

If idirect3d9_createdevice fails, you have no acceleration, which is expected.

Re: Hardware Acceleration w/o Taskbar

Posted: 05 Apr 2011 16:20
by ikarus76
why is the hardware acceleration disabled, when the preview thingy fails?
This has nothing to do with preview.

If idirect3d9_createdevice fails, you have no acceleration, which is expected.

ok. why fails idirect3d9_createdevice, if the shell has no taskbar...?

Re: Hardware Acceleration w/o Taskbar

Posted: 05 Apr 2011 23:55
by Jean-Baptiste Kempf
That is a good question, and I don't know. You need to debug it, to know that.

Re: Hardware Acceleration w/o Taskbar

Posted: 06 Apr 2011 16:09
by VLC_help
Do other DX 9 programs work correctly?