Model is not rendered
probonopd opened this issue · 4 comments
probonopd commented
develar commented
https://github.com/develar/onshape-desktop-shell/releases/tag/v0.5.18 released, please try.
probonopd commented
Unfortunately it is not working for me:
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
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
So if the AppRun
script would invoke the main application with --ignore-gpu-blacklist
it would be solved.