Skip to content
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

stage contains artifacts and is not visible on AMD gpu *solved* #128

Closed
Andreii opened this issue Nov 10, 2021 · 2 comments
Closed

stage contains artifacts and is not visible on AMD gpu *solved* #128

Andreii opened this issue Nov 10, 2021 · 2 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Andreii
Copy link

Andreii commented Nov 10, 2021

Describe the bug
Stage (place where the 3d object should be rendered) is not being shown properly, instead, artifacts are being rendered.
Top controls are also not being displayed, white color is shown. But, left panel and bottom 'Text commands' are shown properly.

To Reproduce
Steps to reproduce the behavior:

  1. Open 'Fusion 360'
  2. Finish!

Expected behavior
Was expecting to see 3d grid with the top controls.

Screenshots
Screenshot from 2021-11-10 13-59-48

Desktop (please complete the following information):

  • Fusion 360 2.0.11415
  • AMD RX 5700 XT, driver: amdgpu-pro - 20.45-1188099
  • Ubuntu 20.04.3 LTS (kernel 5.4.0-54-generic)
  • Gnome 3.36.8
  • OpenGL-Mode
  • used 'stable-branch/fusion360-setup-wizard.sh'
  • wine-6.21 (Staging) and WINEARCH=win64

Relevant info:

$ glxinfo -B

name of display: :1
display: :1  screen: 0
direct rendering: Yes
Memory info (GL_ATI_meminfo):
    VBO free memory - total: 3972 MB, largest block: 6049 MB
    VBO free aux. memory - total: 7162 MB, largest block: 6125 MB
    Texture free memory - total: 3972 MB, largest block: 6049 MB
    Texture free aux. memory - total: 7162 MB, largest block: 6125 MB
    Renderbuffer free memory - total: 3972 MB, largest block: 6049 MB
    Renderbuffer free aux. memory - total: 7162 MB, largest block: 6125 MB
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon RX 5700 XT
OpenGL core profile version string: 4.6.14756 Core Profile Context
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6.14756 Compatibility Profile Context
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: 4.6.14756 Compatibility Profile Context
OpenGL ES profile shading language version string: 4.60
$ sudo lshw -C display        
                                
  *-display                 
       description: VGA compatible controller
       product: Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT]
       vendor: Advanced Micro Devices, Inc. [AMD/ATI]
       physical id: 0
       bus info: pci@0000:2f:00.0
       version: c1
       width: 64 bits
       clock: 33MHz
       capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
       configuration: driver=amdgpu latency=0
       resources: irq:160 memory:d0000000-dfffffff memory:e0000000-e01fffff ioport:f000(size=256) memory:fcd00000-fcd7ffff memory:c0000-dffff

$ dpkg -l amdgpu-pro

||/ Name           Version       Architecture Description
+++-==============-=============-============-==============================================
ii  amdgpu-pro     20.45-1188099 amd64        Meta package to install amdgpu Pro components.

Kindly thank you for this installer and for the work that went into this.

@cryinkfly cryinkfly added bug Something isn't working documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed labels Nov 10, 2021
@Andreii
Copy link
Author

Andreii commented Nov 10, 2021

Hello @cryinkfly, thank you for the prompt feedback!

I uninstalled amdgpu-pro driver, restarted and... it works. Seems the kernel driver works better.

The artifacts are gone, stage is rendered.

Works with:

  • OpenGL
  • DirectX 9

Not working:

  • DirectX 11

@cryinkfly cryinkfly changed the title stage contains artifacts and is not visible on AMD gpu stage contains artifacts and is not visible on AMD gpu *solved* Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants