Help troubleshooting X

2020-06-16 Thread Randy Dawson via Cygwin
Briefly: X starts a window, (does not matter fluxbox, gnome, or whatever startup). The mouse pointer does not show up. This all worked OK with this install at one time. And yes, I have removed and reinstalled several times, seems to work OK after a clean reinstall, but later quits working. I

debuging a flaky X11 client connection

2020-04-22 Thread Randy Dawson via Cygwin
I have reinstalled this more times than I can count. It works, and then suddenly it does not. Launching FVWM (which was working, and no software changes) now does not. The X11 window is there, but no mouse. Closing the window says 3 clients are connected. What logs or debug info should I loo

Clients don't connect to xwin server

2020-04-20 Thread Randy Dawson via Cygwin
I am stuck on this after several re-installs, remove cygwin64 dir and install from scratch. Any application (FVWM, fluxbox, Plasma, etc.) launches the xwindow server, but no mouse in the window, no applications. Closing the window says 3 clients running, so it did start them, but they dont appe

gfortran console I/O quit working

2018-08-03 Thread Randy Dawson
I recently upgraded/re-installed, and the following example used to work. uname reports: CYGWIN_NT-10.0 --- program test write(6,700) 700 format('hello from write') print *, 'hello from print' end No compile errors with gfortra