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=RTmngx5 cdQ0i60TR6aLP1fonPBdbbr+ci0MmlAj+o5dg0B8iD+ysZC0+PjNmIl0SWBOdiow m6oi3NpAGsDg6JAFl+1tNR9KRvQa2usk3LUYHopp1tXOzHMY6FWdD/8ygdTR4MWU YIKctN+1oKSjrZT3k052q66ppRU1y+8+vR7s= 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=Bt3mXJ3TTmF63 zzrR4Mhvv0I2D8=; b=wwE2vNH/54orfjV8P8wnQD2W9xrgWa5z+tQzdlGu2FspW ad4nUl1HRsYVVZTh3e4EmcbNMu83FTRpogXGz2ko3d0KBmEw9tAxe+CEz5TZ30tA 7u5PdMBsTy/R50nJVG+JgbOW15cW3Lab+heERdhm/D4W9h/spHZRIlp+S2PgBc= 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.0 required=5.0 tests=AWL,BAYES_00,EXECUTABLE_URI,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=rgb, H*c:alternative, card X-HELO: mail-wm0-f41.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=CIF4Kr4FmINbfNKiclswi8WIg+xv9FX/L8Z7EKJm0qw=; b=ieqINbJ0GlY3e5WJYEoxTGvhUVhNDyfZwDf088HJUq95O20mleX0Vgq7Xaf4S35ma1 BeYPCeyeJ4qWUAJpqCjL9kDGhUdxMPxTpzDJomkvWbiKMq5JyvRPS6pKLaHlyTdjMcM1 LPSJju1q5T3f0uQIL0DfFo65WtkIaH68/DabECiyLcS+ucBVuz0z2FmtKilM4iZE8wbZ rnOiehpXUWmuh2PJZd3kszzmaxkIsNeuafTV7b052+35E5C8kkNWHCYHQJXCXZj4N6Cg FPlJBMRr0UDt8F70L81B9gpBbyacehgjILUWTsXXo1s3B8Z3dteZPZFuZwdFAi4gO4Yx htuw== MIME-Version: 1.0 In-Reply-To: <4957aa65-1571-1f12-9ff4-ecb63bb03ea5@dronecode.org.uk> References: <055f7618-d9f5-1071-b789-c21a90880320 AT dronecode DOT org DOT uk> <4957aa65-1571-1f12-9ff4-ecb63bb03ea5 AT dronecode DOT org DOT uk> From: William Mitchell Date: Thu, 5 Jul 2018 21:16:40 -0400 Message-ID: Subject: Re: octave says WGL_ARB_multisample is missing To: The Cygwin Mailing List Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes I'm afraid that didn't help any. Now both glxinfo and octave print nothing and return to the shell prompt almost immediately. For octave, this includes no output when I run a .m script that usually prints quite a bit before starting the graphics. xeyes still runs, though. Thanks for trying, Bill On 2 July 2018 at 13:13, Jon Turney wrote: > 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