-
-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DirectX 11 support. #504
Comments
Same issue for me. Cannot get to the settings to even try DX11. |
Summary of My Observations Has anyone configured DirectX11 with Fusion360 and rendering of main windows works properly? I think that if vendor disable support for OpenGL and DirectX9, then we will all have problem. But it look like that Directx11 is depend on vulkan 1.3 and my vga supported only vulkan 1.2
|
How/what did you do to achieve this? |
Nothing special: A black screen flickering appeared. It should be fixed via dxvk.conf, but look like that wine ignore this conf file.
|
I've got the same issue. DX11 just shows the editor window as black. Menus seem to work. I'm on F41 with Nvidia 565.57.01 drivers on Wayland. DXVK is installed via Winetricks. I haven't found any configuration that works. DX9 works fine.
|
Hey wait, how are you guys changing to DX11???? When I click on preferences the process freezes entirely. Terminal shows: "QLayout: Attempting to add QLayout "" to QWidget "", which already has a layout" And I have to force close it. |
The preference window does eventually load for me, it just takes a very long time to do so. |
yes, a preference windows start long, but when i minimalize/maximalize main windows of fusion, then a window immediate appear, or you can changed it in install script (this file is three times downloaded/copied to fusion folder, there is needed to change VirtualDeviceGLCore or VirtualDeviceDx9 to VirtualDeviceDx11):
|
Ah yes, I got it. Unfortunately, everything is too buggy to use. I'll stick to my VM for now. Great to see this project actually works though. |
I've found that "black screen" appears when some popup menu is called or cursor is changed (when middle or right button of mouse is pressed), then it's enough just to scroll the mouse wheel and screen rendering is back. After communication with chatgpt I got dxvk.conf which does not solver flickering on 100%, but now black screen show only for very short time and disappears by itself. In my case it is much better.
Here are variables which i used for start of fusion:
|
After installation of last version of Fusion appear there message, that DirectX 9 and OpenGL will be not supported any more in short time. I tried use DirectX 11, but without success. Windows stay black. Is there some possibility use DirectX 11 in wine(OpenGL work fine for me)?
The text was updated successfully, but these errors were encountered: