Gentoo Archives: gentoo-user

From: tuxic@××××××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] OpenScad produces no visible rendering at all
Date: Sat, 21 Oct 2017 01:42:02
Message-Id: 20171021014142.mds3mckylbmftzfc@solfire
1 Hi,
2
3 After installing OpenScad I started an example.
4 After the loading process ends I hit "preview" -
5 a script compiling process starts,,,and....
6 nothing was shown.
7 Same happens, when I hit "rendering".
8
9 from lspci (the smaller card feeds the desktop, the bigger one is for Rendering
10 with Blender only, I set CUDA_VISIBLE_DEVICES=0)
11 02:00.0 VGA compatible controller: NVIDIA Corporation GM206 [GeForce GTX 960] (rev a1)
12 02:00.1 Audio device: NVIDIA Corporation Device 0fba (rev a1)
13 09:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 430] (rev a1)
14 09:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller (rev a1)
15
16 Output on OpenScad own terminal after hitting preview of the example "CSG.openscad)
17 Compiling design (CSG Tree generation)...
18 ECHO: version = [2015, 3, 0]
19 Compiling design (CSG Products generation)...
20 Geometries in cache: 2
21 Geometry cache size in bytes: 62800
22 CGAL Polyhedrons in cache: 0
23 CGAL cache size in bytes: 0
24 Compiling design (CSG Products normalization)...
25 Normalized CSG tree has 6 elements
26 Compile and preview finished.
27 Total rendering time: 0 hours, 0 minutes, 1 seconds
28
29 Outout on the terminal, from which I started OpenScad:
30 solfire:/home/mccramer>openscad
31 using visual class 4, id 2b
32 hijackWindow() context created for LaunchingScreen(0x2ade380, name = "LaunchingScreen") 1
33 Created Window Surface FBO QSize(620, 418) with samples 8
34 hijackWindow() context created for MainWindow(0x2b0ed20, name = "MainWindow") 1
35 Created Window Surface FBO QSize(1920, 1141) with samples 8
36 hijackWindow() context created for QWidget(0x2b5b010, name = "centralwidget") 2
37 hijackWindow() context created for QWidget(0x2cab240, name = "mainWidget") 3
38 hijackWindow() context created for QToolBar(0x2bc6350, name = "viewerToolBar") 4
39 hijackWindow() context created for QMenuBar(0x2bf2580, name = "menubar") 5
40 hijackWindow() context created for QStatusBar(0x2c1ca20, name = "statusbar") 6
41 hijackWindow() context created for QSizeGrip(0x2c1cda0) 7
42 hijackWindow() context created for QLabel(0x33ff150) 8
43 hijackWindow() context created for QLabel(0x2b9eb70) 9
44 hijackWindow() context created for Dock(0x2b05220, name = "editorDock") 10
45 hijackWindow() context created for Dock(0x2ba9fe0, name = "consoleDock") 11
46 hijackWindow() context created for QMenu(0x2b02c00, name = "menu_View") 1
47 Created Window Surface FBO QSize(184, 583) with samples 8
48
49 What wrong here?
50 Why I can't see any rendered output?
51
52 Cheers
53 Meino

Replies

Subject Author
Re: [gentoo-user] OpenScad produces no visible rendering at all R0b0t1 <r030t1@×××××.com>