X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 751233858C27 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kmcardiff.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mike AT kmcardiff DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kmcardiff-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=ri6+2CkbVcNcsO/tnmGcOs4rtM6aTqqUDGUIhYg7jyU=; b=PlgZ0iydpZnsuOK7hDFM/lO7/EqeLteaJy1DQkQQ+SfIwCf78yjsIEmNe4jtJEpyk4 IGVBLEwnyPZwLBDPLaFTJlp30NCxrhvXEdTVrCfaVzN6mHefRypU3ZsbkA1MhTa5lMgy AHJiXxyNijfLtEdCbfok8WB92Zzk/SavcM7WNUyEyfXw8KVulDHv9EbocExRQStvmKDb PmVopDepJhlhPiQcI5+AxKwVVtvJD55Id42RQ+iKkPMfCyuFFYfx0UO5i1jiyT0VqCkQ r2rS9d/G7AC1aKcUnIHqiJb9wzBvMyLa8AeCmaBsrb1QDkTi7UhdvZaUC+Jl+3ziMLTc IKrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=ri6+2CkbVcNcsO/tnmGcOs4rtM6aTqqUDGUIhYg7jyU=; b=NOAL/6Sjz4U29Mjt1Ybb2iPnKq42iqn2kcMvka0B87StI0o2TWmvrJ1gQTd9JLUD0K zx2qxfbNPwwaKVAkiJ1DzcsCzWF7ycBdGnjmr0vrGUXg7Hz6wPk0KKYxmD4ngVR7bzl2 oo4d7xX1H9MhCiyRHD84UuvFQLQvrPZ0NnZwU4lDeEw71qqTvctu6j/dbcwKUll3siDH 6NwOzMFTAMgG08CD6kUi+2VQPgf0+Y7c98S6tw/4euHO1gkJGnkzx5Hop/FoYIQBACsL Rw2Ck0pH0NV1wd9Ki8aVd5s4+tkYfteS/Nj4hdmnUSlJzbPme1Qgrfbh/inzS2ZsbXgV Gq3Q== X-Gm-Message-State: AOAM5312ktZ+pGzgpcoC6o5ptWziVE0+B0Ppd2AfsMpwcz6vGOTjxw6k DDxysl3Qko8me6f7JfC833tGzCrsgelGyTOE0scT7w== X-Google-Smtp-Source: ABdhPJzk+LKIAD0u7v+OlzKukkD/1gSACTF1/17SvHUxeaNWd51LZo3k+chH2YMn2k2pkdmeFeWj5KVNvblh0BdZhWM= X-Received: by 2002:a9d:602:: with SMTP id 2mr121592otn.153.1611531990901; Sun, 24 Jan 2021 15:46:30 -0800 (PST) MIME-Version: 1.0 References: <1b7b9d8d-d05a-a023-0160-377ab1d69965 AT gmail DOT com> In-Reply-To: <1b7b9d8d-d05a-a023-0160-377ab1d69965@gmail.com> From: Michael Enright Date: Sun, 24 Jan 2021 15:46:20 -0800 Message-ID: Subject: Re: GLX and libX11 To: Marco Atzeri X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, JMQ_SPF_NEUTRAL, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , Cc: cygwin AT cygwin DOT com Content-Type: text/plain; charset="utf-8" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 10ONl2TX025678 On Sun, Jan 24, 2021 at 5:38 AM Marco Atzeri via Cygwin wrote: > > > Have you started the program from inside a XTerm with a running > XServer ? > I compiled and ran the program in a mintty window, while X server was started and the environment variable DISPLAY was set. It ran perfectly. I don't have XTerm installed, it would probably have taken care of the DISPLAY variable. I started a second mintty window and started the program from there without setting DISPLAY, and the program complained "cannot connect to X server". I think Rafał started the program from a shell which had DISPLAY set, but @Rafał if you could confirm that it would help a bit. I think some Cygwin X components may be missing. The reason I think this is the message that says the Windows DRI extension is missing, which I guess is awfully specific. It occurs to me that starting XTerm would be a useful diagnostic, but if "Windows DRI" is missing, XServer probably can't start, never mind "Windows DRI extension" -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple