From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32c.google.com (mail-wm1-x32c.google.com [IPv6:2a00:1450:4864:20::32c]) by sourceware.org (Postfix) with ESMTPS id 0C6AA384B0C1 for ; Sat, 13 Jun 2020 06:30:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 0C6AA384B0C1 Received: by mail-wm1-x32c.google.com with SMTP id f185so9878444wmf.3 for ; Fri, 12 Jun 2020 23:30:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=awhhGQuHCoznU0NMyM9yi/dbP5mpkn1GpvYqfz/iMBU=; b=LQNhLht+hBZfH/u/tBhRH7vwOV4jbZyAwRZ8KMdkIg+BFlB8UflsThBFlb0WbMH4sx ucoQ5wI3vZnieUcv/U22hxbQoOu8hFfvRIXN0epFn7IiVLpGodpm4zJKU5/zZLWyD18V 5/baCshp5a2spUAoVzq2Wk5oxFWdldF80CmJ6Awg+kibvBgsRkZHJElSwQEq9J8/a4NV ynr8uowJroHGhDkCgnTbu0RJO1SWfpkWnMibRxi9B7IHOUWSbsiZGfd2dZnp68/s5BDj PUCagY+9eoj9QIxbndVWDKtWsElhjEIRr8bVzYvt+03rlQYvA/HRHW3r3MJTsNdxgpLr kcaQ== X-Gm-Message-State: AOAM533y93ZA/PXRLod+KtLI8g9d3JD2XawJ1nQlrIQteJP0FJPOIQ7m MnIW8zmpm75jcKV4rScQyNNRHoP7 X-Google-Smtp-Source: ABdhPJy371nZZiO4AwRdVSN2m4pdRbWyc0e+GlQ+DAGpeg6f0iNrZ9RVw/rIrQsGOclXSQN9D+xEFA== X-Received: by 2002:a7b:c8d6:: with SMTP id f22mr2514983wml.188.1592029811597; Fri, 12 Jun 2020 23:30:11 -0700 (PDT) Received: from ?IPv6:2003:cc:9f3b:4cfb:5d9e:38cd:ed5d:9824? ([2003:cc:9f3b:4cfb:5d9e:38cd:ed5d:9824]) by smtp.gmail.com with ESMTPSA id h15sm12664493wrt.73.2020.06.12.23.30.10 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 12 Jun 2020 23:30:10 -0700 (PDT) Subject: Re: cygwin x11 doesn't start after windows 10 upgrade To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: <00a576fe-1539-f890-6cea-8ec00875623a@gmail.com> Date: Sat, 13 Jun 2020 08:30:04 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2020 06:30:14 -0000 On 11.06.2020 17:57, Steinar Bang wrote: > Platform: amd64, windows 10 10.0.18363 Build 18363, > cygwin xorg-server 1.20.5-3, xlaunch 20160530-1 > > I start X11 by double clicking the following config.xlaunch: > https://gist.github.com/steinarb/8687e2113c601e061da909e75a180f39 > > After the reboot caused by a windows 10 upgrade, launching X11 using > xlaunch have stopped working. that seems to indicate a change in Windows not in Cygwin. May be the graphic drivers ? > > I have tried: > 1. Running xlaunch directly instead of double clicking config.xlaunch > 2. Running setup-86_64.exe to install all pending upgrades > 3. Running setup-86_64.exe to reinstall xlaunch > 4. Running setup-86_64.exe to reinstall xorg-server > > But none of this has made any difference. > > Does anyone have an idea what the problem might be? > > Here's XWin.0.log from a startup attempt: > https://gist.github.com/steinarb/dacfec5172fd547cbec7c87723163193 > > Thanks1 > > > - Steinar Hi Steinar, please provide the cygcheck.out as suggested by: > Problem reports: https://cygwin.com/problems.html can you start X11 with startxwin ? If you start with just "XWin :0 -multiwindow -clipboard" does it work ? Regards Marco