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:subject:to:references:from:cc:reply-to :message-id:date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=QF4r1M2Azp5bMYnj A60Oyg3fGAr+I5kAw4MxSw7kJVwPnanBeyi5Bx0pG97OWc0CPTUeAkNIzFCR3yHy Ec5cN84X7X4CbpuaOR6Yu5SgLHxVXfXJQcRebxMAnvpCucXIK6ZUjw5ml2h0NE+1 vwa9Dyw3+eQAwIEhgTRD/s4iFPE= 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:subject:to:references:from:cc:reply-to :message-id:date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=lWejWCdda+dAoWjXs7ZnYJ vx4oc=; b=gd9V961sjGXyiSGTaCR1EJyFa8vrLBtN5QD6w0zJWRf5WGqwPef31r pBUz0kM1M7p1xOHblj8s/b2/o01yb9+GqJpKhBBu13YMPvMErAUD2vzDjReTslJC evM6QPGWxRAV8UZa+opLnCY5HjGkRX+sIiQWwmdZ690B7AEvvCd9s= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=william, telling, rendering, William X-HELO: out2-smtp.messagingengine.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :reply-to:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=D6xI+5ZKd/RaEWN8/aoOGttq8rgsOLKR1geJ1v13aVI=; b=PGlch5AmeX01 gcKtziMNeH9I4eUNmLxW9BmY/KxEEQW66vYyRPkbZccHyPyfDnQ1DczjFJhicg+J KD3sMYRG6pV7jVDtX1CZJz1QF7VPB8CVSRcyZdKKtIVjO6g73hxZII8ZTzzdfVgH nNO0sLOZGHpSuGYFubBY2O1ouilP1XkVl75HFioiJkQGsPOnnste99s8idJ7tXPK +gzqwNqyQv7YHACTqJ5mmH+558T0ovNGsbKYWpcvR1XOg5HBeWCWzySyrewwmRx9 CDwzOr1ReCAO+DlJVVbpdhBeZifp0A/PwNxL2nWjkr6g0tHWFH+AioTbXauqEHUa wX0RLdQG0w== Subject: Re: octave says WGL_ARB_multisample is missing To: The Cygwin Mailing List References: From: Jon Turney Cc: William Mitchell Reply-To: The Cygwin Mailing List Message-ID: <055f7618-d9f5-1071-b789-c21a90880320@dronecode.org.uk> Date: Tue, 26 Jun 2018 21:33:17 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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