Autodesk-Fusion-360-for-Linux icon indicating copy to clipboard operation
Autodesk-Fusion-360-for-Linux copied to clipboard

The points are not rendered in sketch - OpenGL-Mode

Open dzervas opened this issue 3 years ago • 7 comments
trafficstars

Describe the bug When I edit a sketch I can't see any point.

To Reproduce Steps to reproduce the behavior:

  1. Create a sketch
  2. Make a rectange

Expected behavior Show the points as black dots

Screenshots image

Desktop (please complete the following information):

  • Version number of Autodesk Fusion 360: 2.0.12376
  • Graphics card model + Graphics card driver:

Radeon RX 5700 XT

0a:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT] (rev c1)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 3810
	Kernel driver in use: amdgpu
	Kernel modules: amdgpu
$  pacman -Qi xf86-video-amdgpu
Version         : 21.0.0-2
  • Operating system: Manjaro (latest update as of 9 Feb 2022)
  • Desktop environment: KDE (Plasma) with i3
  • DXVK- or OpenGL-Mode: OpenGL

dzervas avatar Feb 09 '22 18:02 dzervas

This issue exist only with the OpenGL-Mode! :-( I don't know why it's so.

But here you can see the black points with DXVK: https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/releases

cryinkfly avatar Feb 10 '22 15:02 cryinkfly

I tried moving to DXVK but the main window does not render. I can see the tools and select buttons but the main viewer shows nothing

dzervas avatar Feb 10 '22 18:02 dzervas

I tried moving to DXVK but the main window does not render. I can see the tools and select buttons but the main viewer shows nothing

Came here to say the same thing. Main window no longer renders when using DX11, but setting it to DX9 manually allows it to work.

hasmar04 avatar Feb 12 '22 04:02 hasmar04

@hasmar04 DX9 has the same problem for me... I tried installing amdvlk and prepending AMD_VULKAN_ICD=AMDVLK but same results. Maybe it needs DXVK needs some specific configuration?

dzervas avatar Feb 12 '22 14:02 dzervas

Yes, you need a special configuration! ⚙️

This is the reason why my setup wizard download some files and setup OpenGL or Dxvk for you.

But here you can see more: https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/issues/79 & https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/tree/main/files/extras/opengl_dxvk

cryinkfly avatar Feb 17 '22 06:02 cryinkfly

Some more info to hopefully narrow this down:

Install method: quick setup script GPU: 1080 TI OS: Ubuntu 20.04 NVidia Driver: 510.47.03 Setting in Fusion: DX9

It seemed to be properly configured by the setup script in dxvk mode (dxvk installed in wine, xml files correct) however I was also experiencing this issue and I verified all the above steps were completed by the setup script. Changing to OpenGL mode through Fusion preferences solved the issue for me, although there are still other minor UI bugs.

Arrexel avatar Mar 10 '22 04:03 Arrexel