delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/06/27/14:01:15

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:in-reply-to:references:from:date
:message-id:subject:to:content-type; q=dns; s=default; b=gQq4DPN
UlIjtzSvCREtrVb6KQAe7YeIiPtGVujGGzFX9QuVZsbVpF8gxWavje37iX4PHFQF
7qfyESc636IlAqfnipg0XNjNBtK5ZTK8cEB3O/dHhoO+wX4fsVsWcooc8YcmbAyJ
gsxtQ05d5/n9nPgu7eYtdWrh6Ut52lsHg6sU=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:in-reply-to:references:from:date
:message-id:subject:to:content-type; s=default; bh=ZtJIs+w5uDGWe
4Hqr1pXkXLD4CM=; b=HafcSaROwEHMcx01Q9eB6FwJwTAAGyOoiHnjfwZx0O6A4
H0MuPBCNdb0zbbI0Me73Fp/7woKmqNDVNfMsnZuR5q1wjq+ZRkNQMVvyyaUt2Xu0
wn1zyXh6D2i55baG0LVuAD0LBqF/ztodcdvUnaDFYcIAFtwFyjlGznpuIbXG7w=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Install, installs, sounded, H*c:alternative
X-HELO: mail-wr0-f171.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=EKjbqecTnM8QgQQdnfP2IFU+hGeHChda793qHOXaitk=; b=XTd1kpQzSa4r5ED8QXCeImKV+fmS/LjJE/wgqQe91mkKM9JULBVZepJ3IMhjcgO1dm nTiyD4/TuhxqE/0ishzrNMa27wpFwt7lFP/n4LFv9kkk/ECzprtMUsEncpgrnYWGPpvg Nyl2pogD78eg/xIz7eKziJARhK7VxKSHEsHGygiM7Q3HmfHfhexcfVQ2Pwd0R5fwW/bT P+g9VPd7a45eeb2jyuWyXb6OZlbf6QkvRljvFhHsNOh5/t/3oneSjnJ/mKZnc6kyqf3S 3MDR+aSaRzV9cZY8fDC/7y4xXeKvSMizRZSecz7jBPDNERLr+S6ZJP2s22tApnPdEkhT 21Bg==
MIME-Version: 1.0
In-Reply-To: <055f7618-d9f5-1071-b789-c21a90880320@dronecode.org.uk>
References: <CAL_Y+kzuDhMkibJ8mD0RkidG=kXbg0_5bV6wwq0Xuy5UgQeefg AT mail DOT gmail DOT com> <055f7618-d9f5-1071-b789-c21a90880320 AT dronecode DOT org DOT uk>
From: William Mitchell <wfmacmd AT gmail DOT com>
Date: Wed, 27 Jun 2018 14:00:53 -0400
Message-ID: <CAL_Y+kx1XxT8k+aKm0YgoFLTSNfETcy6X06vhu965dKVCBwRsA@mail.gmail.com>
Subject: Re: octave says WGL_ARB_multisample is missing
To: The Cygwin Mailing List <cygwin AT cygwin DOT com>
X-IsSubscribed: yes

Thanks for the suggestions.

I thought updating the display driver sounded good, since this is a very
old computer, but when I asked to update the driver it searched for a new
driver and eventually said my driver is up to date.

I set LIBGL_ALWAYS_SOFTWARE to 1.  That got rid of the WGL error messages,
but I still get the other messages:
Insufficient GL support
error: unable to plot due to insufficient OpenGL support

This is harder, because it doesn't tell me _what_ is missing (or
"insufficient").


On 26 June 2018 at 16:33, Jon Turney <jon DOT turney AT dronecode DOT org DOT uk> wrote:

> On 26/06/2018 20:27, William Mitchell wrote:
>
>> When I run octave on a fresh installation of cygwin64 on a Windows 7
>> machine, I get the error:
>>
>> libGL error: required WGL extension WGL_ARB_multisample is missing
>>
>
> This error is coming from the WGL direct renderer built into libGL on
> Cygwin, and is telling you that this extension not provided by the Windows
> display driver you are using.  (This is unusual)
>
> It's nothing to do with GLEW or any other cygwin libraries.
>
> Possible solutions:
>
> Install/upgrade the display driver
>
> Use software rendering by setting the LIBGL_ALWAYS_SOFTWARE environment
> variable
>
> (See also https://x.cygwin.com/docs/ug/using-glx.html)
>
>
> Insufficient GL support
>> error: unable to plot due to insufficient OpenGL support
>>
>> octave begins running fine.  The error occurs when it encounters a plot
>> statement.
>>
>> I have had this problem with an old installation of cygwin for at least a
>> year.  I finally decided to wipe out cygwin and try a fresh installation.
>> This installation contains the "minimal" default packages plus Devel:
>> gcc-core, gcc-gfortran, gcc-g++, gdb, mingw64-x86_64-gcc-core,
>> mingw64-x86_64-gfortran, mingw64-x86_64-g++; Graphics: gnuplot,
>> ImageMagick; Math: bc, grace, octave; Shells: tcsh; X11: everything.
>>
>> I notice that libGLEW is included in the packages that it installs, which
>> is where I would expect to find the WGL extensions.  This contains
>> /usr/bin/cygGLEW-2-1.dll, but I don't know how to find out what functions
>> are in a dll to see if it contains WGL_ARB_multisample.
>>
>> Any suggestions on what is wrong with this installation are greatly
>> appreciated.
>>
>
> --
> Jon Turney
> Volunteer Cygwin/X X Server maintainer
>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019