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=2.0 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA, REPLYTO_WITHOUT_TO_CC 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.220.230 with SMTP id pz6mr2087706pbc.3.1342999609369; Sun, 22 Jul 2012 16:26:49 -0700 (PDT) Path: p10ni34647735pbh.1!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!ctu-peer!news.nctu.edu.tw!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: error running openGL/Ada demo from GLOBE_3D using GNAT 2012 Date: Sat, 14 Jul 2012 22:44:41 -0500 Organization: Aioe.org NNTP Server Message-ID: References: <4b22c809-4d41-4d0d-8824-4c335e4e6957@googlegroups.com> <59529bd2-2e93-4512-8867-d8c6ff0ea787@googlegroups.com> Reply-To: nma@12000.org NNTP-Posting-Host: KdJUrTuvv3Zv/s8pPxNluw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-07-14T22:44:41-05:00 List-Id: On 7/14/2012 3:59 PM, gautier_niouzes@hotmail.com wrote: > I'm afraid you went past any problem with texture loading if you get that message (your post after having restored the .zip files): > > " > OpenGL Warning: XGetVisualInfo returned 0 visuals for 0x9d00de0 > OpenGL Warning: Retry with 0x8002 returned 0 visuals > ... > It looks like an OpenGL issue with your Linux installation. what constitute openGL? i.e. which libraries make up what is called 'openGL' ? I am used to seeing an architecture diagram for applications, as building blocks, so I know what depends on what, and what libraries make up what block in the diagram. The apps at the top, and blocks below it, and such. If I understand more the architecture used here, I might be able to figure what is the problem with this binding in terms of mismatched libraries. Right now, I just have lots .so's that I installed from packages. But I really do not know which of these is openGL and which is what. And I do not know what versions. I just use linux mint package manager to install things. I assume it knows the correct versions to install. > Perhaps a plain Ubuntu would help ? Everything fine with other OpenGL-based software ?... DO you have an example of what other openGL I can try? I never done openGL before. I do run your demos on windows, and they run with no problem. But not on Linux mint as you can see. regards, --Nasser