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:cc:reply-to:from :message-id:date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=JTRBwZ/kp4J625Fe hjBu1RWoeg0ZmdJz/KALIfSPEpXcyCyM54mH2YG9Khtj7OS83jOBZbSWGih2EESO yMJT8tQNLrS69i/cPJpKHzNJHA+N4lKp+qPmf/WY6rFFKsmLqAYTQwTFZeQW5Hxg lpJ+5BNIHVDqQibSj3Pjku1rPKM= 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:cc:reply-to:from :message-id:date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=LzLYfHZl3VUtP/g2+aLsdh 7OdCY=; b=Qy85hZEhzA6evtaBW9/gVao2CNML9dHvwRrutEUgbPIUB0/vXdXp+R IGU5ZUwLm711SeTRsGioo3XBWdty+ZZKuGiukEp/ZLWV0oVc3Ziu6iBDsLFuNuj4 BVXzeUv44VA0S8kV5ckpcRQrkrB06heh4NEaksbCAEBuiYMA7Z2/Y= 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=1.5 required=5.0 tests=AWL,BAYES_00,EXECUTABLE_URI,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=unusual, graphics, card, Hx-spam-relays-external:ESMTPA X-HELO: wout2-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=Y9MM1C7f5SFXoOkBiwTUK1YsQtqwxI4xCR6HDS4sZvA=; b=IQTFLkYQxWGU aV41h3OY7Srfhb1BN5+tIINLhK5gmGt/JnwGq0lJKmLBSVsfqfBm6nyrd+iKZgaJ Rw6xdNwBN54H6Kahw52M4eUNOz+TxlmS3BLFA3ORX3m21qk+jLQB+5XVee0S54ez BQxM/tZvbmoJb7xNfHHJPhSEE7VK4XfEqneWbKdh1EZNEcuF+rwhXsJsPNt3fwY4 lQjoovPeAIcQXq9zz1icFk+U5N5wn+Xytr6Lb62wL4OHosu2o5U+nMSvgTzCz2hv DWUKr+IGDu+VYWWTAUJGmmQFgCjBr8voKsLHLgEo7q5VpZe4R8PwB4wgYxKKvjn5 lnd8fK6seQ== Subject: Re: octave says WGL_ARB_multisample is missing To: The Cygwin Mailing List References: <055f7618-d9f5-1071-b789-c21a90880320 AT dronecode DOT org DOT uk> Cc: William Mitchell Reply-To: The Cygwin Mailing List From: Jon Turney Message-ID: <4957aa65-1571-1f12-9ff4-ecb63bb03ea5@dronecode.org.uk> Date: Mon, 2 Jul 2018 18:13:44 +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 02/07/2018 13:48, William Mitchell wrote: > prompt> glxinfo > name of display: localhost:0.0 > libGL error: required WGL extension WGL_ARB_multisample is missing > libGL error: required WGL extension WGL_ARB_multisample is missing > Error: couldn't find RGB GLX visual or fbconfig Thanks. This is interesting. It seems that your graphics card doesn't support WGL_ARB_multisample, but does support WGL_ARB_framebuffer_sRGB, which seems a bit unusual. I've built an libGL1 with a change to handle this situation better [1] If you download that, chmod +x it, and replace /usr/bin/cygGL-1.dll with it (keep a copy of the existing version), you can try 'glxinfo' and plotting with octave, to see if it improves things. [1] ftp://cygwin.com/pub/cygwinx/x86_64/cygGL-1.dll -- 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