X-Recipient: archive-cygwin@delorie.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:references:cc:to:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=Ufxg7IZ6gI1+wUME
	af5N9p974mINKtRyZFInIN35H3l8aionfcMxv7G6xJSx/6ZrMHGUW+Zy8vg6w1S+
	02MNCNdRghXlCta0ro94xyPg7Kfdq9gtv/WVbwWvVqUgtWIfg4NSlfsu4f7fJFqC
	64BwTz0zU5ssmM9w90neaDjzTEo=
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:references:cc:to:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=+lZczQOtlRMFI2IPiiHA4A
	2rJWM=; b=vRZkDsOAg4mSVFITJgS6719eJ94p+rv5D21GvG1oo8Mytj/bm5cCsm
	VBv3ZZhmkdUFIesMuO+jSor+NxRseRW3/N0Ftt5KA7IHmKQkbnOkUGCyjLuuIKFM
	avGakJsXDwulaDuzAo4JQpJT4o9+uAQgUcVTyuWssu2dfLijN52yg=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=2.5 required=5.0 tests=AFFECTIONATE_BODY,AWL,BAYES_50,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=CygwinX, cygwinx, Cygwin-X, cygwin-x
X-HELO: out4-smtp.messagingengine.com
X-ME-Sender: <xms:rQ-rWEJnPEaZCrfgZZzrHRK2ggMMF98fIdJmPN-q8DxjPnqmq_NYUQ>
Subject: Re: Query about "libGL error: Screen is not Windows-DRI capable"
References: <9e3c9bb3-78b9-dd58-5f39-76b21177b158@cs.umass.edu>
Cc: moss@cs.umass.edu
To: cygwin@cygwin.com
From: Jon Turney <jon.turney@dronecode.org.uk>
Message-ID: <9a1e8b03-2824-7308-a66e-8ead1bd15674@dronecode.org.uk>
Date: Mon, 20 Feb 2017 15:47:56 +0000
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1
MIME-Version: 1.0
In-Reply-To: <9e3c9bb3-78b9-dd58-5f39-76b21177b158@cs.umass.edu>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit

On 18/02/2017 21:59, Eliot Moss wrote:
> Dear friends -- I get the message above when I start cygwin emacs-X11
> 32-bit while running Cygwin-X.  First of all, should I care?  And if

No.

This message should probably be downgraded from an error.

> I should, what can I do about it?  Does this have to do with the
> command line parameters when starting the X server, for example?

This message indicates that we wanted to use direct, 
hardware-accelerated OpenGL ('Windows-DRI'), but that the server didn't 
allow it.

This could be due to:
- server option -nowgl
- windowing mode doesn't permit wgl (i.e. not -multiwindow)
- display driver does not support WGL (i.e. the default VGA driver)
etc.

See also [1] for more details.

[1] https://x.cygwin.com/docs/ug/using-glx.html

--
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

