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: Sat, 06 May 2017 00:55:57
Message-Id: 4d6ea99a-8b39-3355-f320-3c34b369e2c0@yahoo.com.br
In Reply to: [gentoo-user] Re: FreeCAD permission problems by Kai Krakow
1 [rodolfo@asgard ~]$ eselect qtgraphicssystem list 20:55
2 Available Qt Graphics Systems:
3 [1] native
4 [2] opengl (experimental)
5 [3] raster (default) *
6
7 Best Regards
8
9
10 On 05/05/2017 03:17 PM, Kai Krakow wrote:
11 > Am Fri, 5 May 2017 21:12:53 +0200
12 > schrieb tuxic@××××××.de:
13 >
14 >> On 05/05 09:03, Kai Krakow wrote:
15 >>> Am Fri, 5 May 2017 20:40:50 +0200
16 >>> schrieb tuxic@××××××.de:
17 >>>
18 >>>> On 05/05 08:28, Kai Krakow wrote:
19 >> [...]
20 >> [...]
21 >>>> [...]
22 >>>> [...]
23 >> [...]
24 >>>> [...]
25 >>>> [...]
26 >> [...]
27 >> [...]
28 >>>> Hi kai,
29 >>>>
30 >>>> THANKS FOR THAT COMMANDLINE!
31 >>> Which of those two?
32 >>>
33 >>>> Now FreeCAD is willing to cooperate...up to an certain level: It
34 >>>> starts....
35 >>>>
36 >>>> Loading an STEP-data file results in :
37 >>>> FreeCAD 0.16, Libs: 0.16RUnknown
38 >>>> © Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2015
39 >>>> ##### #### ### ####
40 >>>> # # # # # #
41 >>>> # ## #### #### # # # # #
42 >>>> #### # # # # # # # ##### # #
43 >>>> # # #### #### # # # # #
44 >>>> # # # # # # # # # ## ## ##
45 >>>> # # #### #### ### # # #### ## ## ##
46 >>>>
47 >>>> libGL error: No matching fbConfigs or visuals found
48 >>>> libGL error: failed to load driver: swrast
49 >>>> Unhandled std::exception caught in GUIApplication::notify.
50 >>>> The error message is: Permission denied
51 >>>> *** Abort *** an exception was raised, but no catch was found.
52 >>>> ... The exception is:SIGSEGV 'segmentation violation'
53 >>>> detected. Address 0
54 >>>>
55 >>>> Any ideas?
56 >>> I'd still try the preload stuff. I don't think QT_GRAPHICSSYSTEM can
57 >>> solve this.
58 >>>
59 >>> But I'm only guessing which command line you used.
60 >>>
61 >>>
62 >>> --
63 >>> Regards,
64 >>> Kai
65 >>>
66 >>> Replies to list-only preferred.
67 >>>
68 >>>
69 >>>
70 >> Hi Kai,
71 >>
72 >> sorry for the confusion I initiated...
73 >>
74 >> This one I used
75 >>
76 >> QT_GRAPHICSSYSTEM=raster freecad
77 > Please also try my other suggestion:
78 >
79 > Find your GL drivers with "locate libGL.so" or "qfile -b libGL.so" and
80 > try those paths in the preloader:
81 >
82 > # LD_PRELOAD=/path/to/libGL.so freecad
83 >
84 > Try the libGL most specific to your graphics card first.
85 >
86 >

Replies

Subject Author
[gentoo-user] Re: FreeCAD permission problems Kai Krakow <hurikhan77@×××××.com>