Gentoo Archives: gentoo-user

From: Zhu Sha Zang <zhushazang@×××××××××.br>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: FreeCAD permission problems
Date: Mon, 08 May 2017 11:22:34
Message-Id: 03ec2b3c-8b96-00c3-f346-27b413b67add@yahoo.com.br
In Reply to: [gentoo-user] Re: FreeCAD permission problems by Kai Krakow
1 [root@asgard ~]$ eselect opengl list 7:21
2 Available OpenGL implementations:
3 [1] xorg-x11 *
4 [root@asgard ~]$ eselect mesa list 7:21
5 i915 (Intel 915, 945)
6 i965 (Intel GMA 965, G/Q3x, G/Q4x, HD)
7 [1] classic *
8 r300 (Radeon R300-R500)
9 r600 (Radeon R600-R700, Evergreen, Northern Islands)
10 sw (Software renderer)
11 [1] classic *
12 [2] gallium
13
14
15 On 05/06/2017 06:32 AM, Kai Krakow wrote:
16 > Am Fri, 5 May 2017 20:55:42 -0400
17 > schrieb Zhu Sha Zang <zhushazang@×××××××××.br>:
18 >
19 >> [rodolfo@asgard ~]$ eselect qtgraphicssystem list 20:55
20 >> Available Qt Graphics Systems:
21 >> [1] native
22 >> [2] opengl (experimental)
23 >> [3] raster (default) *
24 >>
25 >> Best Regards
26 > This does not help, the software is trying to load the swrast GL
27 > driver which is not there.
28 >
29 > It would be helpful to see the output of
30 >
31 > # eselect opengl list
32 >
33 > and
34 >
35 > # eselect mesa list
36 >
37 >
38 >> On 05/05/2017 03:17 PM, Kai Krakow wrote:
39 >>> Am Fri, 5 May 2017 21:12:53 +0200
40 >>> schrieb tuxic@××××××.de:
41 >>>
42 >>>> On 05/05 09:03, Kai Krakow wrote:
43 >> [...]
44 >> [...]
45 >>>> [...]
46 >>>> [...]
47 >> [...]
48 >>>> [...]
49 >> [...]
50 >>>> [...]
51 >>>> [...]
52 >> [...]
53 >> [...]
54 >> [...]
55 >> [...]
56 >>>> Hi Kai,
57 >>>>
58 >>>> sorry for the confusion I initiated...
59 >>>>
60 >>>> This one I used
61 >>>>
62 >>>> QT_GRAPHICSSYSTEM=raster freecad
63 >>> Please also try my other suggestion:
64 >>>
65 >>> Find your GL drivers with "locate libGL.so" or "qfile -b libGL.so"
66 >>> and try those paths in the preloader:
67 >>>
68 >>> # LD_PRELOAD=/path/to/libGL.so freecad
69 >>>
70 >>> Try the libGL most specific to your graphics card first.
71 >>>
72 >>>
73 >>
74 >>
75 >
76 >