RE: TMP and TMPDIR mapping

2023-01-27 Thread john daintree via Cygwin
Hi Audrey. Here's an example of what's going on: >>: export TMPDIR=/cygdrive/c/tmp/jd >>: export TMPDIR2=/cygdrive/c/tmp/jd2 >>: cmd.exe Microsoft Windows [Version 10.0.22621.1105] (c) Microsoft Corporation. All rights reserved. C:\>echo %TMPDIR% C:\tmp\jd C:\>echo %TMPDIR2% /cygdrive/c/tmp/jd2

Re: TMP and TMPDIR mapping

2023-01-27 Thread Corinna Vinschen via Cygwin
On Jan 27 09:08, john daintree via Cygwin wrote: > Hi Audrey. > > Here's an example of what's going on: > > >>: export TMPDIR=/cygdrive/c/tmp/jd > >>: export TMPDIR2=/cygdrive/c/tmp/jd2 > >>: cmd.exe > Microsoft Windows [Version 10.0.22621.1105] > (c) Microsoft Corporation. All rights reserved. >

Cygwin X11 on second (Nvidia) graphics card

2023-01-27 Thread Franz Fehringer via Cygwin
Hi, I have a question which seems quite natural but i cannot find anything useful using google & co. My (business) notebook has two graphics cards, one builtin identifying as Intel Iris Xe and an additional one, a Nvidia MX550. I start X11 (xwin) with defaults (-listen tcp is the only extra op

Re: BUG: Log on Scheduled Task invisible/empty window blocks input

2023-01-27 Thread Brian Inglis via Cygwin
On 2023-01-26 19:43, Ross Patterson via Cygwin wrote: TL;DR: I needed to run a Cygwin process at user log on with highest privileges to perform some operations that are not allowed any other way without requiring a UAC prompt. This results in a window without any border, close button or any othe

Re: Cygwin X11 on second (Nvidia) graphics card

2023-01-27 Thread Brian Inglis via Cygwin
On 2023-01-27 08:22, Franz Fehringer via Cygwin wrote: I have a question which seems quite natural but i cannot find anything useful using google & co. My (business) notebook has two graphics cards, one builtin identifying as Intel Iris Xe and an additional one, a Nvidia MX550. I start X11 (xwi