tamius-han / ultrawidify

Firefox extension that allows you to work around some people's inability to properly encode 21:9 videos.
171 stars 9 forks source link

D3D11on12 working as fix #220

Closed Camilink94 closed 5 months ago

Camilink94 commented 1 year ago

I saw that Hardware acceleration was broken on Chrome, and that I have to change to OpenGL or D3D9 to fix this in chrome://flags/#use-angle

However, those to options made the chrome window dissapear from recent apps (Alt+Tab) when playing a video on fullscreen. The stretching bug was indeed fix with this though. I tried the D3D11on12 option, and it works, both for the stretching and the window appearing in the Alt+Tab menu.

Chrome v 109.0.5414.120 Ultrawidify version: 5.1.6. Windows 10 22H2

TechnoStone commented 1 year ago

Sad Edge noises https://github.com/tamius-han/ultrawidify/issues/219#issuecomment-1400969807

tamius-han commented 1 year ago

Well that's the worst combo for my ANGLE backend detection script, as it doesn't seem possible to differentiate between DX11 and DX11on12 using the method I have.

I'll have to verify that on my end in the evening.

Can I also get what graphics card you use in case D3D11on12 doesn't work as advertised for me? I'm asking because the last time this happened, AMD GPUs seemed to be immune from this issue.

victorhgrgn commented 1 year ago

DX11on12 seems to have fixed the issue on my end as well. I'm using an RTX 3070.