[root@asgard ~]$ eselect opengl list 7:21
Available OpenGL implementations:
[1] xorg-x11 *
[root@asgard ~]$ eselect mesa list 7:21
i915 (Intel 915, 945)
i965 (Intel GMA 965, G/Q3x, G/Q4x, HD)
[1] classic *
r300 (Radeon R300-R500)
r600 (Radeon R600-R700, Evergreen, Northern Islands)
sw (Software renderer)
[1] classic *
[2] gallium
On 05/06/2017 06:32 AM, Kai Krakow wrote:
Am Fri, 5 May 2017 20:55:42 -0400
schrieb Zhu Sha Zang <zhushaz...@yahoo.com.br>:
[rodolfo@asgard ~]$ eselect qtgraphicssystem list 20:55
Available Qt Graphics Systems:
[1] native
[2] opengl (experimental)
[3] raster (default) *
Best Regards
This does not help, the software is trying to load the swrast GL
driver which is not there.
It would be helpful to see the output of
# eselect opengl list
and
# eselect mesa list
On 05/05/2017 03:17 PM, Kai Krakow wrote:
Am Fri, 5 May 2017 21:12:53 +0200
schrieb tu...@posteo.de:
On 05/05 09:03, Kai Krakow wrote:
[...]
[...]
[...]
[...]
[...]
[...]
[...]
[...]
[...]
[...]
[...]
[...]
[...]
Hi Kai,
sorry for the confusion I initiated...
This one I used
QT_GRAPHICSSYSTEM=raster freecad
Please also try my other suggestion:
Find your GL drivers with "locate libGL.so" or "qfile -b libGL.so"
and try those paths in the preloader:
# LD_PRELOAD=/path/to/libGL.so freecad
Try the libGL most specific to your graphics card first.