WIP Windows DirectX 11 upgrade test thread - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +--- Thread: WIP Windows DirectX 11 upgrade test thread (/showthread.php?tid=218274) |
RE: Windows DirectX 11 upgrade test thread - Woppie - 2015-06-09 (2015-06-09, 09:21)Helioy Wrote:(2015-06-09, 02:42)Woppie Wrote: I've hit a reproducible issue while testing this one. If you want a log I'll run it tomorrow. It didn't happen with v14 or beta1, this is the first dx11 build I've tested. Actually I have updated since February and I'm on version .4176 now which isn't the .4180 that seems problematic in that topic. I'll update a bit and see if different version make a difference. Now on 15.33.36.64.4226 (latest), will see how it goes. (2015-06-09, 09:25)afedchin Wrote:(2015-06-09, 02:42)Woppie Wrote: I've hit a reproducible issue while testing this one. If you want a log I'll run it tomorrow.Do you have same issue with latest nightly? Please try to reproduce this with latest nightly http://mirrors.kodi.tv/nightlies/win32/ Let me try, if it persists with a combination of the drivers mentioned above I'll let you know and edit this post. Also I'm already on the latest version from June the 4th already. Edit: now it doesn't wake up over cec anymore so let me first research that. RE: Windows DirectX 11 upgrade test thread - Helioy - 2015-06-09 Ok, just wanted to be sure it wasn't a similar issue to mine RE: Windows DirectX 11 upgrade test thread - Martijn - 2015-06-09 As i mentioned a while back, in system info there's no "DirectX vendor" filled in. http://pastebin.com/983HsThh NVIDIA GTX275 driver 341.44 RE: Windows DirectX 11 upgrade test thread - Martijn - 2015-06-09 Actually my other system also doesn't report DirectX vendor http://pastebin.com/3Qc5HgYW Zotac EI730 on Windows 10 RE: Windows DirectX 11 upgrade test thread - afedchin - 2015-06-10 @Martijn unfortunatly, this is "normal" behavior in current version. This is https://msdn.microsoft.com/en-us/library/windows/desktop/bb173058(v=vs.85).aspx only what I can get about current adapter. dx9 adapter description (https://msdn.microsoft.com/ru-ru/library/windows/desktop/bb172505(v=vs.85).aspx) has more descriptions about current adapter. I'll try to find a way to get all this info fro dx11 version. RE: Windows DirectX 11 upgrade test thread - Martijn - 2015-06-10 For all I care you just remove the line I think it's of little real use now days. If it would be important just put it in the log file RE: Windows DirectX 11 upgrade test thread - Ace - 2015-06-10 @afedchin I briefly played some files, excellent work! Everything is really smooth. I noticed one thing. When cycling through the deinterlace video setting in th video osd there's a green flicker, maybe one or two frames. I'm on the run the run, if you need a log file and can provide one tonight. RE: Windows DirectX 11 upgrade test thread - afedchin - 2015-06-10 @Martijn What do you think about this? @Ace Thanks. The Debug Log would be useful. RE: Windows DirectX 11 upgrade test thread - fritsch - 2015-06-10 @afedching: Looks fine - if you could reduce the memory usage a bit :-) (just joking) RE: Windows DirectX 11 upgrade test thread - a11599 - 2015-06-10 IMO remove both DirectX vendor and GPU temperature items for win32. Neither VendorId, nor DeviceId provide any valuable information to the average user and they are part of the debug logs anyhow. GPU temperature never worked on Windows AFAIK. RE: Windows DirectX 11 upgrade test thread - fritsch - 2015-06-10 @a11599, just make sure those are logged somewhere as we have 100ts of workarounds for different deviceids, especially f*cked up AMD video cards. RE: Windows DirectX 11 upgrade test thread - Martijn - 2015-06-10 iirc GPU temperature worked at some point. Just log Vendor and device ID at start of the log and remove from system info RE: Windows DirectX 11 upgrade test thread - a11599 - 2015-06-10 Hm. I have never seen anything else than ? on Windows with Intel/nVidia/AMD. But I use it on Windows since Dharma only. RE: Windows DirectX 11 upgrade test thread - afedchin - 2015-06-10 @a11599 is right GPU temperature never works on Windows. @fritsch The dx11 version has no any workarounds - only generic code, only hardcore RE: Windows DirectX 11 upgrade test thread - afedchin - 2015-06-10 new version reduce used memory as fritsch wants |