develar / onshape-desktop-shell

Onshape desktop app (web application shell). Unofficial.
MIT License
224 stars 69 forks source link

Model is not rendered #65

Open probonopd opened 6 years ago

probonopd commented 6 years ago

Left: Firefox (correct), right: onshape-desktop-shell (broken)

onshape

Onshape-0.5.17-x86_64.AppImage on xubuntu-18.04-desktop-amd64.iso

develar commented 6 years ago

https://github.com/develar/onshape-desktop-shell/releases/tag/v0.5.18 released, please try.

probonopd commented 6 years ago

Unfortunately it is not working for me:

gl

xubuntu-18.04-desktop-amd64.iso

me@host:~$ glxinfo | grep 'version'
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
    Max core profile version: 3.3
    Max compat profile version: 3.0
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.1
OpenGL core profile version string: 3.3 (Core Profile) Mesa 18.0.0-rc5
OpenGL core profile shading language version string: 3.30
OpenGL version string: 3.0 Mesa 18.0.0-rc5
OpenGL shading language version string: 1.30
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 18.0.0-rc5
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
probonopd commented 6 years ago

Launching it with --ignore-gpu-blacklist resolves this for me.

I am using an AMD Radeon card with the open source driver that comes with Xubuntu.

me@host:~$ lsmod | grep radeon
radeon               1470464  14
i2c_algo_bit           16384  1 radeon
ttm                   106496  1 radeon
drm_kms_helper        167936  1 radeon
drm                   401408  14 radeon,ttm,drm_kms_helper
probonopd commented 5 years ago

So if the AppRun script would invoke the main application with --ignore-gpu-blacklist it would be solved.