Graphics problems using AMDGPU proprietary Driver - Sketchup Pro 2021

Questions about Wine on Linux
Locked
gusarg81
Level 1
Level 1
Posts: 6
Joined: Mon Oct 31, 2022 7:25 am

Graphics problems using AMDGPU proprietary Driver - Sketchup Pro 2021

Post by gusarg81 »

Hi, I have an AMD Radeon RX580 8GB (XFX) video card.

Since I've installed the proprietary Driver (Ubuntu 22.04, in fact, KDE Neon), graphics in Sketchup Pro 2021 are mess up.
It does work fine with default open source driver from Ubuntu, but I need the proprietary driver for other applications.

Screenshot: https://i.ibb.co/xmMCbDR/wine-hq-amdgpu.png

Driver version: 22.20.50200-1

Any solutions?

Thanks in advance.
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Graphics problems using AMDGPU proprietary Driver - Sketchup Pro 2021

Post by DarkShadow44 »

You could try running it with mesa and LIBGL_ALWAYS_SOFTWARE=1
If that is broken, then Wine probably gets away with something that shouldn't work.
If that works, then probably the proprietary driver is wrong.
Better would be a test against NVIDIA proprietary, but that's probably way harder.
Then report bug against either Wine or the AMD driver.
Or just report the bug against Wine and hope the 3d experts can help.

Sorry it's a hard issue, that's all I can say.
gusarg81
Level 1
Level 1
Posts: 6
Joined: Mon Oct 31, 2022 7:25 am

Re: Graphics problems using AMDGPU proprietary Driver - Sketchup Pro 2021

Post by gusarg81 »

Hi,

Thanks for replying.

When I do that, SketchUp says:

"The following errors were found when launching SketchUp:
- Your "Radeon RX 580 Series" graphics card's OpenGL version is 1.4. SketchUp requires a graphics card that supports OpenGL 3.1 or better.
Unfortunately, these errors will prevent SketchUp from running.
See this Help Center article for more information."
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Graphics problems using AMDGPU proprietary Driver - Sketchup Pro 2021

Post by DarkShadow44 »

When running it with LIBGL_ALWAYS_SOFTWARE=1 you mean? That's weird, it should detect OpenGL 4.5 and NOT a Radeon card.
gusarg81
Level 1
Level 1
Posts: 6
Joined: Mon Oct 31, 2022 7:25 am

Re: Graphics problems using AMDGPU proprietary Driver - Sketchup Pro 2021

Post by gusarg81 »

Hi,

Exactly, by using LIBGL_ALWAYS_SOFTWARE=1 SketchUp shows that error messages and does not even let me use it.
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Graphics problems using AMDGPU proprietary Driver - Sketchup Pro 2021

Post by DarkShadow44 »

Strange. I think at this point I'd file a bug with Wine at https://bugs.winehq.org. Make sure to link to a demo, if available so we can test!
gusarg81
Level 1
Level 1
Posts: 6
Joined: Mon Oct 31, 2022 7:25 am

Re: Graphics problems using AMDGPU proprietary Driver - Sketchup Pro 2021

Post by gusarg81 »

Ok, thanks. I will.
Locked