From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00,FORGED_HOTMAIL_RCVD2, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,30e165cfb56b149d X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.191.137 with SMTP id gy9mr2083358pbc.6.1342999622691; Sun, 22 Jul 2012 16:27:02 -0700 (PDT) Path: p10ni34649432pbh.1!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!ctu-peer!ctu-gate!news.nctu.edu.tw!usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: gautier_niouzes@hotmail.com Newsgroups: comp.lang.ada Subject: Re: error running openGL/Ada demo from GLOBE_3D using GNAT 2012 Date: Sat, 14 Jul 2012 22:14:14 -0700 (PDT) Organization: http://groups.google.com Message-ID: <0b653533-6633-43de-a670-8874d7c6ffc1@googlegroups.com> References: <4b22c809-4d41-4d0d-8824-4c335e4e6957@googlegroups.com> <59529bd2-2e93-4512-8867-d8c6ff0ea787@googlegroups.com> NNTP-Posting-Host: 83.76.61.145 Mime-Version: 1.0 X-Trace: posting.google.com 1342329254 18795 127.0.0.1 (15 Jul 2012 05:14:14 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 15 Jul 2012 05:14:14 +0000 (UTC) Cc: nma@12000.org In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=83.76.61.145; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-14T22:14:14-07:00 List-Id: > what constitute openGL? i.e. which libraries make up what is called > 'openGL' ? http://en.wikipedia.org/wiki/OpenGL http://www.opengl.org/ Obviously the needed libraries are installed, otherwise you would not have an executable. And it doesn't seem to have unresolved symbols in shared objects when startting mini. Now from the error message: "OpenGL Warning: XGetVisualInfo returned 0 visuals" it seems OpenGL doesn't find any device to display on. The back-end of OpenGL is dependent on your OS and your graphics hardware and virtualization layers. Like most graphics-related issues, these are difficult ones. By googling the above message, it seems correlated to VirtualBox and its configuration. No clue of any other OpenGL example / test for Linux. Anyone ?... G.