From rob.lowe@motorola.com Mon Aug 1 10:39:00 2005 From: rob.lowe@motorola.com (Lowe Rob-ROBLOWE2) Date: Mon, 01 Aug 2005 10:39:00 -0000 Subject: XFree 6.8.2.0-4- Failed Graphics startup, White windows. Message-ID: <919EF533D817D911B54600110A9B07DD01F9D574@zuk35exm01.ea.mot.com> Hi Guys, I have a problem with my XP installation on a Dell Latitude laptop. My X knowledge is sadly lacking I'm afraid I have always looked plaintively at IT for help on such things in the past. I have just installed the latest, I think, version of cygwin and tried to start up the X server. I copied the template .xinitrc file to my local user directory and then typed startx. Then a window opens with nothing in it, just plain white. I have used both startx from a cygwin bash prompt and startxwin from DOS, same result. However when I installed it on my basic PC system at home it worked first time. If I try to open xclock from the start menu, likewise, I get a plain white box. I have found I can type commands into my plain white xterm box, I can't see them, but they do execute. So for example I typed "xterm -fg white -bg black" and I got another plain white box, the "~" in the title bar is white too... Any ideas? I'm not sure where to start.... I have wondered if it is colour map related, but wouldn't know how to tell. I found the log file and have included it below, along with my .xinitrc and .Xresources. I have noted that the size of the white box varies when I delete the .xresources file... I dunno if this is a clue... I found on the net some hints toward it maybe being an old DirectX version so I have downloaded the latest version of DirectX (v9), I have closed all other programs to try and ensure free (non-swapped) RAM, no joy. Hope you can point me in the right direction, thanks in advance, Rob ----------------------------------------------------------------------------------------- Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.2.0-4 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: X :0 -multiwindow -clipboard ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1024 h 768 winInitializeDefaultScreens - Returning (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel winScreenInit - Monitors do not all have same pixel format / display depth. Using primary display only. winAllocateFBShadowGDI - Creating DIB with width: 1024 height: 768 depth: 32 winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32 null screen fn ReparentWindow null screen fn RestackWindow InitQueue - Calling pthread_mutex_init InitQueue - pthread_mutex_init returned InitQueue - Calling pthread_cond_init InitQueue - pthread_cond_init returned winInitMultiWindowWM - Hello winInitMultiWindowWM - Calling pthread_mutex_lock () winMultiWindowXMsgProc - Hello winMultiWindowXMsgProc - Calling pthread_mutex_lock () MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000809" (00000809) (--) Using preset keyboard for "English (United Kingdom)" (809), type "4" (--) 3 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! winInitMultiWindowWM - pthread_mutex_lock () returned. winProcEstablishConnection - Hello winInitClipboard () winClipboardProc - Hello DetectUnicodeSupport - Windows NT/2000/XP winProcEstablishConnection - winInitClipboard returned. winClipboardProc - DISPLAY=127.0.0.1:0.0 winMultiWindowXMsgProc - pthread_mutex_lock () returned. winMultiWindowXMsgProc - pthread_mutex_unlock () returned. winMultiWindowXMsgProc - DISPLAY=127.0.0.1:0.0 winInitMultiWindowWM - pthread_mutex_unlock () returned. winInitMultiWindowWM - DISPLAY=127.0.0.1:0.0 winClipboardProc - XOpenDisplay () returned and successfully opened the display. winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the display. winProcSetSelectionOwner - Clipboard not yet started, aborting. winProcSetSelectionOwner - Clipboard not yet started, aborting. winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the display. winDeinitMultiWindowWM - Noting shutdown in progress winClipboardProc - winClipboardFlushWindowsMessageQueue trapped WM_QUIT message, exiting main loop. winClipboardProc - XDestroyWindow succeeded. winMultiWindowWMIOErrorHandler! --------------------------------------------------------------------------------- My .xinirc file reads: --------------------------------------------------------------------------------- #!/bin/sh # $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $ userresources="$HOME"/.Xresources usermodmap="$HOME"/.Xmodmap sysresources=/usr/X11R6/lib/X11/xinit/.Xresources sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap # merge in defaults and keymaps if [ -f "$sysresources" ]; then xrdb -merge "$sysresources" fi if [ -f "$sysmodmap" ]; then xmodmap "$sysmodmap" fi if [ -f "$userresources" ]; then xrdb -merge "$userresources" fi if [ -f "$usermodmap" ]; then xmodmap "$usermodmap" fi # start some nice programs exec xterm -e /usr/bin/bash -l --------------------------------------------------------------------- And the .Xresources --------------------------------------------------------------------- ! rxvt settings rxvt*saveLines: 5000 rxvt*scrollBar: on rxvt*scrollTtyOutput: off rxvt*scrollTtyKeypress: on rxvt*cursorColor: blue !rxvt*ttyModes: erase ^? rxvt*background: white rxvt*foreground: black ! XTerm*saveLines: 2000 XTerm*scrollBar: on !XTerm*ttyModes: erase ^H ! Possible sizes include 6x13, 1x9, 7x13, 8x13, 9x15, 10x20, 12x24 - see ! usr/X11/lib/X11/fonts/misc... XTerm*font: 9x15 *cursorColor: blue *pointerColor: red *scrollTtyOutput: false *scrollKey: true ----------------------------------------------------------------------------------------- Finally the Diagnostics file, I have removed some environmental variables that relate to my Employers network structure and user ID's etc. Sorry Guys, they would shoot me! ;) ----------------------------------------------------------------------------------------- Cygwin Configuration Diagnostics Current System Time: Fri Jul 29 16:59:08 2005 Windows XP Professional Ver 5.1 Build 2600 Service Pack 1 C:\cygwin\usr\local\bin C:\cygwin\bin C:\cygwin\bin d:\Perl\bin\ c:\WINDOWS\system32 c:\WINDOWS c:\WINDOWS\System32\Wbem c:\Program Files\Rational\ClearCase\bin u:\utils c:\Program Files\vi c:\Program Files\WinZip c:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT c:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin c:\Program Files\Microsoft Visual Studio\Common\Tools c:\Program Files\Microsoft Visual Studio\VC98\bin c:\WINDOWS\system32 c:\ntutils c:\Scripts c:\Program Files\Metrowerks\CodeWarrior\PowerPC_EABI_Tools\Command_Line_Tools d:\RAL\PerlIDE c:\Program Files\Byte Craft\ETPUC c:\diab\4.2b\WIN32\bin z:\coreHAL\LLD\eTPU\tools c:\diab\4.2b\WIN32\BIN .\ Output from C:\cygwin\bin\id.exe (nontsec) UID: 400(roblowe2) GID: 401(mkpasswd) 0(root) 544(Administrators) 556(Network Configuration Operators) 547(Power Users) 545(Users) 401(mkpasswd) Output from C:\cygwin\bin\id.exe (ntsec) UID: 400(roblowe2) GID: 401(mkpasswd) 0(root) 544(Administrators) 556(Network Configuration Operators) 547(Power Users) 545(Users) 401(mkpasswd) SysDir: C:\WINDOWS\System32 WinDir: C:\WINDOWS USER = `roblowe2' PWD = `/cygdrive/d/Profiles/roblowe2' HOME = `/cygdrive/d/Profiles/roblowe2' MAKE_MODE = `unix' HOMEPATH = `\Profiles\roblowe2' MANPATH = `:/usr/ssl/man:/usr/X11R6/man' APPDATA = `D:\Profiles\roblowe2\Application Data' TERM = `cygwin' PROCESSOR_IDENTIFIER = `x86 Family 15 Model 2 Stepping 7, GenuineIntel' WINDIR = `C:\WINDOWS' DIRCMD = `/ogn' OLDPWD = `/usr/bin' MOHAWK_AUTOBUILD_OUTPUT_CONF_FILE = `/Telematics_Platform/Tools/autobuild/TestScripts/test_module_config.conf' OS = `Windows_NT' ALLUSERSPROFILE = `D:\Profiles\All Users' !:: = `::\' TEMP = `/cygdrive/d/Profiles/roblowe2/LOCALS~1/Temp' COMMONPROGRAMFILES = `C:\Program Files\Common Files' LIB = `C:\Program Files\Microsoft Visual Studio\VC98\mfc\lib;C:\Program Files\Microsoft Visual Studio\VC98\lib' USERNAME = `roblowe2' PROCESSOR_LEVEL = `15' TMPBDIR = `c:\buildtemp' SYSTEMDRIVE = `C:' ENV_TARGET = `_win' USERPROFILE = `D:\Profiles\roblowe2' CLIENTNAME = `Console' PS1 = `\[\033]0;\w\007ws/ws@oscar_sp' \033[32m\]\u@\h \[\033[33m\w\033[0m\] $ ' PROCESSOR_ARCHITECTURE = `x86' !C: = `C:\cygwin\bin' SHLVL = `1' PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH' SMS_LOCAL_DIR = `C:\WINDOWS' HOMEDRIVE = `D:' !D: = `D:\Profiles\roblowe2' PROMPT = `$P$G' COMSPEC = `C:\WINDOWS\system32\cmd.exe' TMP = `/cygdrive/d/Profiles/roblowe2/LOCALS~1/Temp' SYSTEMROOT = `C:\WINDOWS' PROCESSOR_REVISION = `0207' PKG_CONFIG_PATH = `/usr/X11R6/lib/pkgconfig' PROGRAMFILES = `C:\Program Files' NUMBER_OF_PROCESSORS = `1' SESSIONNAME = `Console' _ = `/usr/bin/cygcheck' POSIXLY_CORRECT = `1' HKEY_CURRENT_USER\Software\Cygnus Solutions HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 (default) = `/cygdrive' cygdrive flags = 0x00000022 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ (default) = `C:\cygwin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin (default) = `C:\cygwin/bin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib (default) = `C:\cygwin/lib' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options a: fd N/A N/A c: hd NTFS 8589Mb 74% CP CS UN PA FC SYSTEM d: hd NTFS 20026Mb 36% CP CS UN PA FC DATA e: cd CDFS 0Mb -2147483548% CS Audio CD h: net NTFS 104438Mb 91% CP CS UN PA FC New Volume j: net MVFS 1000Mb 50% CP CS CCase k: net MVFS 1000Mb 50% CP CS CCase m: net MVFS 1000Mb 50% CP CS CCase n: net MVFS 1000Mb 50% CP CS CCase o: net NTFS 139894Mb 37% CP CS UN PA FC USERS q: net MVFS 1000Mb 50% CP CS CCase r: net MVFS 1000Mb 50% CP CS CCase s: net MVFS 1000Mb 50% CP CS CCase t: net NTFS 4549Mb 48% CP CS UN PA FC u: net MVFS 1000Mb 50% CP CS CCase v: net MVFS 1000Mb 50% CP CS CCase w: net MVFS 1000Mb 50% CP CS CCase x: net N/A N/A y: net MVFS 1000Mb 50% CP CS CCase z: net NTFS 139894Mb 37% CP CS UN PA FC USERS C:\cygwin / system binmode C:\cygwin/bin /usr/bin system binmode C:\cygwin/lib /usr/lib system binmode . /cygdrive system binmode,cygdrive Found: C:\cygwin\bin\awk.exe Found: C:\cygwin\bin\bash.exe Found: C:\cygwin\bin\cat.exe Found: C:\cygwin\bin\cp.exe Found: C:\cygwin\bin\cpp.exe Found: C:\cygwin\bin\find.exe Found: C:\cygwin\bin\gcc.exe Found: C:\cygwin\bin\gdb.exe Found: C:\cygwin\bin\grep.exe Found: C:\cygwin\bin\ld.exe Found: C:\cygwin\bin\ls.exe Found: C:\cygwin\bin\make.exe Found: C:\cygwin\bin\mv.exe Found: C:\cygwin\bin\rm.exe Found: C:\cygwin\bin\sed.exe Found: C:\cygwin\bin\sh.exe Found: C:\cygwin\bin\tar.exe 243k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygdps-1.dll - os=4.0 img=1.0 sys=4.0 "cygdps-1.dll" v0.0 ts=2005/2/23 14:42 26k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygdpstk-1.dll - os=4.0 img=1.0 sys=4.0 "cygdpstk-1.dll" v0.0 ts=2005/2/23 14:42 28k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygDtPrint-1.dll - os=4.0 img=1.0 sys=4.0 "cygDtPrint-1.dll" v0.0 ts=2004/3/31 5:23 21k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontenc-1.dll" v0.0 ts=2005/2/23 14:45 282k 2003/10/28 C:\cygwin\usr\X11R6\bin\cygfreetype-9.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-9.dll" v0.0 ts=2003/10/18 7:44 36k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygFS-6.dll - os=4.0 img=1.0 sys=4.0 "cygFS-6.dll" v0.0 ts=2005/2/23 14:34 358k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0 "cygGL-1.dll" v0.0 ts=2005/2/23 14:39 438k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0 "cygGLU-1.dll" v0.0 ts=2005/2/23 14:41 75k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0 "cygICE-6.dll" v0.0 ts=2005/2/23 14:28 77k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0 "cygMrm-2.dll" v0.0 ts=2004/3/31 5:23 9k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0 "cygoldX-6.dll" v0.0 ts=2005/2/23 14:28 1413k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0 "cygOSMesa-4.dll" v0.0 ts=2005/2/23 14:39 20k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygpsres-1.dll - os=4.0 img=1.0 sys=4.0 "cygpsres-1.dll" v0.0 ts=2005/2/23 14:42 30k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0 "cygSM-6.dll" v0.0 ts=2005/2/23 14:28 66k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0 "cygUil-2.dll" v0.0 ts=2004/3/31 5:23 877k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0 "cygX11-6.dll" v0.0 ts=2005/2/23 14:28 254k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-6.dll" v0.0 ts=2005/2/23 14:31 356k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-7.dll" v0.0 ts=2005/2/23 14:32 363k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-8.dll" v0.0 ts=2005/2/23 14:33 275k 2004/01/13 C:\cygwin\usr\X11R6\bin\cygXaw3d-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw3d-7.dll" v0.0 ts=2004/1/13 22:17 9k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcomposite-1.dll" v0.0 ts=2005/2/23 14:44 30k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcursor-1.dll" v0.0 ts=2005/2/23 14:43 9k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0 "cygXdamage-1.dll" v0.0 ts=2005/2/23 14:44 7k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXevie-1.dll - os=4.0 img=1.0 sys=4.0 "cygXevie-1.dll" v0.0 ts=2005/2/23 14:43 49k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0 "cygXext-6.dll" v0.0 ts=2005/2/23 14:28 16k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0 "cygXfixes-3.dll" v0.0 ts=2005/2/23 14:43 56k 2004/03/11 C:\cygwin\usr\X11R6\bin\cygXft-1.dll - os=4.0 img=1.0 sys=4.0 "cygXft-1.dll" v0.0 ts=2003/11/18 1:42 63k 2004/03/23 C:\cygwin\usr\X11R6\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0 "cygXft-2.dll" v0.0 ts=2004/3/23 22:20 27k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0 "cygXi-6.dll" v0.0 ts=2005/2/23 14:34 125k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbfile-1.dll" v0.0 ts=2005/2/23 14:34 12k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygxkbui-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbui-1.dll" v0.0 ts=2005/2/23 14:34 1294k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0 "cygXm-2.dll" v0.0 ts=2004/3/31 5:20 459k 2004/02/10 C:\cygwin\usr\X11R6\bin\cygXmHTML-0.dll - os=4.0 img=1.0 sys=4.0 "cygXmHTML-0.dll" v0.0 ts=2004/2/10 20:14 76k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 "cygXmu-6.dll" v0.0 ts=2005/2/23 14:30 11k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0 "cygXmuu-1.dll" v0.0 ts=2005/2/23 14:30 26k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXp-6.dll" v0.0 ts=2005/2/23 14:31 52k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-4.dll" v0.0 ts=2005/2/23 14:30 12k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0 "cygXrandr-2.dll" v0.0 ts=2005/2/23 14:43 28k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0 "cygXrender-1.dll" v0.0 ts=2005/2/23 14:42 8k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0 "cygXRes-1.dll" v0.0 ts=2005/2/23 14:43 40k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygxrx-6.dll - os=4.0 img=1.0 sys=4.0 "cygxrx-6.dll" v0.0 ts=2005/2/23 14:53 25k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygxrxnest-6.dll - os=4.0 img=1.0 sys=4.0 "cygxrxnest-6.dll" v0.0 ts=2005/2/23 14:53 282k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0 "cygXt-6.dll" v0.0 ts=2005/2/23 14:29 27k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0 "cygXTrap-6.dll" v0.0 ts=2005/2/23 14:43 17k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0 "cygXtst-6.dll" v0.0 ts=2005/2/23 14:34 56k 2005/07/09 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2005/7/9 6:09 18k 2004/07/06 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 "cygcharset-1.dll" v0.0 ts=2004/7/6 19:09 7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0 "cygcrypt-0.dll" v0.0 ts=2003/10/19 8:57 858k 2005/04/11 C:\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.7.dll" v0.0 ts=2005/4/11 19:21 1042k 2005/07/07 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.8.dll" v0.0 ts=2005/7/7 10:06 895k 2004/04/28 C:\cygwin\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.2.dll" v0.0 ts=2004/4/27 16:31 965k 2005/05/14 C:\cygwin\bin\cygdb-4.3.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.3.dll" v0.0 ts=2005/5/14 13:37 1156k 2004/04/28 C:\cygwin\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.2.dll" v0.0 ts=2004/4/27 16:35 1240k 2005/05/14 C:\cygwin\bin\cygdb_cxx-4.3.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.3.dll" v0.0 ts=2005/5/14 13:41 174k 2004/10/14 C:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0 "cygexpat-0.dll" v0.0 ts=2004/10/14 9:34 129k 2004/03/11 C:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontconfig-1.dll" v0.0 ts=2004/3/11 0:12 40k 2005/07/10 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 "cygform-8.dll" v0.0 ts=2005/7/10 4:29 45k 2001/04/25 C:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0 "cygform5.dll" v0.0 ts=2001/4/25 6:28 35k 2002/01/09 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0 "cygform6.dll" v0.0 ts=2002/1/9 6:03 48k 2003/08/09 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0 "cygform7.dll" v0.0 ts=2003/8/9 10:25 361k 2003/10/25 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-6.dll" v0.0 ts=2003/10/22 5:18 28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-3.dll" v0.0 ts=2003/7/20 8:58 30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-4.dll" v0.0 ts=2003/8/11 3:12 19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm.dll" v0.0 ts=2002/2/20 3:05 15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 9:00 15k 2003/08/11 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-4.dll" v0.0 ts=2003/8/11 3:13 195k 2004/09/02 C:\cygwin\bin\cyggdk-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggdk-1-2-0.dll" v0.0 ts=2004/9/2 19:31 107k 2004/07/06 C:\cygwin\bin\cyggettextlib-0-14-1.dll - os=4.0 img=1.0 sys=4.0 "cyggettextlib-0-14-1.dll" v0.0 ts=2004/7/6 18:56 17k 2004/07/06 C:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0 "cyggettextpo-0.dll" v0.0 ts=2004/7/6 18:56 190k 2004/07/06 C:\cygwin\bin\cyggettextsrc-0-14-1.dll - os=4.0 img=1.0 sys=4.0 "cyggettextsrc-0-14-1.dll" v0.0 ts=2004/7/6 18:56 135k 2005/03/16 C:\cygwin\bin\cygglib-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygglib-1-2-0.dll" v0.0 ts=2005/3/16 2:16 12k 2005/03/16 C:\cygwin\bin\cyggmodule-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggmodule-1-2-0.dll" v0.0 ts=2005/3/16 2:18 10k 2005/03/16 C:\cygwin\bin\cyggthread-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggthread-1-2-0.dll" v0.0 ts=2005/3/16 2:18 1293k 2004/09/02 C:\cygwin\bin\cyggtk-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggtk-1-2-0.dll" v0.0 ts=2004/9/2 19:44 528k 2005/05/06 C:\cygwin\bin\cygguile-12.dll - os=4.0 img=1.0 sys=4.0 "cygguile-12.dll" v0.0 ts=2005/5/6 10:46 488k 2002/07/18 C:\cygwin\bin\cygguile-14.dll - os=4.0 img=1.0 sys=4.0 "cygguile-14.dll" v0.0 ts=2002/7/18 11:35 669k 2005/05/06 C:\cygwin\bin\cygguile-16.dll - os=4.0 img=1.0 sys=4.0 "cygguile-16.dll" v0.0 ts=2005/5/6 10:49 17k 2005/05/06 C:\cygwin\bin\cygguile-ltdl-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-ltdl-1.dll" v0.0 ts=2005/5/6 10:44 63k 2002/07/18 C:\cygwin\bin\cygguile-srfi-srfi-13-14-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-13-14-1.dll" v0.0 ts=2002/7/18 11:35 68k 2005/05/06 C:\cygwin\bin\cygguile-srfi-srfi-13-14-v-1-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-13-14-v-1-1.dll" v0.0 ts=2005/5/6 10:46 4k 2005/05/06 C:\cygwin\bin\cygguile-srfi-srfi-13-14-v-2-2.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-13-14-v-2-2.dll" v0.0 ts=2005/5/6 10:49 24k 2002/07/18 C:\cygwin\bin\cygguile-srfi-srfi-4-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-4-1.dll" v0.0 ts=2002/7/18 11:35 31k 2005/05/06 C:\cygwin\bin\cygguile-srfi-srfi-4-v-1-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-4-v-1-1.dll" v0.0 ts=2005/5/6 10:46 4k 2005/05/06 C:\cygwin\bin\cygguile-srfi-srfi-4-v-2-2.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-4-v-2-2.dll" v0.0 ts=2005/5/6 10:49 14k 2002/07/18 C:\cygwin\bin\cygguilereadline-14.dll - os=4.0 img=1.0 sys=4.0 "cygguilereadline-14.dll" v0.0 ts=2002/7/18 11:35 12k 2005/05/06 C:\cygwin\bin\cygguilereadline-v-12-12.dll - os=4.0 img=1.0 sys=4.0 "cygguilereadline-v-12-12.dll" v0.0 ts=2005/5/6 10:46 17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0 "cyghistory4.dll" v0.0 ts=2001/1/7 4:34 29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0 "cyghistory5.dll" v0.0 ts=2003/8/11 0:16 24k 2005/06/26 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 "cyghistory6.dll" v0.0 ts=2005/6/26 5:41 991k 2004/07/06 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2004/7/6 19:10 22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0 "cygintl-1.dll" v0.0 ts=2001/12/13 9:28 37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0 "cygintl-2.dll" v0.0 ts=2003/8/10 22:50 54k 2004/07/06 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 "cygintl-3.dll" v0.0 ts=2004/7/6 18:51 21k 2001/06/20 C:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0 "cygintl.dll" v0.0 ts=2001/6/20 18:09 132k 2003/08/11 C:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg-62.dll" v0.0 ts=2003/8/11 1:37 119k 2002/02/09 C:\cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg6b.dll" v0.0 ts=2002/2/9 5:19 41k 2005/06/01 C:\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0 "cygltdl-3.dll" v0.0 ts=2005/6/1 6:34 146k 2004/12/21 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0 "cygmagic-1.dll" v0.0 ts=2004/12/21 14:34 21k 2005/07/10 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-8.dll" v0.0 ts=2005/7/10 4:28 26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0 "cygmenu5.dll" v0.0 ts=2001/4/25 6:27 20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0 "cygmenu6.dll" v0.0 ts=2002/1/9 6:03 29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0 "cygmenu7.dll" v0.0 ts=2003/8/9 10:25 67k 2005/07/10 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-8.dll" v0.0 ts=2005/7/10 4:29 156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++5.dll" v0.0 ts=2001/4/25 6:29 175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++6.dll" v0.0 ts=2002/1/9 6:03 225k 2005/07/10 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-8.dll" v0.0 ts=2005/7/10 4:15 226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0 "cygncurses5.dll" v0.0 ts=2001/4/25 6:17 202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0 "cygncurses6.dll" v0.0 ts=2002/1/9 6:03 224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0 "cygncurses7.dll" v0.0 ts=2003/8/9 10:24 11k 2005/07/10 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-8.dll" v0.0 ts=2005/7/10 4:28 15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0 "cygpanel5.dll" v0.0 ts=2001/4/25 6:27 12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0 "cygpanel6.dll" v0.0 ts=2002/1/9 6:03 19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0 "cygpanel7.dll" v0.0 ts=2003/8/9 10:24 62k 2003/12/11 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcre-0.dll" v0.0 ts=2003/12/11 17:01 63k 2003/04/11 C:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0 "cygpcre.dll" v0.0 ts=2003/4/11 9:31 9k 2003/12/11 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix-0.dll" v0.0 ts=2003/12/11 17:01 61k 2003/04/11 C:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix.dll" v0.0 ts=2003/4/11 9:31 1248k 2005/07/28 C:\cygwin\bin\cygperl5_8.dll - os=4.0 img=1.0 sys=4.0 "cygperl5_8.dll" v0.0 ts=2005/7/28 10:23 230k 2005/07/11 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0 "cygpng12.dll" v0.0 ts=2005/7/12 0:50 22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0 "cygpopt-0.dll" v0.0 ts=2002/6/9 6:45 108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0 "cygreadline4.dll" v0.0 ts=2001/1/7 4:34 148k 2003/08/10 C:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0 "cygreadline5.dll" v0.0 ts=2003/8/11 0:16 144k 2005/06/26 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 "cygreadline6.dll" v0.0 ts=2005/6/26 5:41 171k 2005/04/11 C:\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.7.dll" v0.0 ts=2005/4/11 19:21 217k 2005/07/07 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.8.dll" v0.0 ts=2005/7/7 10:07 230k 2004/10/04 C:\cygwin\bin\cygt1-5.dll - os=4.0 img=1.0 sys=4.0 "cygt1-5.dll" v0.0 ts=2004/10/4 22:44 304k 2005/07/10 C:\cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiff-5.dll" v0.0 ts=2005/7/11 0:18 281k 2005/07/10 C:\cygwin\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiffxx-5.dll" v0.0 ts=2005/7/11 0:21 27k 2004/03/05 C:\cygwin\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0 "cygungif-4.dll" v0.0 ts=2004/3/5 20:13 60k 2005/07/09 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2005/7/9 3:27 1265k 2005/07/03 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2005/7/3 1:30 Cygwin DLL version info: DLL version: 1.5.18 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 132 Shared data: 4 DLL identifier: cygwin1 Mount registry: 2 Cygnus registry name: Cygnus Solutions Cygwin registry name: Cygwin Program options name: Program Options Cygwin mount registry name: mounts v2 Cygdrive flags: cygdrive flags Cygdrive prefix: cygdrive prefix Cygdrive default prefix: Build date: Sat Jul 2 20:30:04 EDT 2005 Shared id: cygwin1S4 No Cygwin services found. Cygwin Package Information Last downloaded files to: C:\Temp Last downloaded files from: ftp://mirror.calvin.edu/cygwin Package Version _update-info-dir 00284-1 alternatives 1.3.20a-1 ash 20040127-3 autoconf 2.59-2 autoconf-devel 2.59-2 autoconf-stable 2.13-6 autoconf2.1 2.13-1 autoconf2.5 2.59-1 automake 1.7.9-2 automake-devel 1.9.2-2 automake-stable 1.4p6-3 automake1.4 1.4p6-2 automake1.9 1.9.5-2 base-files 3.5-1 base-passwd 2.2-1 bash 3.0-8 bc 1.06-2 binutils 20050610-1 bison 20030307-1 bzip2 1.0.3-1 ccache 2.2-1 cgoban 1.9.14-1 clear 1.0-1 coreutils 5.3.0-9 cron 3.0.1-19 crypt 1.1-1 ctags 5.5-4 cvs 1.11.17-1 cygrunsrv 1.10-1 cygutils 1.2.9-1 cygwin 1.5.18-1 cygwin-doc 1.4-2 cygwin-x-doc 1.0.4-1 ddd 3.3.9-1 diff 1.0-1 diffutils 2.8.7-1 ed 0.2-1 editrights 1.01-1 expat 1.95.8-1 file 4.12-1 fileutils 4.1-3 findutils 20041227-1 flex 2.5.4a-3 fontconfig 2.2.2-1 freetype2 2.1.5-1 fvwm 2.4.7-3 gawk 3.1.4-3 gcc 3.4.4-1 gcc-core 3.4.4-1 gcc-g++ 3.4.4-1 gcc-mingw-core 20050522-1 gcc-mingw-g++ 20050522-1 gdb 20041228-3 gdbm 1.8.3-7 gettext 0.14.1-1 gettext-devel 0.14.1-1 ghostscript 8.15-2 ghostscript-base 8.15-2 ghostscript-x11 8.15-2 glib 1.2.10-3 glib-devel 1.2.10-3 gnome-icon-theme 2.8.0-1 gnugo 3.6-1 gperf 2.7.2-1 grace 5.1.18-1 grep 2.5.1a-2 groff 1.18.1-2 gtk+ 1.2.10-2 gtk+-devel 1.2.10-2 guile 1.6.7-1 guile-devel 1.6.7-1 guile-doc 1.6.7-1 gv 3.5.8-2 gzip 1.3.5-1 hicolor-icon-theme 0.5-1 indent 2.2.9-1 jpeg 6b-11 less 381-1 lesstif 0.93.94-2 libbz2_1 1.0.3-1 libcharset1 1.9.2-1 libdb4.2 4.2.52-1 libdb4.3 4.3.28-1 libfontconfig-devel 2.2.2-1 libfontconfig1 2.2.2-1 libfreetype2-devel 2.1.5-1 libfreetype26 2.1.5-1 libgdbm 1.8.0-5 libgdbm-devel 1.8.3-7 libgdbm3 1.8.3-3 libgdbm4 1.8.3-7 libgettextpo0 0.14.1-1 libguile12 1.6.7-1 libguile14 1.5.6-5 libguile16 1.7.2-1 libiconv 1.9.2-1 libiconv2 1.9.2-1 libintl 0.10.38-3 libintl1 0.10.40-1 libintl2 0.12.1-3 libintl3 0.14.1-1 libjpeg62 6b-11 libjpeg6b 6b-8 libltdl3 1.5.18-1 libncurses5 5.2-1 libncurses6 5.2-8 libncurses7 5.3-4 libncurses8 5.4-2 libpcre 4.1-1 libpcre0 4.5-1 libpng 1.2.8-2 libpng12 1.2.8-2 libpopt0 1.6.4-4 libreadline4 4.1-2 libreadline5 4.3-5 libreadline6 5.0-2 libtiff-devel 3.7.3-1 libtiff5 3.7.3-1 libtool 1.5b-2 libtool-devel 1.5.10-2 libtool-stable 1.4.3-3 libtool1.5 1.5.18-1 libungif 4.1.0-3 libXft 2.1.6-1 libXft-devel 2.1.6-1 libXft1 1.0.0-1 libXft2 2.1.6-1 login 1.9-7 m4 1.4.3-1 make 3.80-1 man 1.5p-1 mc 4.6.1-2 mingw-runtime 3.7-1 mktemp 1.5-3 more 2.11o-1 nano 1.2.2-1 ncurses 5.4-2 nedit 5.5-1 newlib-man 20001118-1 openbox 0.99.1-4 opengl 1.1.0-7 openssl 0.9.8-2 openssl097 0.9.7g-1 pcre 4.5-1 pcre-doc 4.5-1 perl 5.8.7-3 pkgconfig 0.17.2-2 rcs 5.7-3 readline 5.0-2 rxvt 2.7.10-6 sed 4.1.4-1 sh-utils 2.0.15-5 sharutils 4.3.80-1 shutdown 1.7-1 t1lib 5.0.2-1 tar 1.13.25-7 tcltk 20030901-1 tcsh 6.14.00-4 termcap 20050421-1 terminfo 5.4_20041009-1 texinfo 4.8-1 textutils 2.0.21-2 tiff 3.7.3-1 time 1.7-1 transfig 3.2.4-2 units 1.77-1 unzip 5.50-5 upx 1.24-1 vim 6.3-1 w32api 3.2-1 wget 1.9.1-2 which 1.7-1 WindowMaker 0.90.0-2 X-start-menu-icons 1.0.3-2 X-startup-scripts 1.0.10-4 x2x 1.30-2 Xaw3d 1.5D-5 xfig 3.2.4-6 xfig-lib 3.2.4-6 XFree86-lib-compat 4.3.0-2 xgraph 12.1-1 XmHTML 1.1.7-1 xmon 1.5.6-1 xorg-x11-base 6.8.2.0-1 xorg-x11-bin 6.8.2.0-1 xorg-x11-bin-dlls 6.8.2.0-1 xorg-x11-bin-lndir 6.8.2.0-1 xorg-x11-devel 6.8.2.0-2 xorg-x11-etc 6.8.2.0-1 xorg-x11-f100 6.8.1.0-3 xorg-x11-fcyr 6.8.1.0-2 xorg-x11-fenc 6.8.1.0-2 xorg-x11-fnts 6.8.1.0-3 xorg-x11-fscl 6.8.1.0-2 xorg-x11-fsrv 6.8.2.0-1 xorg-x11-libs-data 6.8.2.0-1 xorg-x11-man-pages 6.8.2.0-1 xorg-x11-man-pages-html 6.8.2.0-1 xorg-x11-nest 6.8.2.0-2 xorg-x11-vfb 6.8.2.0-2 xorg-x11-xwin 6.8.2.0-4 xorg-x11-xwin-gl 6.8.2.0-4 xpdf 3.00-2 xterm 202-1 xwinclip 1.2.0-1 xwinwm 0.0.5-1 zip 2.3-6 zlib 1.2.2-2 zsh 4.2.4-1 Use -h to see help about each section ________________________________ Rob Lowe Motorola GSG (Scotland) Integration House; Alba Campus Livingston, United Kingdom Tel: +44 (0)1506 473336 Fax: +44 (0)1506 473321 roblowe2@motorola.com ________________________________ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Klaus.Kassner@physik.uni-magdeburg.de Mon Aug 1 15:35:00 2005 From: Klaus.Kassner@physik.uni-magdeburg.de (Klaus Kassner) Date: Mon, 01 Aug 2005 15:35:00 -0000 Subject: fonts in Cygwin In-Reply-To: References: Message-ID: Michael Denk wrote: > On Sun, 24 Jul 2005, Klaus Kassner wrote: > > >>I do get most fonts correctly, including, incidentally, the normal >>Helvetica. But some of the fonts are not there, in particular >>Helvetica-Narrow. > > Ah, now I see your problem. Doesn't work for me either with > Helvetica-Narrow. > > >>So I don't get Helvetica-Narrow, nor, I believe ZapfChancery. In any >>case there are several fonts missing, including Helvetica-Narrow. Are >>there people out there who have them in their default cygwin >>installation? > > I did some research: The Postscript fonts that Ghostscript uses aren't > normally available to X programs, e.g. Xfig. This causes the error > messages about missing fonts you mentioned. > You mentioned the Debian package gsfonts-x11. This package solves the > above problem by telling X of the existence of the Ghostscript fonts. I'm > currently working on a similar solution for Cygwin---stay tuned. Sure, I will :-). I am very interested in getting this to work, since I mostly use Helvetica Narrow in my slides. I have tried to find out where these fonts are on my work computer, where everything is available under ubuntu, but I have not yet fully figured out how to use them on other computers. It seems that Helvetica Narrow is actually some Nimbus Sans font and there is a file /etc/X11/fonts/Type1/gsfonts-x11.alias containing the mapping. So maybe this is part of the way to tell X of the existence of the Ghostscript fonts, but I doubt it is the complete picture. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From castlehill@alum.mit.edu Mon Aug 1 18:27:00 2005 From: castlehill@alum.mit.edu (Larry Griffith) Date: Mon, 01 Aug 2005 18:27:00 -0000 Subject: Using xauth with Cygwin-X Message-ID: <000d01c596c6$aff02890$45ff3c18@MaujasHouse> I use openSSH running under Cygwin-X to communicate with a Solaris workstation at work. When I logged into Solaris with SSH, I received messages that there was no valid xauth data and that "fake" data would be used for X11 forwarding. My mail reader (exmh) also complained repeatedly about failures of xauth authentication. I dug out my old X manual (which goes back to X11R5) and looked up xauth. It suggested running this command under Solaris: xauth -extract $DISPLAY | rsh xauth merge - Since I didn't want to use rsh I did this: 1) (Solaris) xauth -extract $DISPLAY > xauth.data 2) I transferred xauth.data to the root directory under Cygwin, using SSH. 3) (Cygwin) xauth -merge /xauth.data The last command told me that a new /home/larry/.Xauthority file was created, which made sense to me. Otherwise there were no messages. I shut down my bash shell, closed my Cygwin X server, and restarted everything. I still get the same errors when I log into the Solaris workstation. Any suggestions? Larry Griffith -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From denk@fmi.uni-passau.de Mon Aug 1 19:45:00 2005 From: denk@fmi.uni-passau.de (Michael Denk) Date: Mon, 01 Aug 2005 19:45:00 -0000 Subject: fonts in Cygwin In-Reply-To: References: Message-ID: On Mon, 1 Aug 2005, Klaus Kassner wrote: > I have tried to find out where these fonts are on my work computer, > where everything is available under ubuntu, but I have not yet fully > figured out how to use them on other computers. It seems that Helvetica > Narrow is actually some Nimbus Sans font and there is a file > /etc/X11/fonts/Type1/gsfonts-x11.alias containing the mapping. So maybe > this is part of the way to tell X of the existence of the Ghostscript > fonts, but I doubt it is the complete picture. Actually I got Helvetica Narrow working. I don't know how Debian handles XXX.alias files as normally only files named fonts.alias are recognized as aliases. I appended the content from this file to fonts.alias, did some renaming (e.g. medium vs. regular), copied the fonts from the ghostscript fonts dir to the Type1 fonts dir and called font-update to rebuild fonts.dir, fonts.scale and the font cache. After restarting the X server this worked for some fonts in Xfig or xfontsel, others crashed the applications. I found some information on the internet that Debian users who have installed gsfonts-x11 experienced similar behavior to some extent. I wrote some nifty installation script that does all the work in setting up the mappings to the ghostscript fonts but as long as I don't know why some fonts cause these crashes I prefer not to publish it. This could take a while. Bye, Michael -- Michael Denk Fakult?t f?r Mathematik und Informatik Tel. +49 (0851) 509-3136 Universit?t Passau, Raum K08 IM (Aquarium) denk at fmi.uni-passau.de http://www.fmi.uni-passau.de/~denk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ron_geis@yahoo.com Tue Aug 2 01:26:00 2005 From: ron_geis@yahoo.com (Ron Geis) Date: Tue, 02 Aug 2005 01:26:00 -0000 Subject: Translucency In-Reply-To: Message-ID: <20050802012601.63842.qmail@web53310.mail.yahoo.com> Michael, You definitely shed some light on the subject but I'm having the same problem: Everytime I start xcompmgr, my XWin server crashes. xcompmgr-1.1.1 compiled quite nicely under cygwin and I changed startxwin.bat to take out the -multiwindow option from XWin and ran it with -rootless. Then I started twm window manager and my mrxvt terminal but when I run xcompmgr, it all comes to a crashing halt. I prefer linux, which is why I'm persistently trying to make my Windows XP machine act as much like Linux as possible. Hasn't anyone been able to get translucent terminals working under Cygwin? Thanks again, Ron --- Michael Denk wrote: > Hi Ron! > > On Sun, 31 Jul 2005, Ron Geis wrote: > > > Thank you for replying. Excuse me replying directly to you, > but I > > couldn't figure out how to post a reply on the mailing list! > No problem. If your mail client isnt't able to reply to the > Reply-To > address instead of the From Address, you can manually change > the > recepient's address to cygwin-xfree@cygwin.com thus replying > to the > mailing list. > > > Are you running cygwin/mrxvt on Windows XP? > Yes, I am. > > > Did you simply run ./configure --enable-everything before > compiling > > mrxvt? Or, was there anything else you had to do during > build? > I followed the steps as shown on this page: > http://www-cdf.fnal.gov/~cplager/cygwin.html#mrxvt So yes. > > > The FAQ file in the mrxvt download says you need to run > xcompmgr... When > > I set mrxvt*transparent: true in either .mrxvtrc or > .Xdefaults, all I > > get is a terminal with a rough, grey, opaque background. > What am a > > doing wrong? > Ah, I see. When replying to your posting on the mailing list > I must have > overread the subject. I supposed you only wanted to get > transparency, not > translucency. > What happens when you enable transparency is that the mrxvt > windows > inherit the background from your X server. If you run Cygwin/X > in > multiwindow mode and haven't done anything to change the > background, you > should get some greyish background as you mentioned. You can > change the > background with xsetroot or xsetbg though I think the latter > isn't part of > Cygwin/X. > I'm running Cygwin/X in rootless mode and have my windows > managed by > openbox. My mrxvt window gets the background as set in my > openbox > configuration. > Now that I know what you ment I tried to get translucency > working in > order to get alpha channel transparency. Cygwin/X isn't > configured by a > XF86Config or xorg.conf anymore. All the things normally found > in this > files are only available as command line options for XWin.exe. > To enable > the Composite extension necessary for the translucency feature > you have to > add "+extension Composite" to your XWin start command either > in > startxwin.bat when starting from Windows or in one of the > files that does > fire up X when you use startx from within Cygwin. > I tried this, compiled xcompmgr-1.1.1 from > http://freedesktop.org/xapps/release/ without any problems and > could start > it successfully. But as soon as i started an X application my > X server > crashed. :( I'm not that into this translucency thing. Perhaps > I did > something wrong or maybe Cygwin/X needs a special version of > xcompmgr, I > don't know. > Please post to the mailing list if you have any success in > getting this > working. > > > Have fun > > Michael > > -- > Michael Denk Fakult??t f??r Mathematik und > Informatik > Tel. +49 (0851) 509-3136 Universit??t Passau, Raum K08 > IM (Aquarium) > denk at fmi.uni-passau.de > http://www.fmi.uni-passau.de/~denk > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From davee@ceu.ox.ac.uk Tue Aug 2 09:28:00 2005 From: davee@ceu.ox.ac.uk (Dave Ewart) Date: Tue, 02 Aug 2005 09:28:00 -0000 Subject: Frequent 'hang' running Cygwin/X with remote apps under Win98SE Message-ID: <20050802092843.GI17685@nemesis.ceu.ox.ac.uk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Using the most recent Cygwin installation, running under Windows 98 Second Edition, I get frequent 'hangs'/freezes when running remote X applications across SSH (via PuTTY). This happens repeatedly and reproducibly under Windows 98 SE but not at all under Windows XP. I realise that this description is incredibly vague for which I apologise. I feel I should be able to troubleshoot this myself, however, my question is: where should I look for more diagnostic information? Is there a way to increase the verbosity of this diagnostic information? Thanks, Dave. - -- Dave Ewart davee@ceu.ox.ac.uk Computing Manager, Cancer Epidemiology Unit Cancer Research UK / Oxford University PGP: CC70 1883 BD92 E665 B840 118B 6E94 2CFD 694D E370 N 51.7518, W 1.2016 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFC7zzLbpQs/WlN43ARAtKgAKCSlYQ7vCDNe1DQFqoo7SIEw1b43gCfV4Eh g6fY60QpaHCWwBeYHVjWMQI= =OKQM -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From swp5jhu02@sneakemail.com Tue Aug 2 09:55:00 2005 From: swp5jhu02@sneakemail.com (Peter Valdemar Morch) Date: Tue, 02 Aug 2005 09:55:00 -0000 Subject: Frequent 'hang' running Cygwin/X with remote apps under Win98SE In-Reply-To: <20050802092843.GI17685@nemesis.ceu.ox.ac.uk> References: <20050802092843.GI17685@nemesis.ceu.ox.ac.uk> Message-ID: <3909-11270@sneakemail.com> Dave Ewart wrote: > I feel I should be able to troubleshoot this myself, > however, my question is: where should I look for more diagnostic > information? Is there a way to increase the verbosity of this > diagnostic information? I don't know about your specific problem, but here is a pointer to some more diagnostic information, in case you don't know already: From: http://cygwin.com/problems.html cygcheck.exe -s -v -r And also, Cygwin/X specific: vi /tmp/XWin.log (I'm not sure where that path is specified, but that is where it is on my installation... :-D) Peter -- Peter Valdemar M??rch http://www.......... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From davee@ceu.ox.ac.uk Tue Aug 2 13:37:00 2005 From: davee@ceu.ox.ac.uk (Dave Ewart) Date: Tue, 02 Aug 2005 13:37:00 -0000 Subject: Frequent 'hang' running Cygwin/X with remote apps under Win98SE In-Reply-To: <3909-11270@sneakemail.com> References: <20050802092843.GI17685@nemesis.ceu.ox.ac.uk> <3909-11270@sneakemail.com> Message-ID: <20050802133714.GP17685@nemesis.ceu.ox.ac.uk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday, 02.08.2005 at 11:45 +0200, Peter Valdemar Morch wrote: > Dave Ewart wrote: > >I feel I should be able to troubleshoot this myself, > >however, my question is: where should I look for more diagnostic > >information? Is there a way to increase the verbosity of this > >diagnostic information? > > I don't know about your specific problem, but here is a pointer to some > more diagnostic information, in case you don't know already: > > From: http://cygwin.com/problems.html > cygcheck.exe -s -v -r Hmmm - this doesn't look good: cygcheck -s -v -r produces the following and then Cygwin crashes: Cygwin Configuration Diagnostics Current System Time: Tue Aug 02 14:31:36 2005 Windows 98 SE Ver 4.10 Build 2222 Path: C:\cygwin\usr\local\bin C:\cygwin\bin C:\cygwin\bin C:\cygwin\usr\X11R6\bin c:\novell\client32 c:\windows c:\windows\command c:\aladdin\gs6.01\lib c:\aladdin\gs6.01\bin z .\ y .\ At that point an error window appears saying "This program has performed an illegal operation and will be terminated." Everything from "c:\novell\client32" onwards is part of the normal windows path. Perhaps I'm facing a more general (and serious) Cygwin problem. I will investigate further. Dave. - -- Dave Ewart davee@ceu.ox.ac.uk Computing Manager, Cancer Epidemiology Unit Cancer Research UK / Oxford University PGP: CC70 1883 BD92 E665 B840 118B 6E94 2CFD 694D E370 N 51.7518, W 1.2016 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFC73cKbpQs/WlN43ARAhRvAJ48JNAgflY3MvbX3KuxAWVMB2ATxACgyOwl l04wMFz6PdPwHGp9qNu3R20= =1S1z -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From frederick.baksik@honeywell.com Wed Aug 3 00:36:00 2005 From: frederick.baksik@honeywell.com (Baksik, Frederick (NM75)) Date: Wed, 03 Aug 2005 00:36:00 -0000 Subject: Using xauth with Cygwin-X Message-ID: <0B9EBBE7CA79D7118FD00002B3B2B9B9108AB754@nm75ex51.das.honeywell.com> > -----Original Message----- > From: cygwin-xfree-owner > [mailto:cygwin-xfree-owner] On Behalf Of Larry Griffith > Sent: Monday, August 01, 2005 12:28 PM > Subject: Using xauth with Cygwin-X > > I use openSSH running under Cygwin-X to communicate with a > Solaris workstation at work. When I logged into Solaris with > SSH, I received messages that there was no valid xauth data > and that "fake" data would be used for X11 forwarding. My > mail reader (exmh) also complained repeatedly about failures > of xauth authentication. > > I dug out my old X manual (which goes back to X11R5) and > looked up xauth. It suggested running this command under Solaris: > > xauth -extract $DISPLAY | rsh xauth merge - > > Since I didn't want to use rsh I did this: > > 1) (Solaris) xauth -extract $DISPLAY > xauth.data > > 2) I transferred xauth.data to the root directory under > Cygwin, using SSH. > > 3) (Cygwin) xauth -merge /xauth.data > > The last command told me that a new /home/larry/.Xauthority > file was created, which made sense to me. Otherwise there > were no messages. > > I shut down my bash shell, closed my Cygwin X server, and > restarted everything. I still get the same errors when I log > into the Solaris workstation. Any suggestions? > > > Larry Griffith Here is a link to the Cygwin/X user's guide on Displaying Remote Clients. http://x.cygwin.com/docs/ug/using-remote-apps.html In the past I was messing X11 forwarding with a Sun box and xauth was kind of a pain to use with telnet. In cygwin type xauth generate your_host:0 . trusted timeout 300 xauth nextract - your_host:0 On the remote station: xauth nmerge - Select the output from the cygwin command and copy it to the input of the remote station. Now the remote station can connect to the cygwin Xserver for the next 5 minutes. Also resetting the Cygwin Xserver will invalidate any keys generated. The biggest pain is that it doesn't always seem to work. It seems sometimes that cygwin will always reject the key. Also, some programs will halt with this kind of failure when starting (e.g. dtterm): X Error of failed request: BadAtom (invalid Atom parameter) Major opcode of failed request: 18 (X_ChangeProperty) Atom id in failed request: 0xda Serial number of failed request: 1720 Current serial number in output stream: 1722 Others will crash while running, also with a "BadAtom" failure. I didn't see these problems when using the xhost + method in the user's guide. YMMV -- Frodak -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From antony_baxter@yahoo.co.uk Wed Aug 3 08:29:00 2005 From: antony_baxter@yahoo.co.uk (Antony Baxter) Date: Wed, 03 Aug 2005 08:29:00 -0000 Subject: Translucency Message-ID: <20050803082914.83502.qmail@web86903.mail.ukl.yahoo.com> Hi there, I don't know how useful an answer this is going to be, but for what its worth, I also use mrxvt, though this trick will work with any terminal. Its not translucency, but transparency - I must confess to not really understanding the difference. I run Cygwin/X with -multiwindow, so each mrxvt window launches as a "proper" Windows window. I then use standard Windows (2000/XP) transparency to make my terminals transparent. The neatest app I've found to set this is PowerMenu(1). Hope this is useful. Incidentally, mrxvt seems to me to be nearly perfect as a terminal (no - I'm not trying to start a flame war :). I start it as follows: C:\Cygwin\usr\local\bin\mrxvt.exe -geometry 140x40 -bgfade 50 -stt -bc -xft -xftfn "Monospac821 BT" -xftaa -xftsz 14 -ht -b 20 -bg Black -fg DarkSeaGreen +sb -sl 5000 --color1 tan3 --color2 chartreuse4 --color3 LemonChiffon --color4 CornflowerBlue --color5 firebrick4 -- color6 LightBlue3 -e /usr/bin/bash --login -i which gives me anti-aliased fonts, multiple terminals (ctrl-alt-n for a new shell, shift-(left|right arrow) to cycle, and allows for jpeg/png backgrounds (try echo -ne "\E]20;image.jpg;\a" ) Ant. (1) http://www.veridicus.com/tummy/programming/powermenu/ ___________________________________________________________ To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ron_geis@yahoo.com Wed Aug 3 18:11:00 2005 From: ron_geis@yahoo.com (Ron Geis) Date: Wed, 03 Aug 2005 18:11:00 -0000 Subject: Translucency In-Reply-To: <20050803082914.83502.qmail@web86903.mail.ukl.yahoo.com> Message-ID: <20050803181132.36057.qmail@unknown-206-190-38-165.yahoo.com> Well, that works for me, thanks for the tip!!! I ran a search on Google, and found a freebee, http://www.chime.tv/products/glass2k.shtml that seems to work fine. I didn't have to make any changes to X server settings, either. Woo Hoo! Ron --- Antony Baxter wrote: > > Hi there, > > I don't know how useful an answer this is going to be, > but for what its > worth, I also use mrxvt, though this trick will work > with any terminal. > Its not translucency, but transparency - I must > confess to not really > understanding the difference. > > I run Cygwin/X with -multiwindow, so each mrxvt window > launches as a > "proper" Windows window. I then use standard Windows > (2000/XP) > transparency to make my terminals transparent. The > neatest app I've > found to set this is PowerMenu(1). Hope this is > useful. > > Incidentally, mrxvt seems to me to be nearly perfect > as a terminal (no - > I'm not trying to start a flame war :). I start it as > follows: > > C:\Cygwin\usr\local\bin\mrxvt.exe -geometry 140x40 > -bgfade 50 -stt -bc > -xft -xftfn "Monospac821 BT" -xftaa -xftsz 14 -ht -b > 20 -bg > Black -fg DarkSeaGreen +sb -sl 5000 --color1 tan3 > --color2 chartreuse4 > --color3 LemonChiffon --color4 CornflowerBlue --color5 > firebrick4 -- > color6 LightBlue3 -e /usr/bin/bash --login -i > > which gives me anti-aliased fonts, multiple terminals > (ctrl-alt-n for a > new shell, shift-(left|right arrow) to cycle, and > allows for jpeg/png > backgrounds (try > > echo -ne "\E]20;image.jpg;\a" > > ) > > Ant. > > > (1) > http://www.veridicus.com/tummy/programming/powermenu/ > > > > > ___________________________________________________________ > To help you stay safe and secure online, we've developed the > all new Yahoo! Security Centre. http://uk.security.yahoo.com > > -- > Unsubscribe info: > http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From buckycowpie@yahoo.com Wed Aug 3 18:41:00 2005 From: buckycowpie@yahoo.com (bcp) Date: Wed, 03 Aug 2005 18:41:00 -0000 Subject: how to get tilde to work with cygwin xterm + bash References: <20050722201411.72451.qmail@web31002.mail.mud.yahoo.com> <20050722220514.GA7968@trixie.casa.cgf.cx> Message-ID: Christopher Faylor cygwin.com> writes: > > On Fri, Jul 22, 2005 at 01:14:11PM -0700, bcp wrote: > >using the combination of cygwin xterm + bash with a local session, the > >tilde key is dead (pressing it results in nothing on screen). > >backquote works. if i switch to an alternate shell (sh or zsh), the > >tilde key will start working again (~ appear on the screen). > > > >i'd be glad to rtfm, if someone could point me there - i haven't found > >anything that was applicable. > > > >system: dell latitude D600, win xp sp2, patched up to most recent, > >cygwin patched up to most recent. > > My knowledge may be dated but, IIRC, this is often a readline problem. > Do you have a ~/.inputrc file? If so, make sure that the lines in it > end only with unix newlines and not with MS-DOS CRLFs. > > cgf I have the same behavior with or without a personal .inputrc file, even if i ran .inputrc through dos2unix. The systemwide /etc/inputrc is straight out of the box -er- off the web, so that should be OK. What *does* work is if I use Ctrl-V then ~ ... the ~ shows up onscreen, and is interpreted as $HOME. I guess I can live with the extra chord, but it doesn't seem right. -bcp -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From buckycowpie@yahoo.com Thu Aug 4 17:47:00 2005 From: buckycowpie@yahoo.com (bcp) Date: Thu, 04 Aug 2005 17:47:00 -0000 Subject: how to get tilde to work with cygwin xterm + bash Message-ID: <20050804174703.39010.qmail@web31008.mail.mud.yahoo.com> Latest updates to bash (I saw 'em yesterday) seemed to fix the problem. Thanks! -bcp ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Fri Aug 5 14:10:00 2005 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Fri, 05 Aug 2005 14:10:00 -0000 Subject: X11 icons without stripes? In-Reply-To: <87br4czr2e.fsf@wilson.rwth-aachen.de> References: <87br4czr2e.fsf@wilson.rwth-aachen.de> Message-ID: Wrong list, redirected. Please remove from further messages. On Fri, 5 Aug 2005, Torsten Bronger wrote: > I use Cygwin under Win2k. When I start X11 apps remotely on a Linux > box through an "ssh -X" tunnel, their icons (e.g. in the taskbar) > have black horizontal stripes. Is there a way to get rid of them? Try "ssh -Y" instead of "ssh -X". For reasons, see the Cygwin/X FAQ (). HTH, Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! If there's any real truth it's that the entire multidimensional infinity of the Universe is almost certainly being run by a bunch of maniacs. /DA -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Fri Aug 5 19:47:00 2005 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Fri, 05 Aug 2005 19:47:00 -0000 Subject: more in insert and copy from clipboard In-Reply-To: References: Message-ID: On Fri, 5 Aug 2005, J. David Boyd wrote: > Igor Pechtchanski writes: . > > On Fri, 5 Aug 2005, J. David Boyd wrote: > > > >> Is there some setting that tells Cygwin to use/not use the windows > >> clipboard. > >[snip] > >> For the longest time, I have been merryly cutting and pasting between > >> firefox, notepad, a bash shell, emacs, etc, all using ctrl-insert and > >> shft-insert. > >> > >> Sometime in the recent past, this no longer works. I can cut and > >> paste between all of my cygwin programs no problem, but there is no > >> communication with the windows side of things. > >[snip] > > There is no 'Properties' item. I'm running in Cygwin X-windows, and > doing everything under X. My bash is running in an xterm, started with > this command line (without the line break, of course): > > xterm -sl 5000 -sb -rightbar -ms red -cr red -fg black -bg white -e /usr/local/bin/bash -l & Ah, so you're using an xterm. This makes the question off-topic for this list. I've redirected my reply to the right list, and set the Reply-To: accordingly. Please remove from further discussion of this, unless it veers back to something relevant to Cygwin at large, and not just Cygwin/X. > My best example would be to wget something from a URL in a file. > > Last week (two, three weeks ago?) I would have used the mouse to > highlight the text in firefox (notepad, openoffice.org), then pressed > Ctl-Ins to copy it into the clipboard. (Or clicked on copy in the menus, > it worked either way.) Then I would have moved into my xterm, and type > 'wget ' and then pressed shift-ins, to paste from the clipboard. I hit > enter, and wget worked perfect. > > Now, I do it all the same, but the shift-ins pastes whatever I last > ctl-ins from a cygwin-X window. > > I don't recall changing any settings anywhere, but something might have > changed in some internal Cygwin settings file, somewhere... This has nothing to do with Cygwin settings -- it's an internal setting of the X server. My guess would be that either the clipboard thread isn't starting properly, or you need to run xwinclip instead of using the -clipboard parameter. Looking at (and posting) /tmp/XWin.log would help. The X clipboard settings are generally confusing -- they have at least 4 clipboards, only one of which corresponds to the system clipboard. As far as I know, the recent X servers are pretty good at doing the copy/paste with the system clipboard, but there's always the possibility of misconfiguration or some other factor that affects this. Perhaps the people on the Cygwin/X list will have more helpful comments. > > If this doesn't help, please describe exactly what you're trying to > > do, what worked before, and what doesn't work now. Getting some > > information about your system as requested in > > would also help. > > Okay, here is the output from my cygcheck -s -r -v output: > (sorry, but it goes on for quite a while...) > [snip] That's why we prefer it attached to the message, rather than included inline. At first glance[*], nothing looks wrong. HTH, Igor [*] For the Cygwin/X folks: rather than waste bandwidth, the original post on cygwin@ was . -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! If there's any real truth it's that the entire multidimensional infinity of the Universe is almost certainly being run by a bunch of maniacs. /DA -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From david@adboyd.com Fri Aug 5 20:33:00 2005 From: david@adboyd.com (J. David Boyd) Date: Fri, 05 Aug 2005 20:33:00 -0000 Subject: more in insert and copy from clipboard In-Reply-To: References: Message-ID: <20050805.163233.193685559.david@adboyd.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 From: Igor Pechtchanski Subject: Re: more in insert and copy from clipboard Date: Fri, 5 Aug 2005 15:47:18 -0400 (EDT) > > Ah, so you're using an xterm. This makes the question off-topic for this > list. I've redirected my reply to the right list, and set the Reply-To: > accordingly. Please remove from further > discussion of this, unless it veers back to something relevant to Cygwin > at large, and not just Cygwin/X. Okay, thanks, I'll start hanging out on the Cygwin/Xfree location. > > This has nothing to do with Cygwin settings -- it's an internal setting of > the X server. My guess would be that either the clipboard thread isn't > starting properly, or you need to run xwinclip instead of using the > -clipboard parameter. Looking at (and posting) /tmp/XWin.log would help. > > The X clipboard settings are generally confusing -- they have at least 4 > clipboards, only one of which corresponds to the system clipboard. As far > as I know, the recent X servers are pretty good at doing the copy/paste > with the system clipboard, but there's always the possibility of > misconfiguration or some other factor that affects this. Perhaps the > people on the Cygwin/X list will have more helpful comments. Makes sense, now I know where to start looking. > That's why we prefer it attached to the message, rather than included > inline. At first glance[*], nothing looks wrong. Actually, I was under the impression that these lists didn't like or allow attachments. It must be list dependent. Thanks for the info, Dave -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFC88zgULP5ApZWlDMRAnbyAJ9vscjao1a1VtTNUTYH6TOpjbQgqQCeIRUP tXnSaVASQlt2GHl3AfFX+t0= =Lwgi -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From swp5jhu02@sneakemail.com Fri Aug 5 21:44:00 2005 From: swp5jhu02@sneakemail.com (Peter Valdemar Morch) Date: Fri, 05 Aug 2005 21:44:00 -0000 Subject: more in insert and copy from clipboard In-Reply-To: <20050805.163233.193685559.david@adboyd.com> References: <20050805.163233.193685559.david@adboyd.com> Message-ID: <3413-02358@sneakemail.com> J. David Boyd david-at-adboyd.com |Lists| wrote: > Okay, thanks, I'll start hanging out on the Cygwin/Xfree location. > > Makes sense, now I know where to start looking. > > Actually, I was under the impression that these lists didn't like or > allow attachments. It must be list dependent. Man, that must be frustrating. Clipboard unreliability was the main reason I switched from XThinPro to cygwin's X server. > Last week (two, three weeks ago?) I would have used the mouse to > highlight the text in firefox (notepad, openoffice.org), then pressed > Ctl-Ins to copy it into the clipboard. (Or clicked on copy in the > menus, it worked either way.) Then I would have moved into my xterm, > and type 'wget ' and then pressed shift-ins, to paste from the > clipboard. I hit enter, and wget worked perfect. I can confirm that. That works here. Helping you grab at straws: You can see what is going on the with the windows clipboard run-time with the clipboard viewer: C:\WINNT\system32\clipbrd.exe on my W2K. Is there any such thing in X, anybody? A few additional test cases: The middle mouse button is the scroll-wheel on my two-button+wheel mouse. emacs calls it "mouse-2", and hitting CTRL and then pressing that mouse-wheel-button, mouse-2, in an xterm gives me the "VT Options" menu. Now you know what button I mean. * Same test case as before, put some text on the windows clipboard (check with clipboard viewer) and then press the mouse-2 button (no CTRL) in the xterm, that pastes the windows clipboard contents in the xterm, right? (Note, no keyboard for paste) Here: yes - pass * Using the xterm, if you highlight something with the mouse (just highlight - no keypresses) does that make it to the windows clipboard? (As seen in the clipboard viewer?) Here: yes - pass I only use xemacs, and never emacs, but while looking at this, I started emacs. It complained about my start up files, some of which are xemacs-only, so that doesn't surprise me. But I saw that selecting something in emacs and then hitting ctrl-ins didn't put it into the windows clipboard - your symptoms. However, starting emacs as "emacs -q" skipping the startup files altogether made emacs behave "right" with my clipboard. Does emacs -q work for you? (X)Emacs also has its own "kill-ring" which just complicates matters... xterms are simpler! :-D And I don't think you've posted /tmp/XWin.log yet... Peter -- Peter Valdemar M??rch http://www.......... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jkrahn@nc.rr.com Sat Aug 6 03:15:00 2005 From: jkrahn@nc.rr.com (Joe Krahn) Date: Sat, 06 Aug 2005 03:15:00 -0000 Subject: Build troubles at libGL Message-ID: <42F42B49.6070101@nc.rr.com> I'm trying to build Cygwin X. On the first try, I had a lot of unresolved OpenGL references. After cvs-update, the 'make World' went OK. But, then a 'make install', after moving the existing /usr/X11R6 directory, ended up with several unresolved GL symbols. No doubt, this is related to recent attempts at accelerated OpenGL support. Any ideas? Could this relate to the version of headers in /usr/include/GL? I was hoping to tweak the Tray icon a bit. When I exit X, the icon stays as a 'zombie', and disappears on mouse-over. Joe Krahn gcc -shared -Wl,--out-implib=libGL-1.dll.a -Wl,--enable-auto-import,--enable-runtime-pseudo-reloc -Wl,--exclude-libs,ALL -o cygGL-1.dll ../../../lib/GL/glx/?*.o -L../../../exports/lib -lXext -lX11 Creating library file: libGL-1.dll.a ../../../lib/GL/glx/indirect.o:indirect.c:(.text+0x3acc): undefined reference to `@__glFogiv_size@4' ../../../lib/GL/glx/indirect.o:indirect.c:(.text+0x3dd2): undefined reference to `@__glLightiv_size@4' ../../../lib/GL/glx/indirect.o:indirect.c:(.text+0x3fdc): undefined reference to `@__glLightModeliv_size@4' ../../../lib/GL/glx/indirect.o:indirect.c:(.text+0x42d2): undefined reference to `@__glMaterialiv_size@4' ../../../lib/GL/glx/indirect.o:indirect.c:(.text+0x4802): undefined reference to `@__glTexParameteriv_size@4' ../../../lib/GL/glx/indirect.o:indirect.c:(.text+0x4d72): undefined reference to `@__glTexEnviv_size@4' ../../../lib/GL/glx/indirect.o:indirect.c:(.text+0x4fb2): undefined reference to `@__glTexGenfv_size@4' ../../../lib/GL/glx/indirect.o:indirect.c:(.text+0x50e2): undefined reference to `@__glTexGeniv_size@4' ../../../lib/GL/glx/indirect.o:indirect.c:(.text+0x8e62): undefined reference to `@__glColorTableParameteriv_size@4' ../../../lib/GL/glx/indirect.o:indirect.c:(.text+0x9942): undefined reference to `@__glConvolutionParameteriv_size@4' ../../../lib/GL/glx/indirect.o:indirect.c:(.text+0xe7ac): undefined reference to `@__glPointParameterivNV_size@4' ../../../lib/GL/glx/render2.o:render2.c:(.text+0x2a1): undefined reference to `@__glMap1f_size@4' ../../../lib/GL/glx/render2.o:render2.c:(.text+0x809): undefined reference to `@__glMap2f_size@4' collect2: ld returned 1 exit status make[4]: *** [cygGL-1.dll] Error 1 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From colin.harrison@virgin.net Sat Aug 6 08:04:00 2005 From: colin.harrison@virgin.net (Colin Harrison) Date: Sat, 06 Aug 2005 08:04:00 -0000 Subject: Build troubles at libGL Message-ID: <200508060804.j7684Qis018508@StraightRunning.com> Hi, The new mesa stuff in CVS xorg/xc busts the Xwin build. Checkout's before about 28th July work for me. Needs a bugzilla report to freedesktop.org..I suspect other X servers in the tree may also have fun. GL/gtx seems to be have clashes between the new indirect_size.h and impsize.h, looks all a bit of a dog's dinner to me. Colin Harrison -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From colin.harrison@virgin.net Sat Aug 6 15:15:00 2005 From: colin.harrison@virgin.net (Colin Harrison) Date: Sat, 06 Aug 2005 15:15:00 -0000 Subject: Build troubles at libGL Message-ID: <200508061515.j76FFFvT019892@StraightRunning.com> Hi, In last message for GL/gtx read GL/glx. >I was hoping to tweak the Tray icon a bit. When I exit X, the icon stays as a 'zombie', and disappears on mouse-over. A candidate patch:- --- save_winwndproc.c 2005-08-06 15:55:50.000000000 +0100 +++ winwndproc.c 2005-08-06 16:07:53.000000000 +0100 @@ -1216,6 +1216,9 @@ case WM_ENDSESSION: case WM_GIVEUP: + /* Delete the tray Icon */ + if (!s_pScreenInfo->fNoTrayIcon && s_pScreenPriv->hiconNotifyIcon != NULL) + winDeleteNotifyIcon (s_pScreenPriv); /* Tell X that we are giving up */ #ifdef XWIN_MULTIWINDOW if (s_pScreenInfo->fMultiWindow) Colin Harrison -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From colin.harrison@virgin.net Sat Aug 6 17:44:00 2005 From: colin.harrison@virgin.net (Colin Harrison) Date: Sat, 06 Aug 2005 17:44:00 -0000 Subject: Shaped windows one logical unit out? Message-ID: <200508061744.j76Hi0D8000681@StraightRunning.com> Hi, Has anyone else spotted a one logical unit error in the position of shaped windows in multiwindows mode? e.g xyes and gmplayer. Gives a 'dotted' edge ontop of gmplayer for instance. This patch fixes it for me:- --- ./programs/Xserver/hw/xwin/save_winmultiwindowshape.c 2005-08-06 18:10:02.000000000 +0100 +++ ./programs/Xserver/hw/xwin/winmultiwindowshape.c 2005-08-06 18:07:59.000000000 +0100 @@ -172,19 +171,19 @@ for (pRects = pShape, pEnd = pShape + nRects; pRects < pEnd; pRects++) { /* Create a Windows region for the X rectangle */ - hRgnRect = CreateRectRgn (pRects->x1 + iOffsetX - 1, - pRects->y1 + iOffsetY - 1, - pRects->x2 + iOffsetX - 1, - pRects->y2 + iOffsetY - 1); + hRgnRect = CreateRectRgn (pRects->x1 + iOffsetX, + pRects->y1 + iOffsetY, + pRects->x2 + iOffsetX, + pRects->y2 + iOffsetY); if (hRgnRect == NULL) { ErrorF ("winReshape - Loop CreateRectRgn (%d, %d, %d, %d) " "failed: %d\n" "\tx1: %d x2: %d xOff: %d y1: %d y2: %d yOff: %d\n", - pRects->x1 + iOffsetX - 1, - pRects->y1 + iOffsetY - 1, - pRects->x2 + iOffsetX - 1, - pRects->y2 + iOffsetY - 1, + pRects->x1 + iOffsetX, + pRects->y1 + iOffsetY, + pRects->x2 + iOffsetX, + pRects->y2 + iOffsetY, (int) GetLastError (), pRects->x1, pRects->x2, iOffsetX, pRects->y1, pRects->y2, iOffsetY); Colin Harrison -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From glenn.jensen@cox.net Mon Aug 8 16:52:00 2005 From: glenn.jensen@cox.net (Glenn Jensen) Date: Mon, 08 Aug 2005 16:52:00 -0000 Subject: gnome problem - can't logout properly Message-ID: Guys, I have spent a few hours googling for this, without success. Essentially, I have that latest version of cygwin & cygwin/x loaded on my laptop, and can make a connection with xdmcp just fine. When logging in under KDE, everything works fine. Logging in under Gnome goes fine, until I go to logout. I click the logout on the panel and the system seems to hang. If I kill x on the laptop, next time I login to gnome, I get an error message that the panel is already running (and I have to manually kill it). One strange thing I noticed was that on another occasion when I logged in and got the panel, then logged out.... after waiting for about 5 minutes, I got the logout confirmation panel. I am planning on trying on older version of cygwin.dll, as I have this working on another laptop and my other XP server. Any other ideas would be greatly appreciated (I like KDE, but prefer gnome.). Glenn -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From josegomez@gmx.net Mon Aug 8 18:11:00 2005 From: josegomez@gmx.net (Jose Luis Gomez Dans) Date: Mon, 08 Aug 2005 18:11:00 -0000 Subject: =?ISO-8859-1?Q?Problems_launching_X?= References: <13390.1123493818@www18.gmx.net> Message-ID: <15202.1123524689@www65.gmx.net> Hi! I have installed cygwin/X in my secondary hard disk (e:\cygwin) on Win2k as a normal user (i.e., not administrator) and while everything worked beautifully last week, today I cannto launch X using startwinx.sh or startx. I get the following message at the end of the startx output: Fatal server error: could not open default font 'fixed' I have checked the FAQ, and tried to solve the problem along the lines in that document. First, the output from mount that shou $ mount C:\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type system (binmode) e:\cygwin\bin on /usr/bin type user (binmode) e:\cygwin\lib on /usr/lib type user (binmode) e:\cygwin on / type user (binmode) c: on /cygdrive/c type user (binmode,noumount) d: on /cygdrive/d type user (binmode,noumount) e: on /cygdrive/e type user (binmode,noumount) [...] I have tried to umount the /usr/X11R6/lib/X11/fonts directory, but I get a permission denied problem. In fact, the fonts directory does not exist on this directory. Previously to this installation, cygwin used to reside on c:\cygwin, and the /usr/X11R6... directory seems to point to c:\cygwin, ratheer than to e:\cygwin (where it now resides), but I don't know where cygwin gets its mount table from. I suspect that this is where the problem lies. Can anyone shed any light on this problem? Many thanks, Jos?? -- GMX DSL = Maximale Leistung zum minimalen Preis! 2000 MB nur 2,99, Flatrate ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl -- 5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail +++ GMX - die erste Adresse f??r Mail, Message, More +++ -- GMX DSL = Maximale Leistung zum minimalen Preis! 2000 MB nur 2,99, Flatrate ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ihok@hotmail.com Tue Aug 9 01:04:00 2005 From: ihok@hotmail.com (Jack Tanner) Date: Tue, 09 Aug 2005 01:04:00 -0000 Subject: gnome problem - can't logout properly In-Reply-To: References: Message-ID: I've also encountered problems logging out of Gnome -- not via Cygwin/X, though, but via NX. You may find something of interest at http://fedoranews.org/contributors/rick_stout/freenx/ . -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From brian@dessent.net Tue Aug 9 04:55:00 2005 From: brian@dessent.net (Brian Dessent) Date: Tue, 09 Aug 2005 04:55:00 -0000 Subject: Problems launching X References: <13390.1123493818@www18.gmx.net> <15202.1123524689@www65.gmx.net> Message-ID: <42F837E3.C6D9BB45@dessent.net> Jose Luis Gomez Dans wrote: > Previously to this installation, cygwin used to reside on c:\cygwin, and the > /usr/X11R6... directory seems to point to c:\cygwin, ratheer than to > e:\cygwin (where it now resides), but I don't know where cygwin gets its > mount table from. I suspect that this is where the problem lies. > > Can anyone shed any light on this problem? Yes, that mount is your problem. But it is a system mount and not a user mount, which means it is stored in the HKEY_LOCAL_MACHINE part of the registry and will require administrator privileges to remove. If you log on as administrator and try to umount, it should succeed. Don't worry about recreating the mount using the e: drive, it shouldn't be necessary. It was only ever needed to force the fonts directory to binmode and your mounts are binmode anyway. And on top of that, the problem with textmode fonts directory has been worked around elsewhere, so it is now extraneous. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From david@adboyd.com Tue Aug 9 15:31:00 2005 From: david@adboyd.com (J. David Boyd) Date: Tue, 09 Aug 2005 15:31:00 -0000 Subject: more in insert and copy from clipboard References: <20050805.163233.193685559.david@adboyd.com> <3413-02358@sneakemail.com> Message-ID: "Peter Valdemar Morch" writes: > J. David Boyd david-at-adboyd.com |Lists| wrote: >> Okay, thanks, I'll start hanging out on the Cygwin/Xfree location. >> Makes sense, now I know where to start looking. >> Actually, I was under the impression that these lists didn't like or >> allow attachments. It must be list dependent. > > Man, that must be frustrating. Clipboard unreliability was the main > reason I switched from XThinPro to cygwin's X server. > >> Last week (two, three weeks ago?) I would have used the mouse to >> highlight the text in firefox (notepad, openoffice.org), then pressed >> Ctl-Ins to copy it into the clipboard. (Or clicked on copy in the >> menus, it worked either way.) Then I would have moved into my xterm, >> and type 'wget ' and then pressed shift-ins, to paste from the >> clipboard. I hit enter, and wget worked perfect. > > I can confirm that. That works here. > > Helping you grab at straws: > > You can see what is going on the with the windows clipboard run-time > with the clipboard viewer: > C:\WINNT\system32\clipbrd.exe > on my W2K. Is there any such thing in X, anybody? > > A few additional test cases: > > The middle mouse button is the scroll-wheel on my two-button+wheel > mouse. emacs calls it "mouse-2", and hitting CTRL and then pressing > that mouse-wheel-button, mouse-2, in an xterm gives me the "VT > Options" menu. Now you know what button I mean. > > * Same test case as before, put some text on the windows clipboard > (check with clipboard viewer) and then press the mouse-2 button (no > CTRL) in the xterm, that pastes the windows clipboard contents in > the xterm, right? (Note, no keyboard for paste) Here: yes - pass > > * Using the xterm, if you highlight something with the mouse (just > highlight - no keypresses) does that make it to the windows clipboard? > (As seen in the clipboard viewer?) Here: yes - pass > > I only use xemacs, and never emacs, but while looking at this, I started > emacs. It complained about my start up files, some of which are > xemacs-only, so that doesn't surprise me. But I saw that selecting > something in emacs and then hitting ctrl-ins didn't put it into the > windows clipboard - your symptoms. However, starting emacs as "emacs > -q" skipping the startup files altogether made emacs behave "right" > with my > clipboard. Does emacs -q work for you? (X)Emacs also has its own > "kill-ring" which just complicates matters... xterms are simpler! :-D > > And I don't think you've posted /tmp/XWin.log yet... > > Peter > > -- > Peter Valdemar M??rch > http://www.......... > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ Well, I do see some errors occassionaly in my /tmp/XWin.log file, but, after rebooting the other morning, cut and paste is again working. It has quit working several times since then, but a quick reboot brings it back. Windows! Thanks for the info on clipbrd, I didn't know that was there, and it was a handy debugging tool. Dave -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From atzberg@rpi.edu Wed Aug 10 12:45:00 2005 From: atzberg@rpi.edu (Paul Atzberger) Date: Wed, 10 Aug 2005 12:45:00 -0000 Subject: Running Commands with xterm -e Message-ID: <42F9F6F6.4080705@rpi.edu> When using xterm to run a command such as: xterm -hold -e "man ls" cygwin reports the error message: no absolute path found for shell : man ls However, if the command is run with: xterm -hold -e man ls everything appears to work fine. I should mention that both of the commands above worked fine in the past and that this problem has only come about after I installed the latest version of cygwin earlier this month. I would greatly appreciate it if anyone has suggestions of how to diagnose what the problem may be or how to fix it. I suspect it may have something to do with an environment variable that xterm uses when resolving strings such as "". I have checked the $PATH variable and even tried explicitly giving the command /usr/bin/man without any improvement, so the problem may be something else. I greatly appreciate your help. Best regards, Paul -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From dickey@his.com Wed Aug 10 12:58:00 2005 From: dickey@his.com (Thomas Dickey) Date: Wed, 10 Aug 2005 12:58:00 -0000 Subject: Running Commands with xterm -e In-Reply-To: <42F9F6F6.4080705@rpi.edu> References: <42F9F6F6.4080705@rpi.edu> Message-ID: <20050810085211.E43033@mail.his.com> On Wed, 10 Aug 2005, Paul Atzberger wrote: > When using xterm to run a command such as: > > xterm -hold -e "man ls" > > cygwin reports the error message: > > no absolute path found for shell : man ls > > However, if the command is run with: > xterm -hold -e man ls > > everything appears to work fine. That sounds like something I broke in xterm #201, which is fixed in #203. "xterm -v" would show the patch number. -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From colin.harrison@virgin.net Wed Aug 10 17:46:00 2005 From: colin.harrison@virgin.net (Colin Harrison) Date: Wed, 10 Aug 2005 17:46:00 -0000 Subject: Build troubles at libGL Message-ID: <200508101746.j7AHkSWc024593@StraightRunning.com> Hi Latest xorg/xc CVS works if you compile in the 'dropped code' from compsize.c into GL/windows. I use an additional file compsizeold.c and add to the Imakefile in programs/Xserver/GL/windows:- --- ./programs/Xserver/GL/windows/save_Imakefile 2005-08-10 17:02:35.000000000 +0100 +++ ./programs/Xserver/GL/windows/Imakefile 2005-08-10 14:32:35.000000000 +0100 @@ -1,9 +1,9 @@ #include -LinkSourceFile(compsize.c,$(LIBSRC)/GL/glx) +LinkSourceFile(compsize.c,$(MESASRCDIR)/src/glx/x11) - SRCS = compsize.c indirect.c glwrap.c - OBJS = compsize.o indirect.o glwrap.o + SRCS = compsize.c indirect.c glwrap.c compsizeold.c + OBJS = compsize.o indirect.o glwrap.o compsizeold.o INCLUDES = -I. \ -I$(INCLUDESRC) \ It's a kludge for now..until I know better! compsizeold.c attached Colin Harrison -------------- next part -------------- A non-text attachment was scrubbed... Name: compsizeold.c Type: application/octet-stream Size: 8959 bytes Desc: not available URL: -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From nomadj@terra.es Fri Aug 12 09:32:00 2005 From: nomadj@terra.es (Jorge Estrella) Date: Fri, 12 Aug 2005 09:32:00 -0000 Subject: xstart fails References: <429CDD3A.8000801@cse.wustl.edu> Message-ID: Alexander Gottwald s1999.tu-chemnitz.de> writes: > > On Tue, 31 May 2005, Catherine Beauheim wrote: > > > > > Must be my day for frustrations. I have reloaded, rebooted, loaded, > > rebooted,cleaned out, reloaded, rebooted and still can't get the xwin to > > start. the message says to email this address with the version > > 6.8.2.0-2 with xwin command line as > > > Fatal server error: > > could not open default font 'fixed' > > winDeinitMultiWindowWM - Noting shutdown in progress > > make sure the xorg-x11-fnts package is installed and run font-update. > Does this print any errors? > > bye > ago Hi there, had the same prob, but after creating manually the missing folder CID and local, updating fonts, my CYgwin reports fatal error with foll log: __________________________ ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1280 h 1024 winInitializeDefaultScreens - Returning _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/, /usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/, /usr/X11R6/lib/X11/fonts/75dpi/, /usr/X11R6/lib/X11/fonts/100dpi/" MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00010407" (00010407) (--) Using preset keyboard for "German (Germany, IBM)" (10407), type "4" (--) 5 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! Fatal server error: XDMCP fatal error: Manager unwilling Host unwilling _________________________________________________ Got any ideas? Thx JE -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From tsreyb@yahoo.com Fri Aug 12 17:45:00 2005 From: tsreyb@yahoo.com (Trebor Sreyb) Date: Fri, 12 Aug 2005 17:45:00 -0000 Subject: Can I close the startx cygwin shell? In-Reply-To: Message-ID: <20050812174523.84984.qmail@web33514.mail.mud.yahoo.com> Is there some way to run startx without opening a cygwin shell window? Or, alternatively, to exit the shell window after the X window manager has successfully started? Otherwise, I find myself having to leave open a cygwin shell window that is used for nothing other than kicking off startx - that window just sits there. This is only a nuissance (adds an extra icon to the task bar), but if there's another way I'd like to know. I use cygwin on Win XP SP2. NOTE: I also tried doing the following from Win XP Start->Run: c:\cygwin\bin\sh.exe -c /usr/X11R6/bin/startx but this also opens up an unwanted window that must remain open. Thanks, -Bob Andover, MA USA ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From kdibble@alltel.net Fri Aug 12 18:02:00 2005 From: kdibble@alltel.net (Ken Dibble) Date: Fri, 12 Aug 2005 18:02:00 -0000 Subject: Can I close the startx cygwin shell? In-Reply-To: <20050812174523.84984.qmail@web33514.mail.mud.yahoo.com> References: <20050812174523.84984.qmail@web33514.mail.mud.yahoo.com> Message-ID: <42FCE40E.1020208@alltel.net> Trebor Sreyb wrote: >Is there some way to run startx without opening a >cygwin shell window? Or, alternatively, to exit the >shell window after the X window manager has >successfully started? > >Otherwise, I find myself having to leave open a cygwin >shell window that is used for nothing other than >kicking off startx - that window just sits there. > >This is only a nuissance (adds an extra icon to the >task bar), but if there's another way I'd like to >know. > >I use cygwin on Win XP SP2. > >NOTE: I also tried doing the following from Win XP >Start->Run: > >c:\cygwin\bin\sh.exe -c /usr/X11R6/bin/startx > >but this also opens up an unwanted window that must >remain open. > >Thanks, >-Bob > Andover, MA > USA > > > Doesn't your startxwin.bat file accomplish this? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From david@adboyd.com Fri Aug 12 18:02:00 2005 From: david@adboyd.com (J. David Boyd) Date: Fri, 12 Aug 2005 18:02:00 -0000 Subject: Can I close the startx cygwin shell? References: <20050812174523.84984.qmail@web33514.mail.mud.yahoo.com> Message-ID: Trebor Sreyb writes: > Is there some way to run startx without opening a > cygwin shell window? Or, alternatively, to exit the > shell window after the X window manager has > successfully started? > > Otherwise, I find myself having to leave open a cygwin > shell window that is used for nothing other than > kicking off startx - that window just sits there. > > This is only a nuissance (adds an extra icon to the > task bar), but if there's another way I'd like to > know. > > I use cygwin on Win XP SP2. > > NOTE: I also tried doing the following from Win XP > Start->Run: > > c:\cygwin\bin\sh.exe -c /usr/X11R6/bin/startx > > but this also opens up an unwanted window that must > remain open. > > Thanks, > -Bob > Andover, MA > USA > > > I use the startxwin.bat file in the c:\cgywin\usr\X11R6\bin folder. You can modify to open several xterms, or whatever you want, and it works great. Dave in Largo, FL -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From SSoong@ALLEGROMICRO.com Fri Aug 12 18:46:00 2005 From: SSoong@ALLEGROMICRO.com (Soong, SylokeJ) Date: Fri, 12 Aug 2005 18:46:00 -0000 Subject: Can I close the startx cygwin shell? Message-ID: <3782EF0C54A17E4A902861E3C643F401056BBC0F@exchangema.allegromicro.com> When I start using cygwin.bat, it merely starts up a bash in a simulated unix env in an XP cmd window. Then I have to run startxwin.sh, which starts my cygwin-x server on display 0.0. After which I rlogin to real unix machines, setenv DISPLAY mysillylaptop:0.0, to run graphical apps which throw Xwindows onto my cygwin-x server. If I ever dared close my unabashedly bash XP cmd window, all my X client windows would disappear. The question that trebor(robert?) asks is "Can we close the XP cmd window, without killing the local X server process?" because he probably started using cygwin.bat. But if he started cygwin-x by clicking directly on Drive:\\usr\X11R6\bin\startxwin.bat, he would get an error msg, "cygwin1.dll not found". What he needs to do is, Right click My Computer to append Drive://bin/ to his system path. Now he would be able to click directly, Drive:\\usr\X11R6\bin\startxwin.bat , and be a rather happy camper (provided he knows how to set up his XP system path). -----Original Message-----Trebor Sreyb wrote: >Is there some way to run startx without opening a >cygwin shell window? Or, alternatively, to exit the >shell window after the X window manager has >successfully started? > >Otherwise, I find myself having to leave open a cygwin >shell window that is used for nothing other than >kicking off startx - that window just sits there. > >This is only a nuissance (adds an extra icon to the >task bar), but if there's another way I'd like to >know. > >I use cygwin on Win XP SP2. > Doesn't your startxwin.bat file accomplish this? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From tsreyb@yahoo.com Fri Aug 12 19:20:00 2005 From: tsreyb@yahoo.com (Trebor Sreyb) Date: Fri, 12 Aug 2005 19:20:00 -0000 Subject: Can I close the startx cygwin shell? In-Reply-To: Message-ID: <20050812191953.89528.qmail@web33513.mail.mud.yahoo.com> --- "J. David Boyd" wrote: > I use the startxwin.bat file in the > c:\cgywin\usr\X11R6\bin folder. You can > modify to open several xterms, or whatever you want, > and it works great. I had tried once to customize startxwin.bat for my needs but gave up because it won't successfully launch my window manager (wmaker). Hence since then I have been using startx from within a cygwin shell session. Looks like I need to resolve the original problem first before I can get rid of that unwanted shell window. So, what happens with my startxwin.bat is that wmaker gets started, but the mouse is unusable, and the initial icons I expect to see never get displayed. Only an empty wmaker desktop. I can start an xterm, but its window has no title bar, resizing button, window borders, etc. I can use the keyboard. I had changed startxwin.bat to run the following : cd c:\cyghome\tsreyb run XWin -clipboard -silent-dup-error Also, the contents of my .xinitrc (in c:\cyghome\tsreyb) are: PATH="$PATH:/usr/X11R6/bin" exec wmaker I suspected the problem was that certain X environment variables aren't set, because, by comparing environment variables with and without the problem, I find these aren't set when the problem exists: XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults XAUTHORITY=/cygdrive/c/cyghome/tsreyb/.Xauthority XCMSDB=/usr/X11R6/lib/X11/Xcms.txt XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB XNLSPATH=/usr/X11R6/lib/X11/locale But, using startxwin.bat, where am I supposed to set these? I tried putting them in startxwin.bat, like this: SET XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults SET XAUTHORITY=/cygdrive/c/cyghome/bbyers/.Xauthority SET XCMSDB=/usr/X11R6/lib/X11/Xcms.txt SET XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB SET XNLSPATH=/usr/X11R6/lib/X11/locale run XWin -clipboard -silent-dup-error but those variables still don't appear in an xterm after the manager is started, and the windowing/mousing problems persist. I also placed them in .xinitrc, but, again, the variables never get set and the problems persist. I even placed them in .cshrc and .profile. Still, no improvement. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From david@adboyd.com Fri Aug 12 20:41:00 2005 From: david@adboyd.com (J. David Boyd) Date: Fri, 12 Aug 2005 20:41:00 -0000 Subject: Can I close the startx cygwin shell? References: <20050812191953.89528.qmail@web33513.mail.mud.yahoo.com> Message-ID: Trebor Sreyb writes: > --- "J. David Boyd" wrote: > >> I use the startxwin.bat file in the >> c:\cgywin\usr\X11R6\bin folder. You can >> modify to open several xterms, or whatever you want, >> and it works great. > > > > I had tried once to customize startxwin.bat for my > needs but gave up because it won't successfully launch > my window manager (wmaker). Hence since then I have > been using startx from within a cygwin shell session. > > Looks like I need to resolve the original problem > first before I can get rid of that unwanted shell > window. > > So, what happens with my startxwin.bat is that wmaker > gets started, but the mouse is unusable, and the > initial icons I expect to see never get displayed. > Only an empty wmaker desktop. I can start an xterm, > but its window has no title bar, resizing button, > window borders, etc. I can use the keyboard. > > > I had changed startxwin.bat to run the following : > > cd c:\cyghome\tsreyb > run XWin -clipboard -silent-dup-error > > > Also, the contents of my .xinitrc (in > c:\cyghome\tsreyb) are: > > PATH="$PATH:/usr/X11R6/bin" > exec wmaker > > > I suspected the problem was that certain X environment > variables aren't set, because, by comparing > environment variables with and without the problem, I > find these aren't set when the problem exists: > > XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults > XAUTHORITY=/cygdrive/c/cyghome/tsreyb/.Xauthority > XCMSDB=/usr/X11R6/lib/X11/Xcms.txt > XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB > XNLSPATH=/usr/X11R6/lib/X11/locale Most of these are already in startxwin.bat. Take a look at startxwin.bat again. There is a spot at the bottom where twm would be started if it were not commented out. Also, you might need to use the -rootless or -fullscreen option to XWin, instead of simply removing the -multiwindow option. There are some docs embedded in startxwin, but not much. I'll try it some this weekend if I get a chance, and let you know how it goes. I always have been running mine using the default startxwin, so it comes up in multiwindow mode, using windows itself as the window manager, which works okay for me. But in the past, I did use twm, so everything was embedded in one window that I could open and close, to have all my Xsessions together. Let me get back to you after I beat on it some, maybe I'll find out how to get it working again! Dave in Largo, FL -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From SSoong@ALLEGROMICRO.com Fri Aug 12 20:53:00 2005 From: SSoong@ALLEGROMICRO.com (Soong, SylokeJ) Date: Fri, 12 Aug 2005 20:53:00 -0000 Subject: Can I close the startx cygwin shell? Message-ID: <3782EF0C54A17E4A902861E3C643F401056BBC10@exchangema.allegromicro.com> There is possibility that wmaker aborted. XWin.exe starts the X display mgr. If you're not using multiwindow on XP desktop then X window mgr process is twm or wmaker, etc. I get confused between the terms xdm and xwm, and sometimes I wonder if I am using the right (or left) terminology. Without icons and an xterm that has no titles and which cannot be moved sounds just like your xterm is thrown onto a virgin xdm without an xwm. Wmaker having set the xdm background before dying would give an impression wmaker is still on. What does ps -ef say? Is wmaker in the list? If not, the question would be why wmaker aborted. -----Original Message----- So, what happens with my startxwin.bat is that wmaker gets started, but the mouse is unusable, and the initial icons I expect to see never get displayed. Only an empty wmaker desktop. I can start an xterm, but its window has no title bar, resizing button, window borders, etc. I can use the keyboard. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Thomas.Eschenbacher@gmx.de Sat Aug 13 10:34:00 2005 From: Thomas.Eschenbacher@gmx.de (Thomas Eschenbacher) Date: Sat, 13 Aug 2005 10:34:00 -0000 Subject: AltGr key (and others) do not work, pc105/german kbd Message-ID: <42FDCC90.1030109@gmx.de> Hi, I have problems with getting the following keys working: (PC105 keyboard, german) - left windows key (0x73) - right alt (0x71, AltGr) - right windows key (0x74) - right menu key (0x75) "xev" shows no reaction when I press one of those !? Host system is Windows 2000 [Version 5.00.2195], xorg-x11 6.8.2.0-4. Here some output from starting X: ------------ (--) winConfigKeyboard - Layout: "00000407" (00000407) (--) Using preset keyboard for "German (Germany)" (407), type "4" Rules = "xorg" Model = "pc105" Layout = "de" Variant = "(null)" Options="(null)" ------------ ...which looks ok for me. There are tons of descriptions and FAQs on the web that fiddle around with "xmodmap", but as I don't get any events from X11 for those keys, I assume that there simply isn't anything that I could "re-map" !? Any ideas, what can I do ? Thomas -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Klaus.Kassner@physik.uni-magdeburg.de Sun Aug 14 11:34:00 2005 From: Klaus.Kassner@physik.uni-magdeburg.de (Klaus Kassner) Date: Sun, 14 Aug 2005 11:34:00 -0000 Subject: fonts in Cygwin In-Reply-To: References: Message-ID: Michael Denk wrote (schrieb, a ??crit): > On Mon, 1 Aug 2005, Klaus Kassner wrote: > Actually I got Helvetica Narrow working. I don't know how Debian handles Well, I did not, so far :-(. I have not done everything *exactly* as you describe, because that was not possible, but I think I was close enough that it should have worked, unless I overlooked something important. > XXX.alias files as normally only files named fonts.alias are recognized as > aliases. I appended the content from this file to fonts.alias, did some I just copied gsfonts-x11.alias to fonts.alias, because there was no previous fonts.alias in Type1. > renaming (e.g. medium vs. regular), copied the fonts from the ghostscript > fonts dir to the Type1 fonts dir and called font-update to rebuild > fonts.dir, fonts.scale and the font cache. I did that, too, except for the renaming, since I did not know which fonts to rename to what. Incidentally, there is no man page of font-update and "font-update -h" does not give any information either. Is it usable only to rebuild fonts.dir and the other stuff in /usr/X11R6/lib/X11/fonts? I had to remove some of the copied fonts, because font-update did not find font sizes and font weights for them. These were all the fonts starting with "hr". But then font-update worked through the directory without error message, and I restarted the X server. After calling xfig, I had to notice that now xfig did not even find the Times Roman fonts, not to speak of Helvetica Narrow... Fortunately (or rather, cautiously), I had made a backup of the Type1 directory and after removing the "spoilt" one and replacing it by the backup, everything worked as before - that is, most fonts were present, but Helvetica Narrow was not. (But when starting xfig, I always get a warning: startup scroll not found, which I don't really understand and which does not seem to affect its functioning.) > After restarting the X server > this worked for some fonts in Xfig or xfontsel, others crashed the > applications. > I found some information on the internet that Debian users who have > installed gsfonts-x11 experienced similar behavior to some extent. I wrote > some nifty installation script that does all the work in setting up the > mappings to the ghostscript fonts but as long as I don't know why some > fonts cause these crashes I prefer not to publish it. This could take a > while. My question is then: did you use the ghostscript fonts from your cygwin installation (this is what I did) or those from some other Linux/Unix system? What I'll probably try next is to get only Helvetica-Narrow running, i.e. copy only those few fonts, because they are actually the only ones I need in addition to those working already. But I do not understand why the system lost the Times Roman fonts. How does the fonts.alias mechanism work? I read that you can have one fonts.alias for several directories. But there was one in almost every font directory under /usr/X11R6/lib/X11/fonts. And the Times fonts are not in Type1, apparently, so I don't understand how changing directory Type1 and none of the others can render them invisible... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From brettlee@yahoo.com Sun Aug 14 18:51:00 2005 From: brettlee@yahoo.com (brett lee) Date: Sun, 14 Aug 2005 18:51:00 -0000 Subject: Starting Xwin - Shell Window Remains Message-ID: <20050814185114.68127.qmail@web51003.mail.yahoo.com> Hi, I'm able to start and use Xwin. However, after the X server is up, I need to manually close the cygwin bash window (the one that started the X server). I've checked the usual places, but have not come up with a solution. This is probably more of a shell "scripting" question, but since the solution I'm looking for is a "windows executable (C:\cygwin\startxwin.bat) that I can drop into my StartUp folder to automatically start Xwin" when I log in, here I am. Here's where I'm at thus far: 1. C:\cygwin\startxwin.bat exists, and has the following contents: @echo off c: chdir c:\cygwin\bin bash --login -i /usr/local/bin/myxwin 2. /usr/local/bin/myxwin exists, and has the following contents: #!/usr/bin/bash # # Start the Cygwin X server, xwin echo Starting X server... # Succeeds, but must kill cygwin bash window manually nohup xwin -multiwindow -clipboard -emulate3buttons >/dev/null 2>&1 & # Same as previous #(nohup xwin -multiwindow -clipboard -emulate3buttons >/dev/null 2>&1 &) && exit # Same as previous #exec $(nohup xwin -multiwindow -clipboard -emulate3buttons >/dev/null 2>&1 &) # have tried permutations of the above commands, without success. # odd, can't seem to find "fork" in cygwin. errors occur, so it's not a shell builtin. echo You can safely close this window # Also doesn't work - the PID no longer exists #kill -9 $$ ---------- Thanks in advance, -Brett __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From roamdad@sonic.net Mon Aug 15 13:43:00 2005 From: roamdad@sonic.net (Doug VanLeuven) Date: Mon, 15 Aug 2005 13:43:00 -0000 Subject: Starting Xwin - Shell Window Remains In-Reply-To: <20050814185114.68127.qmail@web51003.mail.yahoo.com> References: <20050814185114.68127.qmail@web51003.mail.yahoo.com> Message-ID: <43009B65.7020001@sonic.net> brett lee wrote: > Hi, > > I'm able to start and use Xwin. However, after the X server is up, I need to manually close the > cygwin bash window (the one that started the X server). I've checked the usual places, but have > not come up with a solution. > > This is probably more of a shell "scripting" question, but since the solution I'm looking for is a > "windows executable (C:\cygwin\startxwin.bat) that I can drop into my StartUp folder to > automatically start Xwin" when I log in, here I am. > > Here's where I'm at thus far: > > 1. C:\cygwin\startxwin.bat exists, and has the following contents: > > @echo off > > c: > chdir c:\cygwin\bin > > bash --login -i /usr/local/bin/myxwin You might want to try this: bash --login -c /usr/local/bin/myxwin ^^ -i is for an interactive shell Regards, Doug -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From wilson_peters@1mail.net Mon Aug 15 13:43:00 2005 From: wilson_peters@1mail.net (HALIFAX INTERNATIONAL) Date: Mon, 15 Aug 2005 13:43:00 -0000 Subject: HELLO. Message-ID: HALIFAX INTERNATIONAL IMPORT AND EXPORT COMPANY I am Wilson Peters, we are a group of business men who deal on raw materials import and export into America and Canada. We need representatives who can help us establish a medium of getting to our customers in America/Canada as well as making through you to us. If you are interested in transacting business with us we will be very glad. Please contact our procurement officer, Mr. William Smith for more information thru: william_smith123@1mail.net,william_smith@myway.com Subject to your satisfaction you will be given the opportunity to negotiate your mode of which we will pay for your services as our representative in America/Canada. Please if you are interested forward to us your Full Names,Phone/Fax numbers and your Full contact addresses to our Procurement officer, Mr.William Smith with the email address above. Regards, Wilson Peters President, HALIFAX INTERNATIONAL IMPORT AND EXPORT COMPANY, Goods for Import/Export & Freight Fwdg. Svcs. Units 5A & 5B, Broadgate Business Park, Turnpike Lane, Beeston, Nottingham, NG7 5RX, UNITED KINGDOM. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From SSoong@ALLEGROMICRO.com Mon Aug 15 15:17:00 2005 From: SSoong@ALLEGROMICRO.com (Soong, SylokeJ) Date: Mon, 15 Aug 2005 15:17:00 -0000 Subject: Is this SPAM!? Message-ID: <3782EF0C54A17E4A902861E3C643F401056BBC11@exchangema.allegromicro.com> How is it that is spam could get through cygwin-xfree-owner?? #:-& (Grumpingly-Annoyedticon) -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com]On Behalf Of HALIFAX INTERNATIONAL Sent: Mon, August 15, 2005 9:43 AM To: cygwin-xfree@cygwin.com Subject: HELLO. HALIFAX INTERNATIONAL IMPORT AND EXPORT COMPANY I am Wilson Peters, we are a group of business men who deal on raw materials import and export into America and Canada. We need representatives who can help us establish a medium of getting to our customers in America/Canada as well as making through you to us. If you are interested in transacting business with us we will be very glad. Please contact our procurement officer, Mr. William Smith for more information thru: william_smith123@1mail.net,william_smith@myway.com Subject to your satisfaction you will be given the opportunity to negotiate your mode of which we will pay for your services as our representative in America/Canada. Please if you are interested forward to us your Full Names,Phone/Fax numbers and your Full contact addresses to our Procurement officer, Mr.William Smith with the email address above. Regards, Wilson Peters President, HALIFAX INTERNATIONAL IMPORT AND EXPORT COMPANY, Goods for Import/Export & Freight Fwdg. Svcs. Units 5A & 5B, Broadgate Business Park, Turnpike Lane, Beeston, Nottingham, NG7 5RX, UNITED KINGDOM. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From corinna-cygwin@cygwin.com Mon Aug 15 15:29:00 2005 From: corinna-cygwin@cygwin.com (Corinna Vinschen) Date: Mon, 15 Aug 2005 15:29:00 -0000 Subject: Is this SPAM!? In-Reply-To: <3782EF0C54A17E4A902861E3C643F401056BBC11@exchangema.allegromicro.com> References: <3782EF0C54A17E4A902861E3C643F401056BBC11@exchangema.allegromicro.com> Message-ID: <20050815152847.GA32451@calimero.vinschen.de> On Aug 15 11:19, Soong, SylokeJ wrote: > How is it that is spam could get through cygwin-xfree-owner?? > #:-& (Grumpingly-Annoyedticon) And you're helping it to spread by FULL QUOTING IT. Congratulation! NEVER reply to spam which got through the filter. And don't reply to this mail. http://cygwin.com/acronyms/#PCYMTNQREAIYR http://cygwin.com/acronyms/#TOFU Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader mailto:cygwin@cygwin.com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From brettlee@yahoo.com Mon Aug 15 16:35:00 2005 From: brettlee@yahoo.com (brett lee) Date: Mon, 15 Aug 2005 16:35:00 -0000 Subject: cygwin-xfree Digest 15 Aug 2005 13:43:08 -0000 Issue 1820 In-Reply-To: <1124113388.8715.ezmlm@cygwin.com> Message-ID: <20050815163524.99097.qmail@web51008.mail.yahoo.com> > > > > bash --login -i /usr/local/bin/myxwin > > You might want to try this: > > bash --login -c /usr/local/bin/myxwin > ^^ > > -i is for an interactive shell > > Regards, Doug > Doug, that sounded like a reasonable idea. However, it didn't work for me. :) I'm thinking that there exists some binding between the Xwin process and the terminal window that started the process, and that perhaps I need to start it in a way (fork, etc.) that eliminates this binding. As I attempted to say, the bash process ($$) ends and Xwin lives on (both before and after I manually close the window). Thanks for the suggestion. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From roamdad@sonic.net Mon Aug 15 18:16:00 2005 From: roamdad@sonic.net (Doug VanLeuven) Date: Mon, 15 Aug 2005 18:16:00 -0000 Subject: Starting Xwin - Shell Window Remains In-Reply-To: <20050814185114.68127.qmail@web51003.mail.yahoo.com> References: <20050814185114.68127.qmail@web51003.mail.yahoo.com> Message-ID: <4300DB87.5080500@sonic.net> brett lee wrote: > 1. C:\cygwin\startxwin.bat exists, and has the following contents: > > @echo off > > c: > chdir c:\cygwin\bin > > bash --login -i /usr/local/bin/myxwin bash --login -c /usr/local/bin/myxwin > 2. /usr/local/bin/myxwin exists, and has the following contents: > > #!/usr/bin/bash > # > # Start the Cygwin X server, xwin > > echo Starting X server... > > # Succeeds, but must kill cygwin bash window manually > nohup xwin -multiwindow -clipboard -emulate3buttons >/dev/null 2>&1 & xwin -multiwindow -clipboard -emulate3buttons -silent-dup-error & I don't really know about the "silent-dup-error" but it is in the example script, so I use it. I use this very technique so my xwin is launched with environment variables set the way I want, without maintaining a seperate set of batch commands, and I don't have a left over window - but there is a residual process reported. I presume the parent. Regards, Doug -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From david@adboyd.com Mon Aug 15 19:50:00 2005 From: david@adboyd.com (J. David Boyd) Date: Mon, 15 Aug 2005 19:50:00 -0000 Subject: Can I close the startx cygwin shell? References: <20050812191953.89528.qmail@web33513.mail.mud.yahoo.com> Message-ID: Trebor Sreyb writes: > --- "J. David Boyd" wrote: > >> I use the startxwin.bat file in the >> c:\cgywin\usr\X11R6\bin folder. You can >> modify to open several xterms, or whatever you want, >> and it works great. > > > > I had tried once to customize startxwin.bat for my > needs but gave up because it won't successfully launch > my window manager (wmaker). Hence since then I have > been using startx from within a cygwin shell session. > > Looks like I need to resolve the original problem > first before I can get rid of that unwanted shell > window. > > So, what happens with my startxwin.bat is that wmaker > gets started, but the mouse is unusable, and the > initial icons I expect to see never get displayed. > Only an empty wmaker desktop. I can start an xterm, > but its window has no title bar, resizing button, > window borders, etc. I can use the keyboard. > > > I had changed startxwin.bat to run the following : > > cd c:\cyghome\tsreyb > run XWin -clipboard -silent-dup-error > > > Also, the contents of my .xinitrc (in > c:\cyghome\tsreyb) are: > > PATH="$PATH:/usr/X11R6/bin" > exec wmaker > > > > > > I suspected the problem was that certain X environment > variables aren't set, because, by comparing > environment variables with and without the problem, I > find these aren't set when the problem exists: > > XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults > XAUTHORITY=/cygdrive/c/cyghome/tsreyb/.Xauthority > XCMSDB=/usr/X11R6/lib/X11/Xcms.txt > XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB > XNLSPATH=/usr/X11R6/lib/X11/locale > > But, using startxwin.bat, where am I supposed to set > these? > > I tried putting them in startxwin.bat, like this: > > SET XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults > SET XAUTHORITY=/cygdrive/c/cyghome/bbyers/.Xauthority > SET XCMSDB=/usr/X11R6/lib/X11/Xcms.txt > SET XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB > SET XNLSPATH=/usr/X11R6/lib/X11/locale > run XWin -clipboard -silent-dup-error > > but those variables still don't appear in an xterm > after the manager is started, and the > windowing/mousing problems persist. > > I also placed them in .xinitrc, but, again, the > variables never get set and the problems persist. > > I even placed them in .cshrc and .profile. Still, no improvement. > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ I went into the default startxwin.bat, and changed and uncommented the run twm command to be run wmaker (sp?), and changed -multiwindows to -rootless, and everything worked fine. I can send you a copy of it tomorrow from work, if you would like to look at it, as I took today off, and have no remote access to my work machine from home. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Mon Aug 15 20:05:00 2005 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Mon, 15 Aug 2005 20:05:00 -0000 Subject: Starting Xwin - Shell Window Remains In-Reply-To: <20050814185114.68127.qmail@web51003.mail.yahoo.com> References: <20050814185114.68127.qmail@web51003.mail.yahoo.com> Message-ID: On Sun, 14 Aug 2005, brett lee wrote: > I'm able to start and use Xwin. However, after the X server is up, I > need to manually close the cygwin bash window (the one that started the > X server). I've checked the usual places, but have not come up with a > solution. > > This is probably more of a shell "scripting" question, but since the > solution I'm looking for is a "windows executable > (C:\cygwin\startxwin.bat) that I can drop into my StartUp folder to > automatically start Xwin" when I log in, here I am. > > [snip] > # Succeeds, but must kill cygwin bash window manually > nohup xwin -multiwindow -clipboard -emulate3buttons >/dev/null 2>&1 & setsid XWin -multiwindow -clipboard -emulate3buttons >/dev/null 2>&1 (you'll need to install the "setsid" package), or run XWin -multiwindow -clipboard -emulate3buttons >/dev/null 2>&1 (you'll need the "X-startup-scripts" package). HTH, Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! If there's any real truth it's that the entire multidimensional infinity of the Universe is almost certainly being run by a bunch of maniacs. /DA -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reid.thompson@ateb.com Tue Aug 16 01:32:00 2005 From: reid.thompson@ateb.com (Reid Thompson) Date: Tue, 16 Aug 2005 01:32:00 -0000 Subject: Starting Xwin - Shell Window Remains In-Reply-To: References: Message-ID: <430142CE.2090500@ateb.com> As info.... I start X by using a shortcut to open an rxvt window running bash ( see below for contents of shortcut & scripts ). (If you do not have rxvt, use setup to get it, it is unbelievable to me that with billions of dollars MS cannot include a decent command prompt.) Then, in the rxvt window I type startxscript & After this I can exit the rxvt window used to start X with no problems. I have a desktop shortcut that has a target of: C:\cygwin\bin\rxvt.exe -sr -sl 2500 -geometry 80x25 -sb -fg grey -bg grey15 -fn "lucida console-13-bold" -e c:/cygwin/bin/bash --rcfile /home/rthompso/.bashrc and a start in value of: c:\cygwin\home\rthompso $HOME/bin is part of my path. I have $HOME/bin/startxscript that contains: $ cat startxscript #!/bin/bash /usr/X11R6/bin/startxwin.sh My /usr/X11R6/bin/startxwin.sh contains ( slight mods from the downloaded script ): #! /bin/sh export DISPLAY=127.0.0.1:0.0 export PATH=/usr/X11R6/bin:"$PATH" export XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults export XCMSDB=/usr/X11R6/lib/X11/Xcms.txt export XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB export XNLSPATH=/usr/X11R6/lib/X11/locale # Cleanup from last run. rm -rf /tmp/.X11-unix # The error "Fatal server error: could not open default font 'fixed'" is # caused by using a DOS mode mount for the mount that the Cygwin/X # fonts are accessed through. See the Cygwin/X FAQ for more # information: # http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof # Brief descriptions of XWin-specific options: # # -screen scr_num [width height] # Enable screen scr_num and optionally specify a width and # height for that screen. # Most importantly, any parameters specified before the first -screen # parameter apply to all screens. Any options after the first -screen # parameter apply only to the screen that precedes the parameter. # Example: # XWin -fullscreen -screen 0 -screen 1 -depth 8 -screen 2 # All screens will be fullscreen, but screen 2 will be depth 8, while # screens 0 and 1 will be the default depth (whatever depth Windows # is currently running at). # -multiwindow # Start an integrated Windows-based window manager. Not to be used # with -rootless nor -fullscreen. # -rootless # Use a transparent root window with an external window manager # (such as twm). Not to be used with -multiwindow nor # with -fullscreen. # -fullscreen # Use a window as large as possible on the primary monitor. # -multiplemonitors # Create a root window that covers all monitors on a # system with multiple monitors. # -clipboard # Enable the integrated version of xwinclip. Do not use in # conjunction with the xwinclip program. # -depth bits_per_pixel # Specify the screen depth to run at (in bits per pixel) using a # DirectDraw-based engine in conjunction with the -fullscreen # option, ignored if the -fullscreen option is not specified. # By default, you will be using a DirectDraw based engine on any # system that supports it. # -unixkill # Trap Ctrl+Alt+Backspace as a server shutdown key combination. # -nounixkill # Disable Ctrl+Alt+Backspace as a server shutdown key combination (default). # Example: # XWin -unixkill -screen 0 -screen 1 -screen 2 -nounixkill # Screens 0 and 1 will allow Ctrl+Alt+Backspace, but screen 2 will not. # -winkill # Trap Alt+F4 as a server shutdown key combination (default). # -nowinkill # Disable Alt+F4 as a server shutdown key combination. # -scrollbars # Enable resizing of the server display window. Do not use in conjunction # with -multiwindow nor with -rootless. # -nodecoration # Draw the server root window without a title bar or border. # Do not use with -mutliwindow nor with -rootless. # -lesspointer # Hide the Windows mouse cursor anytime it is over any part of the # window, even if Cygwin/X is not the window with the focus. # -refresh rate_in_Hz # Specify a refresh rate to use when used with the -fullscreen option. # -trayicon # Enable the tray icon (default). # -notrayicon # Disable the tray icon. # Example: # XWin -notrayicon -screen 0 -screen 1 -screen 2 -trayicon # Screens 0 and 1 will not have tray icons, but screen 2 will. # -emulate3buttons [timeout] # Emulate 3 button mouse with an optional timeout in milliseconds. # -xf86config # Specify an XF86Config-style configuration file. # -keyboard # Specify a keyboard device from the configuration file. # # Startup the programs # # Startup the X Server with the integrated Windows-based window manager. # WARNING: Do not use 'xwinclip' in conjunction with the ``-clipboard'' # command-line parameter for XWin. Doing so would start two clipboard # managers, which is never supposed to happen. XWin -multiwindow -clipboard -silent-dup-error & # Startup an xterm, using bash as the shell. xterm -e /usr/bin/bash -l & # # Startup the twm window manager. # WARNING: Do not use an external window manager in conjunction with # the ``-multiwindow'' command-line parameter for XWin. Doing so # would start two window managers, which is never supposed to happen. # # twm & # Set a background color. Only needed when not using -multwindow for XWin. # xsetroot -solid aquamarine4 # Return from sh. exit -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From corneliush@beachestoronto.com Tue Aug 16 09:22:00 2005 From: corneliush@beachestoronto.com (hector pullen) Date: Tue, 16 Aug 2005 09:22:00 -0000 Subject: bennie Message-ID: <51CAC79A.C395555@beachestoronto.com> charita http://uk.geocities.com/Cecil_Dasmann/?DJI=This_is.an.innovative.wave.of_s best regards, rico -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From PRG@seereal.com Tue Aug 16 14:16:00 2005 From: PRG@seereal.com (Philippe Renaud-Goud) Date: Tue, 16 Aug 2005 14:16:00 -0000 Subject: X/cygwin keymap load error Message-ID: Hi Alessandro, You wrote: > Can you help me to solve the keybord load error? > > in /tmp/XWin.log the message is: > > (--) winConfigKeyboard - Layout: "00000410" (00000410) > (--) Using preset keyboard for "Italian" (410), type "4" > (EE) Couldn't load XKB keymap, falling back to pre-XKB keymap > > When I try to use (from FAQ) > > $ setxkbmap.exe de -model pc105 > > Couldn't interpret _XKB_RULES_NAMES property > Use defaults: rules - 'xorg' model - 'pc101' layout - 'us' > Aborted (core dumped) > > $ xkbcomp -w 3 -xkm -m it /etc/X11/xkb/keymap/xfree86 localhost:0.0 > Error: Can't find file "xfree86" for keycodes include > Exiting > Abandoning keycodes file "it > > > Thank you in advance > > Alessandro > I had the same problem... By copying the /etc/X11/xkb directory into /usr/X11R6/lib/X11/xkb It seems to work pretty well now... Bye, Philippe. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From frederick.baksik@honeywell.com Tue Aug 16 23:23:00 2005 From: frederick.baksik@honeywell.com (Baksik, Frederick (NM75)) Date: Tue, 16 Aug 2005 23:23:00 -0000 Subject: Starting Xwin - Shell Window Remains Message-ID: <0B9EBBE7CA79D7118FD00002B3B2B9B910C179D3@nm75ex51.das.honeywell.com> > Hi, > > I'm able to start and use Xwin. However, after the X server > is up, I need to manually close the cygwin bash window (the > one that started the X server). I've checked the usual > places, but have not come up with a solution. > > This is probably more of a shell "scripting" question, but > since the solution I'm looking for is a "windows executable > (C:\cygwin\startxwin.bat) that I can drop into my StartUp > folder to automatically start Xwin" when I log in, here I am. > > Here's where I'm at thus far: > > 1. C:\cygwin\startxwin.bat exists, and has the following contents: > > @echo off > > c: > chdir c:\cygwin\bin > > bash --login -i /usr/local/bin/myxwin > > 2. /usr/local/bin/myxwin exists, and has the following contents: > > #!/usr/bin/bash > # > # Start the Cygwin X server, xwin > > echo Starting X server... > > # Succeeds, but must kill cygwin bash window manually nohup > xwin -multiwindow -clipboard -emulate3buttons >/dev/null 2>&1 & > > # Same as previous > #(nohup xwin -multiwindow -clipboard -emulate3buttons > >/dev/null 2>&1 &) && exit > > # Same as previous > #exec $(nohup xwin -multiwindow -clipboard -emulate3buttons > >/dev/null 2>&1 &) > > # have tried permutations of the above commands, without success. > # odd, can't seem to find "fork" in cygwin. errors occur, so > it's not a shell builtin. > > echo You can safely close this window > > # Also doesn't work - the PID no longer exists #kill -9 $$ > > ---------- > Thanks in advance, > -Brett With the Cygwin/X X-startup-scripts-1.0.10-4 package the following batch files were included: C:\cygwin\usr\X11R6\bin\startxwin.bat C:\cygwin\usr\X11R6\bin\startxdmcp.bat -- for XDMCP with another host Both of these start Xwin and there is no cygwin bash window to close. Note that the xstartxwin.bat file after starting Xwin also starts an Xterm. The batch could be modified to not start the Xterm. Apparently it has something to do with C:\cygwin\usr\X11R6\bin\run.exe, but I couldn't find much on this executable. -- Frodak -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From boekhold@emirates.net.ae Fri Aug 19 09:07:00 2005 From: boekhold@emirates.net.ae (Maarten Boekhold) Date: Fri, 19 Aug 2005 09:07:00 -0000 Subject: Second monitor and screen resolution Message-ID: <4305A110.9070205@emirates.net.ae> Hi all, I've got a laptop that supports an external monitor. The windows desktop can be extended to that monitor, so I effectively have 2 displays. I'm running my X-server on that second monitor using "-screen 0 @2". Sofar so good. The second monitor can run in a different resolution than the laptop screen. Eg. my laptop LCD runs at 1024x768, but the external monitor runs at 1280x1024. I can't get the X-server to use the full 1280x1024 however. It seems like it detects the screen resolution of the 1st monitor, and refuses to use a higher resolution than that, despite the fact that the monitor/screen it's actually running on supports a higher resolution. Any way I can make the X-server use the full 1280x1024 resolution of the external monitor? Regards, Maarten -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From castlehill@alum.mit.edu Fri Aug 19 11:42:00 2005 From: castlehill@alum.mit.edu (Larry Griffith) Date: Fri, 19 Aug 2005 11:42:00 -0000 Subject: Using xauth with Cygwin-X References: <0B9EBBE7CA79D7118FD00002B3B2B9B9108AB754@nm75ex51.das.honeywell.com> Message-ID: <000c01c5a4b3$19b08ff0$45ff3c18@MaujasHouse> Frodak, thanks for the message. Sorry for the slow reply, but I've been out of town. I was aware of all the information in the User's Guide. Using the xhost commands as recommended actually caused problems with the Xserver on Solaris. I tried the solution you recommended. I didn't get any error messages, but as you mentioned it sometimes doesn't work and that was my experience. So I'm still looking for a solution. Larry Griffith ----- Original Message ----- From: "Baksik, Frederick (NM75)" To: Sent: Tuesday, August 02, 2005 8:36 PM Subject: RE: Using xauth with Cygwin-X > > >> -----Original Message----- >> From: cygwin-xfree-owner >> [mailto:cygwin-xfree-owner] On Behalf Of Larry Griffith >> Sent: Monday, August 01, 2005 12:28 PM >> Subject: Using xauth with Cygwin-X >> >> I use openSSH running under Cygwin-X to communicate with a >> Solaris workstation at work. When I logged into Solaris with >> SSH, I received messages that there was no valid xauth data >> and that "fake" data would be used for X11 forwarding. My >> mail reader (exmh) also complained repeatedly about failures >> of xauth authentication. >> >> I dug out my old X manual (which goes back to X11R5) and >> looked up xauth. It suggested running this command under Solaris: >> >> xauth -extract $DISPLAY | rsh xauth merge - >> >> Since I didn't want to use rsh I did this: >> >> 1) (Solaris) xauth -extract $DISPLAY > xauth.data >> >> 2) I transferred xauth.data to the root directory under >> Cygwin, using SSH. >> >> 3) (Cygwin) xauth -merge /xauth.data >> >> The last command told me that a new /home/larry/.Xauthority >> file was created, which made sense to me. Otherwise there >> were no messages. >> >> I shut down my bash shell, closed my Cygwin X server, and >> restarted everything. I still get the same errors when I log >> into the Solaris workstation. Any suggestions? >> >> >> Larry Griffith > > Here is a link to the Cygwin/X user's guide on Displaying Remote Clients. > http://x.cygwin.com/docs/ug/using-remote-apps.html > > In the past I was messing X11 forwarding with a Sun box and xauth was kind > of a pain to use with telnet. > > In cygwin type > xauth generate your_host:0 . trusted timeout 300 > xauth nextract - your_host:0 > > On the remote station: > xauth nmerge - > > Select the output from the cygwin command and copy it to the input of the > remote station. Now the remote station can connect to the cygwin Xserver > for the next 5 minutes. Also resetting the Cygwin Xserver will invalidate > any keys generated. > > The biggest pain is that it doesn't always seem to work. It seems > sometimes > that cygwin will always reject the key. Also, some programs will halt > with > this kind of failure when starting (e.g. dtterm): > X Error of failed request: BadAtom (invalid Atom parameter) > Major opcode of failed request: 18 (X_ChangeProperty) > Atom id in failed request: 0xda > Serial number of failed request: 1720 > Current serial number in output stream: 1722 > Others will crash while running, also with a "BadAtom" failure. > > I didn't see these problems when using the xhost + method in the user's > guide. > > YMMV > > -- > Frodak > > > > > > > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From botham@gmail.com Fri Aug 19 12:31:00 2005 From: botham@gmail.com (botham) Date: Fri, 19 Aug 2005 12:31:00 -0000 Subject: Dealing with screen resolution changes? Message-ID: Is cygwin/X somehow able to handle screen resolution changes? Currently I start X with the startxwin.bat file that comes in the package. I end up changing screen resolution depending on whether I am connected to a monitor or looking at the laptop LCD. Everytime my xterms start behaving oddly (e.g., with a white band in the right side, etc.) So can I make it work smoothly in this scenario with some flags, etc. If not is this on the list of things to do. Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From SSoong@ALLEGROMICRO.com Fri Aug 19 12:50:00 2005 From: SSoong@ALLEGROMICRO.com (Soong, SylokeJ) Date: Fri, 19 Aug 2005 12:50:00 -0000 Subject: Second monitor and screen resolution Message-ID: <3782EF0C54A17E4A902861E3C643F401056BBC1D@exchangema.allegromicro.com> XWin -multimonitor -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com]On Behalf Of Maarten Boekhold Sent: Fri, August 19, 2005 5:06 AM To: cygwin-xfree@cygwin.com Subject: Second monitor and screen resolution Hi all, I've got a laptop that supports an external monitor. The windows desktop can be extended to that monitor, so I effectively have 2 displays. I'm running my X-server on that second monitor using "-screen 0 @2". Sofar so good. The second monitor can run in a different resolution than the laptop screen. Eg. my laptop LCD runs at 1024x768, but the external monitor runs at 1280x1024. I can't get the X-server to use the full 1280x1024 however. It seems like it detects the screen resolution of the 1st monitor, and refuses to use a higher resolution than that, despite the fact that the monitor/screen it's actually running on supports a higher resolution. Any way I can make the X-server use the full 1280x1024 resolution of the external monitor? Regards, Maarten -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From SSoong@ALLEGROMICRO.com Fri Aug 19 13:11:00 2005 From: SSoong@ALLEGROMICRO.com (Soong, SylokeJ) Date: Fri, 19 Aug 2005 13:11:00 -0000 Subject: Second monitor and screen resolution Message-ID: <3782EF0C54A17E4A902861E3C643F401056BBC1E@exchangema.allegromicro.com> Earlier mail sent inadvertently. Actually, this is what I did, XWin -screen 0 1500 1150 -multiplemonitors -emulate3buttons -scrollbars -clipboard -silent-dup-error The scrollbars option somehow allowed X server to use to the extents of the second monitor attached to my XP laptop. -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com]On Behalf Of Maarten Boekhold Sent: Fri, August 19, 2005 5:06 AM To: cygwin-xfree@cygwin.com Subject: Second monitor and screen resolution Hi all, I've got a laptop that supports an external monitor. The windows desktop can be extended to that monitor, so I effectively have 2 displays. I'm running my X-server on that second monitor using "-screen 0 @2". Sofar so good. The second monitor can run in a different resolution than the laptop screen. Eg. my laptop LCD runs at 1024x768, but the external monitor runs at 1280x1024. I can't get the X-server to use the full 1280x1024 however. It seems like it detects the screen resolution of the 1st monitor, and refuses to use a higher resolution than that, despite the fact that the monitor/screen it's actually running on supports a higher resolution. Any way I can make the X-server use the full 1280x1024 resolution of the external monitor? Regards, Maarten -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From SSoong@ALLEGROMICRO.com Fri Aug 19 15:27:00 2005 From: SSoong@ALLEGROMICRO.com (Soong, SylokeJ) Date: Fri, 19 Aug 2005 15:27:00 -0000 Subject: Dealing with screen resolution changes? Message-ID: <3782EF0C54A17E4A902861E3C643F401056BBC1F@exchangema.allegromicro.com> Coincidentally, I had cygwin/X connecting with our solaris server and I was playing around with the resolution of second diplay attached to my XP laptop, just before I read this email. I was running statistical and graphical software on solaris thrown to my cygwin wmaker display. My cygwin/X session went blank and unresponsive. No X windows were shown but the usual latent images sticking to any hung up XP window. I had to kill the window using XP task manager. Whenever I use Reflection/X and I happened to play around with my the resolution of my laptop, despite Reflection/X warning "reset X server ... or else ... ", the X display would still continue to function without any noticeable defect or degradation without a reset. If circumstances had me believe in Santa, though I never will, this issue would be on my wish list to be sent to the North Pole. [Dear Santa, I would like to have cygwin/x frost-free whenever I play around with resolution of my laptop.] -----Original Message----- Is cygwin/X somehow able to handle screen resolution changes? Currently I start X with the startxwin.bat file that comes in the package. I end up changing screen resolution depending on whether I am connected to a monitor or looking at the laptop LCD. Everytime my xterms start behaving oddly (e.g., with a white band in the right side, etc.) So can I make it work smoothly in this scenario with some flags, etc. If not is this on the list of things to do. Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From zerobane2@yahoo.com Fri Aug 19 15:41:00 2005 From: zerobane2@yahoo.com (jason cafarelli) Date: Fri, 19 Aug 2005 15:41:00 -0000 Subject: MOUSE MOVE EVENT + CTRL + LEFT CLICK not recognized? Message-ID: <20050819154149.83241.qmail@web50308.mail.yahoo.com> I've recently started using cygwin in place of XVision. One of my programs uses ctrl + left click to move a mouse cursor around the screen. For some reason CYGwin does not seem to recognize the ctrl key being held down. Is this a "newb" setup/configuration problem or something more serious? Two other xservers i have tested with recognize the ctrl+click. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From carson.wilcox@mail.com Fri Aug 19 17:38:00 2005 From: carson.wilcox@mail.com (Carson Wilcox) Date: Fri, 19 Aug 2005 17:38:00 -0000 Subject: loosing mouse Message-ID: <200508191737.j7JHbT308107@cal1-1.us4.outblaze.com> An embedded and charset-unspecified text was scrubbed... Name: not available URL: From chris@areti.co.uk Fri Aug 19 18:25:00 2005 From: chris@areti.co.uk (Chris Green) Date: Fri, 19 Aug 2005 18:25:00 -0000 Subject: Cut/paste stops working after windows in standby mode Message-ID: <20050819182451.GA29880@areti.co.uk> I have just started shutting my Windows 2000 box down to standby mode rather than doing a full power down. When I do this it seems that the Cygwin cut/paste stops working, i.e. when I try and cut and paste on the Linux desktop I'm displaying with Cygwin it simply doesn't cut and paste. It works perfectly again if I shut the win2k system down completely and restart it. Does anyone have any ideas how I might fix this? I'm using a slightly old version of Cygwin/X at the moment (probably about the last xfree version), I'm probably going to try and upgrade to the XOrg version very soon. -- Chris Green (chris@areti.co.uk) "Never ascribe to malice that which can be explained by incompetence." -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From frederick.baksik@honeywell.com Fri Aug 19 18:32:00 2005 From: frederick.baksik@honeywell.com (Baksik, Frederick (NM75)) Date: Fri, 19 Aug 2005 18:32:00 -0000 Subject: Using xauth with Cygwin-X Message-ID: <0B9EBBE7CA79D7118FD00002B3B2B9B910D0C222@nm75ex51.das.honeywell.com> > -----Original Message----- > Subject: Re: Using xauth with Cygwin-X > > Frodak, thanks for the message. Sorry for the slow reply, > but I've been out of town. > > I was aware of all the information in the User's Guide. > Using the xhost commands as recommended actually caused > problems with the Xserver on Solaris. I tried the solution > you recommended. I didn't get any error messages, but as you > mentioned it sometimes doesn't work and that was my > experience. So I'm still looking for a solution. > > > Larry Griffith Sorry I'm really kind of confused on what it is you are trying to accomplish. xhost only contacts the display as set in the DISPLAY environment. This is how I use the telnet / xhost solution when I'm at my PC. in the standard Cygwin.bat bash shell 1) startxwin.sh Note: This is nice because I can watch any Xserver errors get displayed in the shell then in the xterm that gets starting with the X server 2) xhost +nm75uw099 // this will allow the sun to connect to the Xserver running in cygwin 3) telnet nm75uw099 4) setenv DISPLAY das-fbaksik:0.0 // I'm using tcsh on the Sun, das-fbaksik is the cygwin/windows box 5) start running X applications from the shell, e.g gvim Does this work? It is not secure because anyone logged into nm75uw099 can access the Xserver running on das-fbaksik, but it is a starting point. Also, have you considered running a XDMCP connection? I'm not sure what you're security requirements are, but this provides a more secure connection then just using telnet. This way a MIT cookie is generated and added to your .Xauthority file in your Sun account. There is no messing with Xhost, and those only with the MIT cookie can access the Xserver (which is still cygwin X). Sorry about the detailed directions, I just want to make sure we are talking about the same thing. Good luck, Frodak -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Fri Aug 19 18:32:00 2005 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Fri, 19 Aug 2005 18:32:00 -0000 Subject: MOUSE MOVE EVENT + CTRL + LEFT CLICK not recognized? In-Reply-To: <20050819154149.83241.qmail@web50308.mail.yahoo.com> References: <20050819154149.83241.qmail@web50308.mail.yahoo.com> Message-ID: On Fri, 19 Aug 2005, jason cafarelli wrote: > I've recently started using cygwin in place of > XVision. One of my programs uses ctrl + left click to > move a mouse cursor around the screen. For some > reason CYGwin does not seem to recognize the ctrl key > being held down. Is this a "newb" setup/configuration > problem or something more serious? > > Two other xservers i have tested with recognize the ctrl+click. What does "xev" show? Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! If there's any real truth it's that the entire multidimensional infinity of the Universe is almost certainly being run by a bunch of maniacs. /DA -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Cary_Jamison@Symantec.com Fri Aug 19 20:13:00 2005 From: Cary_Jamison@Symantec.com (Cary Jamison) Date: Fri, 19 Aug 2005 20:13:00 -0000 Subject: MOUSE MOVE EVENT + CTRL + LEFT CLICK not recognized? References: <20050819154149.83241.qmail@web50308.mail.yahoo.com> Message-ID: Igor Pechtchanski wrote: > On Fri, 19 Aug 2005, jason cafarelli wrote: > >> I've recently started using cygwin in place of >> XVision. One of my programs uses ctrl + left click to >> move a mouse cursor around the screen. For some >> reason CYGwin does not seem to recognize the ctrl key >> being held down. Is this a "newb" setup/configuration >> problem or something more serious? >> >> Two other xservers i have tested with recognize the ctrl+click. > > What does "xev" show? > Igor Also, check if your num-lock makes a difference. Cary -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From zerobane2@yahoo.com Fri Aug 19 20:17:00 2005 From: zerobane2@yahoo.com (jason cafarelli) Date: Fri, 19 Aug 2005 20:17:00 -0000 Subject: MOUSE MOVE EVENT + CTRL + LEFT CLICK not recognized? In-Reply-To: Message-ID: <20050819201732.33865.qmail@web50310.mail.yahoo.com> --- Igor Pechtchanski wrote: > On Fri, 19 Aug 2005, jason cafarelli wrote: > > > I've recently started using cygwin in place of > > XVision. One of my programs uses ctrl + left > click to > > move a mouse cursor around the screen. For some > > reason CYGwin does not seem to recognize the ctrl > key > > being held down. Is this a "newb" > setup/configuration > > problem or something more serious? > > > > Two other xservers i have tested with recognize > the ctrl+click. > > What does "xev" show? > Igor > -- > http://cs.nyu.edu/~pechtcha/ > |\ _,,,---,,_ pechtcha@cs.nyu.edu > ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com > |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, > Ph.D. > '---''(_/--' `-'\_) fL a.k.a > JaguaR-R-R-r-r-r-.-.-. Meow! > > If there's any real truth it's that the entire > multidimensional infinity > of the Universe is almost certainly being run by a > bunch of maniacs. /DA > > -- > Unsubscribe info: > http://cygwin.com/ml/#unsubscribe-simple > Problem reports: > http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ > > xev in window test mode shows the ctrl_keypress and leftmouse_click but if type in xwininfo (to get the window id) xev -id (id number) then only form_resize, form_drag, form_active(focus, confginotify); events are shown. No mouse/keyboard events show up. Am i not using xev correctly? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Cary_Jamison@Symantec.com Fri Aug 19 20:20:00 2005 From: Cary_Jamison@Symantec.com (Cary Jamison) Date: Fri, 19 Aug 2005 20:20:00 -0000 Subject: loosing mouse References: <200508191737.j7JHbT308107@cal1-1.us4.outblaze.com> Message-ID: Carson Wilcox wrote: > Sometimes when I an running CygwinX on windoze 2000 the mouse begins > behaving badly. I can move it but when I move it over an x-window the > window goes to focus, but the mouse pointer does not display on the > window. > The only way I have been able to recover is to kill the xserver and > restart it which is an issue when I have a lot of window open. > Has anyone seen this behavior and/or have a better way to recover. I've seen this. I usually see it after I've been switching between virtual desktops (I use goScreen), so I've been assuming it was an artifact of that. However, I don't see it very often, and I don't think it has happened since I last upgraded. What version are you running? (http://cygwin.com/problems.html) > Thanks > Carson Cary -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From SSoong@ALLEGROMICRO.com Fri Aug 19 20:29:00 2005 From: SSoong@ALLEGROMICRO.com (Soong, SylokeJ) Date: Fri, 19 Aug 2005 20:29:00 -0000 Subject: MOUSE MOVE EVENT + CTRL + LEFT CLICK not recognized? Message-ID: <3782EF0C54A17E4A902861E3C643F401056BBC22@exchangema.allegromicro.com> I had similar problems until I found out that my numlock was on. I run SAS on solaris and it had its own keyboard mapping start-up init. SAS maps every key with what I think might be the exhaustive modifier keys combination. For example, For [INSERT] SAS maps :osfInsert -> SASInsert(); Capslock:osfInsert -> SASInsert(); When I used Reflection/X, the Numlock on/off had no effect. But when I use cygwin/X, I need an additional SAS keyboard defn: Numlock:osfInsert -> SASInsert(); Which I decided not to define. I simply make sure the numlock is off. There are two points to note here: 1. Does your software do the same as SAS, and therefore afflicted by it? 2. Why does numlock have no effect when using Exceed and Reflection but Cygwin/X is affected by it. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From zerobane2@yahoo.com Fri Aug 19 20:30:00 2005 From: zerobane2@yahoo.com (jason cafarelli) Date: Fri, 19 Aug 2005 20:30:00 -0000 Subject: MOUSE MOVE EVENT + CTRL + LEFT CLICK not recognized? In-Reply-To: Message-ID: <20050819202404.35398.qmail@web50310.mail.yahoo.com> --- Cary Jamison wrote: > Igor Pechtchanski wrote: > > On Fri, 19 Aug 2005, jason cafarelli wrote: > > > >> I've recently started using cygwin in place of > >> XVision. One of my programs uses ctrl + left > click to > >> move a mouse cursor around the screen. For some > >> reason CYGwin does not seem to recognize the ctrl > key > >> being held down. Is this a "newb" > setup/configuration > >> problem or something more serious? > >> > >> Two other xservers i have tested with recognize > the ctrl+click. > > > > What does "xev" show? > > Igor > > Also, check if your num-lock makes a difference. > > Cary > > > > > -- > Unsubscribe info: > http://cygwin.com/ml/#unsubscribe-simple > Problem reports: > http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ > > Num Lock did the trick Thanks Cary! __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From domingahoskins@doond.com Sat Aug 20 02:59:00 2005 From: domingahoskins@doond.com (Clark Cantrell) Date: Sat, 20 Aug 2005 02:59:00 -0000 Subject: Nail a chick tonight right here..,.countdown Message-ID: Many people do not have time for, or may simply not want a relationship. This is how we can help you. See our profiles directory to find all the sex you can handle. Listings can be found all over North America. You can find a sex friend today. http://fwpy.lowantrip.com/gaac/ _____________________________________________ pass lowantrip.com/retract/ Grant intendant. From lukrez@gmx.at Sat Aug 20 09:19:00 2005 From: lukrez@gmx.at (Franz Haeuslschmid) Date: Sat, 20 Aug 2005 09:19:00 -0000 Subject: rxvt: `info' dumpes core when rxvt is resized Message-ID: Hello, I lately observe that `info' when invoked within `rxvt' happens to fail due to a segmentation fault. I usually invoke `rxvt' with a shortcut using the following command line D:\cygwin\bin\rxvt.exe -e /usr/bin/bash --login -i The way to reproduce this behaviour on my system is to start `rxvt' and opening the info documentation for info: haeuslsc@pan ~ $ info info When I now try to resize the window height of `rxvt' (it doesn't matter, whether I want to increment or decrement the size), `info' quits stating that Segmentation fault (core dumped) happened. The output of `cygcheck -s -v -r' is appended to this message. Franz. P.S.: This may be off-topic, but I had Problems attaching the output of `cygcheck', that is why I appended it to this message. I regularly received a failure notice from the MAILER-DAEMON at sourceware.org with the following content: ,---- | Hi. This is the qmail-send program at sourceware.org. | I'm afraid I wasn't able to deliver your message to the following addresses. | This is a permanent error; I've given up. Sorry it didn't work out. | | : | bayes: cannot open bayes databases /qmail/spamassassin/bayes_* R/O: tie failed: Permission denied | bayes: cannot open bayes databases /qmail/spamassassin/bayes_* R/O: tie failed: Permission denied | bayes: cannot open bayes databases /qmail/spamassassin/bayes_* R/O: tie failed: Permission denied | bayes: cannot open bayes databases /qmail/spamassassin/bayes_* R/W: tie failed: Permission denied | ezmlm-send: fatal: Sorry, after removing unacceptable MIME parts from your message I was left with nothing (#5.7.0) `---- Any ideas? Cygwin Configuration Diagnostics Current System Time: Sat Aug 20 10:54:59 2005 Windows XP Professional Ver 5.1 Build 2600 Service Pack 2 Path: D:\cygwin\usr\local\bin D:\cygwin\bin D:\cygwin\bin D:\cygwin\usr\X11R6\bin d:\Programme\GNU\GnuPG d:\Programme\gs\gs8.51\bin d:\Perl\bin d:\Programme\MiKTeX\texmf\miktex\bin d:\WINDOWS\system32 d:\WINDOWS d:\WINDOWS\System32\Wbem d:\Programme\Gemeinsame Dateien\Adaptec Shared\System d:\Programme\Gemeinsame Dateien\GTK\2.0\bin d:\Programme\ATI Technologies\ATI Control Panel .\ c:\PROGRA~1\ATITEC~1\ATICON~1 Output from D:\cygwin\bin\id.exe (nontsec) UID: 1003(Root) GID: 513(Kein) 0(root) 513(Kein) 544(Administratoren) 545(Benutzer) 1009(Debugger Users) 1012(Debuggerbenutzer) Output from D:\cygwin\bin\id.exe (ntsec) UID: 1003(Root) GID: 513(Kein) 0(root) 513(Kein) 544(Administratoren) 545(Benutzer) 1009(Debugger Users) 1012(Debuggerbenutzer) SysDir: D:\WINDOWS\system32 WinDir: D:\WINDOWS USER = `Root' PWD = `/home/Root' HOME = `/home/Root' MAKE_MODE = `unix' MANPATH = `/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man' CTSYN = `C:\WINDOWS' HOSTNAME = `pan' VS71COMNTOOLS = `D:\Programme\Microsoft Visual Studio .NET 2003\Common7\Tools\' TERM = `xterm' PROCESSOR_IDENTIFIER = `x86 Family 15 Model 2 Stepping 7, GenuineIntel' WINDIR = `D:\WINDOWS' WINDOWID = `4732384' OLDPWD = `/usr/bin' USERDOMAIN = `PAN' OS = `Windows_NT' ALLUSERSPROFILE = `D:\Dokumente und Einstellungen\All Users' TEMP = `/cygdrive/d/DOKUME~1/Root/LOKALE~1/Temp' COMMONPROGRAMFILES = `D:\Programme\Gemeinsame Dateien' TVDUMPFLAGS = `10' LIB = `D:\Programme\Microsoft Visual Studio .NET 2003\SDK\v1.1\Lib\' USERNAME = `Root' PROCESSOR_LEVEL = `15' FP_NO_HOST_CHECK = `NO' SYSTEMDRIVE = `D:' USERPROFILE = `D:\Dokumente und Einstellungen\Root' PS1 = `\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ ' PROCESSOR_ARCHITECTURE = `x86' SHLVL = `1' COLORFGBG = `0;default;7' PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH' BLASTER = `A240 I10 D3 H7 P330 T6' COMSPEC = `D:\WINDOWS\system32\cmd.exe' TMP = `/cygdrive/d/DOKUME~1/Root/LOKALE~1/Temp' SYSTEMROOT = `D:\WINDOWS' PRINTER = `Canon MP390 Series Printer' CVS_RSH = `/bin/ssh' PROCESSOR_REVISION = `0207' PKG_CONFIG_PATH = `/usr/local/lib/pkgconfig:/usr/X11R6/lib/pkgconfig' INFOPATH = `/usr/local/info:/usr/share/info:/usr/info:' PROGRAMFILES = `D:\Programme' DISPLAY = `:0' NUMBER_OF_PROCESSORS = `1' INCLUDE = `D:\Programme\Microsoft Visual Studio .NET 2003\SDK\v1.1\include\' COMPUTERNAME = `PAN' COLORTERM = `rxvt-xpm' _ = `/usr/bin/cygcheck' POSIXLY_CORRECT = `1' HKEY_CURRENT_USER\Software\Cygnus Solutions HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 (default) = `/cygdrive' cygdrive flags = 0x00000022 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ (default) = `D:\cygwin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home (default) = `D:\Dokumente und Einstellungen' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin (default) = `D:\cygwin/bin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib (default) = `D:\cygwin/lib' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options a: fd N/A N/A c: hd FAT32 2043Mb 54% CP UN WINDOWS 98 d: hd NTFS 32765Mb 69% CP CS UN PA FC Windows XP e: hd NTFS 32765Mb 27% CP CS UN PA FC Daten f: cd N/A N/A g: cd CDFS 697Mb 100% CS UN G2ADDON1 h: fd N/A N/A D:\cygwin / system binmode D:\Dokumente und Einstellungen /home system binmode D:\cygwin/bin /usr/bin system binmode D:\cygwin/lib /usr/lib system binmode . /cygdrive system binmode,cygdrive Found: D:\cygwin\bin\awk.exe Found: D:\cygwin\bin\bash.exe Found: D:\cygwin\bin\cat.exe Found: D:\cygwin\bin\cp.exe Found: D:\cygwin\bin\cpp.exe Found: D:\cygwin\bin\find.exe Found: D:\cygwin\bin\gcc.exe Found: D:\cygwin\bin\gdb.exe Found: D:\cygwin\bin\grep.exe Found: D:\cygwin\bin\ld.exe Found: D:\cygwin\bin\ls.exe Found: D:\cygwin\bin\make.exe Found: D:\cygwin\bin\mv.exe Found: D:\cygwin\bin\rm.exe Found: D:\cygwin\bin\sed.exe Found: D:\cygwin\bin\sh.exe Found: D:\cygwin\bin\tar.exe 7137k 2005/05/29 D:\cygwin\usr\local\bin\cygaspell-15.dll - os=4.0 img=1.0 sys=4.0 "cygaspell-15.dll" v0.0 ts=2005/5/29 14:02 15k 2005/05/29 D:\cygwin\usr\local\bin\cygpspell-15.dll - os=4.0 img=1.0 sys=4.0 "cygpspell-15.dll" v0.0 ts=2005/5/29 14:03 25k 2005/08/15 D:\cygwin\bin\cygao-2.dll - os=4.0 img=1.0 sys=4.0 "cygao-2.dll" v0.0 ts=2005/8/15 11:22 93k 2005/02/17 D:\cygwin\bin\cygapr-0-0.dll - os=4.0 img=1.0 sys=4.0 "cygapr-0-0.dll" v0.0 ts=2005/2/17 22:52 77k 2004/06/04 D:\cygwin\bin\cygart_lgpl_2-2.dll - os=4.0 img=1.0 sys=4.0 "cygart_lgpl_2-2.dll" v0.0 ts=2004/6/4 12:20 113k 2005/07/16 D:\cygwin\bin\cygatk-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygatk-1.0-0.dll" v0.0 ts=2005/7/15 21:37 237k 2004/11/04 D:\cygwin\bin\cygatkmm-1.6-1.dll - os=4.0 img=1.0 sys=4.0 "cygatkmm-1.6-1.dll" v0.0 ts=2004/11/4 2:50 145k 2004/09/02 D:\cygwin\bin\cygaudiofile-0.dll - os=4.0 img=1.0 sys=4.0 "cygaudiofile-0.dll" v0.0 ts=2004/9/2 5:38 56k 2005/07/09 D:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2005/7/9 7:09 18k 2004/07/06 D:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 "cygcharset-1.dll" v0.0 ts=2004/7/6 20:09 529k 2004/06/27 D:\cygwin\bin\cygcppunit-1-9-14.dll - os=4.0 img=1.0 sys=4.0 "cygcppunit-1-9-14.dll" v0.0 ts=2004/6/27 3:29 260k 2004/10/26 D:\cygwin\bin\cygcroco-0.6-3.dll - os=4.0 img=1.0 sys=4.0 "cygcroco-0.6-3.dll" v0.0 ts=2004/10/27 0:09 7k 2003/10/19 D:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0 "cygcrypt-0.dll" v0.0 ts=2003/10/19 9:57 858k 2005/04/11 D:\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.7.dll" v0.0 ts=2005/4/11 20:21 1042k 2005/07/07 D:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.8.dll" v0.0 ts=2005/7/7 11:06 617k 2004/03/22 D:\cygwin\bin\cygcurl-2.dll - os=4.0 img=1.0 sys=4.0 "cygcurl-2.dll" v0.0 ts=2004/3/22 16:52 895k 2004/04/28 D:\cygwin\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.2.dll" v0.0 ts=2004/4/27 17:31 965k 2005/05/14 D:\cygwin\bin\cygdb-4.3.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.3.dll" v0.0 ts=2005/5/14 14:37 1156k 2004/04/28 D:\cygwin\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.2.dll" v0.0 ts=2004/4/27 17:35 1240k 2005/05/14 D:\cygwin\bin\cygdb_cxx-4.3.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.3.dll" v0.0 ts=2005/5/14 14:41 9k 2004/10/24 D:\cygwin\bin\cygdlloader-6.dll - os=4.0 img=1.0 sys=4.0 "cygdlloader-6.dll" v0.0 ts=2004/10/24 9:59 28k 2004/08/15 D:\cygwin\bin\cygesd-0.dll - os=4.0 img=1.0 sys=4.0 "cygesd-0.dll" v0.0 ts=2004/8/16 1:31 174k 2004/10/14 D:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0 "cygexpat-0.dll" v0.0 ts=2004/10/14 10:34 71k 2005/07/30 D:\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0 "cygexslt-0.dll" v0.0 ts=2005/7/30 11:06 214k 2005/08/13 D:\cygwin\bin\cygFLAC++-5.dll - os=4.0 img=1.0 sys=4.0 "cygFLAC++-5.dll" v0.0 ts=2005/8/13 10:09 274k 2005/08/13 D:\cygwin\bin\cygFLAC-7.dll - os=4.0 img=1.0 sys=4.0 "cygFLAC-7.dll" v0.0 ts=2005/8/13 10:04 129k 2004/03/11 D:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontconfig-1.dll" v0.0 ts=2004/3/11 1:12 40k 2005/07/10 D:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 "cygform-8.dll" v0.0 ts=2005/7/10 5:29 45k 2001/04/25 D:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0 "cygform5.dll" v0.0 ts=2001/4/25 7:28 35k 2002/01/09 D:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0 "cygform6.dll" v0.0 ts=2002/1/9 7:03 48k 2003/08/09 D:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0 "cygform7.dll" v0.0 ts=2003/8/9 11:25 859k 2005/08/08 D:\cygwin\bin\cygfpx-1.dll - os=4.0 img=1.0 sys=4.0 "cygfpx-1.dll" v0.0 ts=2005/8/8 23:35 361k 2003/10/25 D:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-6.dll" v0.0 ts=2003/10/22 6:18 323k 2005/07/10 D:\cygwin\bin\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0 "cyggcrypt-11.dll" v0.0 ts=2005/7/10 2:10 222k 2005/01/13 D:\cygwin\bin\cyggd-2.dll - os=4.0 img=1.0 sys=4.0 "cyggd-2.dll" v0.0 ts=2005/1/13 16:56 28k 2003/07/20 D:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-3.dll" v0.0 ts=2003/7/20 9:58 30k 2003/08/11 D:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-4.dll" v0.0 ts=2003/8/11 4:12 19k 2003/03/22 D:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm.dll" v0.0 ts=2002/2/20 4:05 15k 2003/07/20 D:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 10:00 15k 2003/08/11 D:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-4.dll" v0.0 ts=2003/8/11 4:13 195k 2004/09/02 D:\cygwin\bin\cyggdk-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggdk-1-2-0.dll" v0.0 ts=2004/9/2 20:31 453k 2005/07/31 D:\cygwin\bin\cyggdk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggdk-x11-2.0-0.dll" v0.0 ts=2005/7/31 10:59 244k 2004/11/04 D:\cygwin\bin\cyggdkmm-2.4-1.dll - os=4.0 img=1.0 sys=4.0 "cyggdkmm-2.4-1.dll" v0.0 ts=2004/11/4 4:20 77k 2005/07/31 D:\cygwin\bin\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2005/7/31 10:48 54k 2005/07/31 D:\cygwin\bin\cyggdk_pixbuf_xlib-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggdk_pixbuf_xlib-2.0-0.dll" v0.0 ts=2005/7/31 11:51 107k 2004/07/06 D:\cygwin\bin\cyggettextlib-0-14-1.dll - os=4.0 img=1.0 sys=4.0 "cyggettextlib-0-14-1.dll" v0.0 ts=2004/7/6 19:56 17k 2004/07/06 D:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0 "cyggettextpo-0.dll" v0.0 ts=2004/7/6 19:56 190k 2004/07/06 D:\cygwin\bin\cyggettextsrc-0-14-1.dll - os=4.0 img=1.0 sys=4.0 "cyggettextsrc-0-14-1.dll" v0.0 ts=2004/7/6 19:56 135k 2005/03/16 D:\cygwin\bin\cygglib-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygglib-1-2-0.dll" v0.0 ts=2005/3/16 3:16 556k 2005/07/16 D:\cygwin\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygglib-2.0-0.dll" v0.0 ts=2005/7/16 13:32 429k 2004/10/29 D:\cygwin\bin\cygglibmm-2.4-1.dll - os=4.0 img=1.0 sys=4.0 "cygglibmm-2.4-1.dll" v0.0 ts=2004/10/29 7:08 224k 2004/10/29 D:\cygwin\bin\cygglibmm_generate_extra_defs-2.4-1.dll - os=4.0 img=1.0 sys=4.0 "cygglibmm_generate_extra_defs-2.4-1.dll" v0.0 ts=2004/10/29 6:51 12k 2005/03/16 D:\cygwin\bin\cyggmodule-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggmodule-1-2-0.dll" v0.0 ts=2005/3/16 3:18 10k 2005/07/16 D:\cygwin\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggmodule-2.0-0.dll" v0.0 ts=2005/7/16 13:34 228k 2005/07/16 D:\cygwin\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggobject-2.0-0.dll" v0.0 ts=2005/7/16 13:34 12k 2005/07/09 D:\cygwin\bin\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0 "cyggpg-error-0.dll" v0.0 ts=2005/7/10 0:34 10k 2005/03/16 D:\cygwin\bin\cyggthread-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggthread-1-2-0.dll" v0.0 ts=2005/3/16 3:18 14k 2005/07/16 D:\cygwin\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggthread-2.0-0.dll" v0.0 ts=2005/7/16 13:34 1293k 2004/09/02 D:\cygwin\bin\cyggtk-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggtk-1-2-0.dll" v0.0 ts=2004/9/2 20:44 2760k 2005/07/31 D:\cygwin\bin\cyggtk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggtk-x11-2.0-0.dll" v0.0 ts=2005/7/31 11:26 2018k 2004/11/04 D:\cygwin\bin\cyggtkmm-2.4-1.dll - os=4.0 img=1.0 sys=4.0 "cyggtkmm-2.4-1.dll" v0.0 ts=2004/11/4 4:24 17k 2001/06/28 D:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0 "cyghistory4.dll" v0.0 ts=2001/1/7 5:34 29k 2003/08/10 D:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0 "cyghistory5.dll" v0.0 ts=2003/8/11 1:16 24k 2005/07/29 D:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 "cyghistory6.dll" v0.0 ts=2005/7/29 5:57 991k 2004/07/06 D:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2004/7/6 20:10 22k 2001/12/13 D:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0 "cygintl-1.dll" v0.0 ts=2001/12/13 10:28 37k 2003/08/10 D:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0 "cygintl-2.dll" v0.0 ts=2003/8/10 23:50 54k 2004/07/06 D:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 "cygintl-3.dll" v0.0 ts=2004/7/6 19:51 21k 2001/06/20 D:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0 "cygintl.dll" v0.0 ts=2001/6/20 19:09 241k 2004/08/06 D:\cygwin\bin\cygjasper-1-701-1.dll - os=4.0 img=1.0 sys=4.0 "cygjasper-1-701-1.dll" v0.0 ts=2004/8/6 17:17 48k 2003/08/10 D:\cygwin\bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0 "cygjbig1.dll" v0.0 ts=2003/8/11 1:58 132k 2003/08/11 D:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg-62.dll" v0.0 ts=2003/8/11 2:37 119k 2002/02/09 D:\cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg6b.dll" v0.0 ts=2002/2/9 6:19 42k 2005/05/04 D:\cygwin\bin\cyglber-2-2-7.dll - os=4.0 img=1.0 sys=4.0 "cyglber-2-2-7.dll" v0.0 ts=2005/5/4 12:54 156k 2004/06/04 D:\cygwin\bin\cyglcms-1.dll - os=4.0 img=1.0 sys=4.0 "cyglcms-1.dll" v0.0 ts=2004/6/4 16:00 179k 2005/05/04 D:\cygwin\bin\cygldap-2-2-7.dll - os=4.0 img=1.0 sys=4.0 "cygldap-2-2-7.dll" v0.0 ts=2005/5/4 13:03 191k 2005/05/04 D:\cygwin\bin\cygldap_r-2-2-7.dll - os=4.0 img=1.0 sys=4.0 "cygldap_r-2-2-7.dll" v0.0 ts=2005/5/4 13:03 41k 2005/06/01 D:\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0 "cygltdl-3.dll" v0.0 ts=2005/6/1 7:34 26k 2004/10/24 D:\cygwin\bin\cygltdl-6.dll - os=4.0 img=1.0 sys=4.0 "cygltdl-6.dll" v0.0 ts=2004/10/24 9:59 148k 2005/08/02 D:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0 "cygmagic-1.dll" v0.0 ts=2005/8/2 21:32 369k 2004/08/11 D:\cygwin\bin\cygMagick++-6.dll - os=4.0 img=1.0 sys=4.0 "cygMagick++-6.dll" v0.0 ts=2004/8/11 8:04 3214k 2004/08/11 D:\cygwin\bin\cygMagick-6.dll - os=4.0 img=1.0 sys=4.0 "cygMagick-6.dll" v0.0 ts=2004/8/11 7:37 21k 2005/07/10 D:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-8.dll" v0.0 ts=2005/7/10 5:28 26k 2001/04/25 D:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0 "cygmenu5.dll" v0.0 ts=2001/4/25 7:27 20k 2002/01/09 D:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0 "cygmenu6.dll" v0.0 ts=2002/1/9 7:03 29k 2003/08/09 D:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0 "cygmenu7.dll" v0.0 ts=2003/8/9 11:25 21k 2004/10/22 D:\cygwin\bin\cygminires.dll - os=4.0 img=1.0 sys=4.0 "cygminires.dll" v0.0 ts=2004/10/22 22:28 67k 2005/07/10 D:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-8.dll" v0.0 ts=2005/7/10 5:29 156k 2001/04/25 D:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++5.dll" v0.0 ts=2001/4/25 7:29 175k 2002/01/09 D:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++6.dll" v0.0 ts=2002/1/9 7:03 225k 2005/07/10 D:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-8.dll" v0.0 ts=2005/7/10 5:15 226k 2001/04/25 D:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0 "cygncurses5.dll" v0.0 ts=2001/4/25 7:17 202k 2002/01/09 D:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0 "cygncurses6.dll" v0.0 ts=2002/1/9 7:03 224k 2003/08/09 D:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0 "cygncurses7.dll" v0.0 ts=2003/8/9 11:24 23k 2005/08/12 D:\cygwin\bin\cygogg-0.dll - os=4.0 img=1.0 sys=4.0 "cygogg-0.dll" v0.0 ts=2005/8/13 0:39 150k 2005/08/13 D:\cygwin\bin\cygOggFLAC++-2.dll - os=4.0 img=1.0 sys=4.0 "cygOggFLAC++-2.dll" v0.0 ts=2005/8/13 10:09 107k 2005/08/13 D:\cygwin\bin\cygOggFLAC-3.dll - os=4.0 img=1.0 sys=4.0 "cygOggFLAC-3.dll" v0.0 ts=2005/8/13 10:09 49k 2004/08/02 D:\cygwin\bin\cygogrove-0.dll - os=4.0 img=1.0 sys=4.0 "cygogrove-0.dll" v0.0 ts=2004/8/2 17:41 1706k 2004/08/02 D:\cygwin\bin\cygosp-4.dll - os=4.0 img=1.0 sys=4.0 "cygosp-4.dll" v0.0 ts=2004/8/2 16:51 326k 2004/08/02 D:\cygwin\bin\cygospgrove-0.dll - os=4.0 img=1.0 sys=4.0 "cygospgrove-0.dll" v0.0 ts=2004/8/2 18:07 1922k 2004/08/02 D:\cygwin\bin\cygostyle-0.dll - os=4.0 img=1.0 sys=4.0 "cygostyle-0.dll" v0.0 ts=2004/8/2 18:07 11k 2005/07/10 D:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-8.dll" v0.0 ts=2005/7/10 5:28 15k 2001/04/25 D:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0 "cygpanel5.dll" v0.0 ts=2001/4/25 7:27 12k 2002/01/09 D:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0 "cygpanel6.dll" v0.0 ts=2002/1/9 7:03 19k 2003/08/09 D:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0 "cygpanel7.dll" v0.0 ts=2003/8/9 11:24 198k 2005/07/18 D:\cygwin\bin\cygpango-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpango-1.0-0.dll" v0.0 ts=2005/7/18 13:26 134k 2005/07/18 D:\cygwin\bin\cygpangoft2-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangoft2-1.0-0.dll" v0.0 ts=2005/7/18 13:28 136k 2004/11/04 D:\cygwin\bin\cygpangomm-1.4-1.dll - os=4.0 img=1.0 sys=4.0 "cygpangomm-1.4-1.dll" v0.0 ts=2004/11/4 2:42 33k 2005/07/18 D:\cygwin\bin\cygpangowin32-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangowin32-1.0-0.dll" v0.0 ts=2005/7/18 13:29 36k 2005/07/18 D:\cygwin\bin\cygpangox-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangox-1.0-0.dll" v0.0 ts=2005/7/18 13:27 22k 2005/07/18 D:\cygwin\bin\cygpangoxft-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangoxft-1.0-0.dll" v0.0 ts=2005/7/18 13:29 62k 2003/12/11 D:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcre-0.dll" v0.0 ts=2003/12/11 18:01 63k 2003/04/11 D:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0 "cygpcre.dll" v0.0 ts=2003/4/11 10:31 9k 2003/12/11 D:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix-0.dll" v0.0 ts=2003/12/11 18:01 61k 2003/04/11 D:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix.dll" v0.0 ts=2003/4/11 10:31 1248k 2005/07/28 D:\cygwin\bin\cygperl5_8.dll - os=4.0 img=1.0 sys=4.0 "cygperl5_8.dll" v0.0 ts=2005/7/28 11:23 230k 2005/07/11 D:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0 "cygpng12.dll" v0.0 ts=2005/7/12 1:50 22k 2002/06/09 D:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0 "cygpopt-0.dll" v0.0 ts=2002/6/9 7:45 108k 2001/06/28 D:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0 "cygreadline4.dll" v0.0 ts=2001/1/7 5:34 148k 2003/08/10 D:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0 "cygreadline5.dll" v0.0 ts=2003/8/11 1:16 144k 2005/07/29 D:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 "cygreadline6.dll" v0.0 ts=2005/7/29 5:57 78k 2004/10/13 D:\cygwin\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0 "cygsasl2-2.dll" v0.0 ts=2004/10/14 0:50 225k 2004/10/15 D:\cygwin\bin\cygsigc-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygsigc-2.0-0.dll" v0.0 ts=2004/10/15 5:26 129k 2005/08/15 D:\cygwin\bin\cygspeex-1.dll - os=4.0 img=1.0 sys=4.0 "cygspeex-1.dll" v0.0 ts=2005/8/15 11:57 171k 2005/04/11 D:\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.7.dll" v0.0 ts=2005/4/11 20:21 217k 2005/07/07 D:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.8.dll" v0.0 ts=2005/7/7 11:07 230k 2004/10/04 D:\cygwin\bin\cygt1-5.dll - os=4.0 img=1.0 sys=4.0 "cygt1-5.dll" v0.0 ts=2004/10/4 23:44 304k 2005/07/10 D:\cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiff-5.dll" v0.0 ts=2005/7/11 1:18 282k 2003/08/11 D:\cygwin\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0 "cygtiff4.dll" v0.0 ts=2003/8/11 4:32 281k 2005/07/10 D:\cygwin\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiffxx-5.dll" v0.0 ts=2005/7/11 1:21 27k 2004/03/05 D:\cygwin\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0 "cygungif-4.dll" v0.0 ts=2004/3/5 21:13 174k 2005/08/14 D:\cygwin\bin\cygvorbis-0.dll - os=4.0 img=1.0 sys=4.0 "cygvorbis-0.dll" v0.0 ts=2005/8/14 21:15 1125k 2005/08/14 D:\cygwin\bin\cygvorbisenc-2.dll - os=4.0 img=1.0 sys=4.0 "cygvorbisenc-2.dll" v0.0 ts=2005/8/14 21:20 42k 2005/08/14 D:\cygwin\bin\cygvorbisfile-3.dll - os=4.0 img=1.0 sys=4.0 "cygvorbisfile-3.dll" v0.0 ts=2005/8/14 21:20 154k 2004/08/11 D:\cygwin\bin\cygWand-6.dll - os=4.0 img=1.0 sys=4.0 "cygWand-6.dll" v0.0 ts=2004/8/11 8:04 314k 2005/08/10 D:\cygwin\bin\cygwmf-0-2-7.dll - os=4.0 img=1.0 sys=4.0 "cygwmf-0-2-7.dll" v0.0 ts=2005/8/10 15:54 150k 2005/08/10 D:\cygwin\bin\cygwmflite-0-2-7.dll - os=4.0 img=1.0 sys=4.0 "cygwmflite-0-2-7.dll" v0.0 ts=2005/8/10 15:53 3416k 2004/02/21 D:\cygwin\bin\cygxerces-c25.dll - os=4.0 img=1.0 sys=4.0 "cygxerces-c25.dll" v0.0 ts=2004/2/21 7:49 1383k 2005/07/17 D:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0 "cygxml2-2.dll" v0.0 ts=2005/7/16 20:33 50k 2003/08/09 D:\cygwin\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-noX4.dll" v0.0 ts=2003/8/9 9:21 54k 2003/08/09 D:\cygwin\bin\cygXpm-X4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-X4.dll" v0.0 ts=2003/8/9 9:22 200k 2005/07/30 D:\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0 "cygxslt-1.dll" v0.0 ts=2005/7/30 11:05 60k 2005/07/09 D:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2005/7/9 4:27 1265k 2005/07/03 D:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2005/7/3 2:30 Cygwin DLL version info: DLL version: 1.5.18 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 132 Shared data: 4 DLL identifier: cygwin1 Mount registry: 2 Cygnus registry name: Cygnus Solutions Cygwin registry name: Cygwin Program options name: Program Options Cygwin mount registry name: mounts v2 Cygdrive flags: cygdrive flags Cygdrive prefix: cygdrive prefix Cygdrive default prefix: Build date: Sat Jul 2 20:30:04 EDT 2005 Shared id: cygwin1S4 243k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygdps-1.dll - os=4.0 img=1.0 sys=4.0 "cygdps-1.dll" v0.0 ts=2005/2/23 15:42 26k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygdpstk-1.dll - os=4.0 img=1.0 sys=4.0 "cygdpstk-1.dll" v0.0 ts=2005/2/23 15:42 28k 2004/03/31 D:\cygwin\usr\X11R6\bin\cygDtPrint-1.dll - os=4.0 img=1.0 sys=4.0 "cygDtPrint-1.dll" v0.0 ts=2004/3/31 6:23 21k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontenc-1.dll" v0.0 ts=2005/2/23 15:45 36k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygFS-6.dll - os=4.0 img=1.0 sys=4.0 "cygFS-6.dll" v0.0 ts=2005/2/23 15:34 358k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0 "cygGL-1.dll" v0.0 ts=2005/2/23 15:39 438k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0 "cygGLU-1.dll" v0.0 ts=2005/2/23 15:41 140k 2004/08/06 D:\cygwin\usr\X11R6\bin\cygglut-3.dll - os=4.0 img=1.0 sys=4.0 "cygglut-3.dll" v0.0 ts=2004/8/6 16:43 75k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0 "cygICE-6.dll" v0.0 ts=2005/2/23 15:28 77k 2004/03/31 D:\cygwin\usr\X11R6\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0 "cygMrm-2.dll" v0.0 ts=2004/3/31 6:23 9k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0 "cygoldX-6.dll" v0.0 ts=2005/2/23 15:28 1413k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0 "cygOSMesa-4.dll" v0.0 ts=2005/2/23 15:39 20k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygpsres-1.dll - os=4.0 img=1.0 sys=4.0 "cygpsres-1.dll" v0.0 ts=2005/2/23 15:42 30k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0 "cygSM-6.dll" v0.0 ts=2005/2/23 15:28 66k 2004/03/31 D:\cygwin\usr\X11R6\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0 "cygUil-2.dll" v0.0 ts=2004/3/31 6:23 877k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0 "cygX11-6.dll" v0.0 ts=2005/2/23 15:28 254k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-6.dll" v0.0 ts=2005/2/23 15:31 356k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-7.dll" v0.0 ts=2005/2/23 15:32 363k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-8.dll" v0.0 ts=2005/2/23 15:33 275k 2004/01/13 D:\cygwin\usr\X11R6\bin\cygXaw3d-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw3d-7.dll" v0.0 ts=2004/1/13 23:17 9k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcomposite-1.dll" v0.0 ts=2005/2/23 15:44 30k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcursor-1.dll" v0.0 ts=2005/2/23 15:43 9k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0 "cygXdamage-1.dll" v0.0 ts=2005/2/23 15:44 7k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXevie-1.dll - os=4.0 img=1.0 sys=4.0 "cygXevie-1.dll" v0.0 ts=2005/2/23 15:43 49k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0 "cygXext-6.dll" v0.0 ts=2005/2/23 15:28 16k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0 "cygXfixes-3.dll" v0.0 ts=2005/2/23 15:43 56k 2004/03/11 D:\cygwin\usr\X11R6\bin\cygXft-1.dll - os=4.0 img=1.0 sys=4.0 "cygXft-1.dll" v0.0 ts=2003/11/18 2:42 63k 2004/03/23 D:\cygwin\usr\X11R6\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0 "cygXft-2.dll" v0.0 ts=2004/3/23 23:20 27k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0 "cygXi-6.dll" v0.0 ts=2005/2/23 15:34 125k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbfile-1.dll" v0.0 ts=2005/2/23 15:34 12k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygxkbui-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbui-1.dll" v0.0 ts=2005/2/23 15:34 1294k 2004/03/31 D:\cygwin\usr\X11R6\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0 "cygXm-2.dll" v0.0 ts=2004/3/31 6:20 76k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 "cygXmu-6.dll" v0.0 ts=2005/2/23 15:30 11k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0 "cygXmuu-1.dll" v0.0 ts=2005/2/23 15:30 26k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXp-6.dll" v0.0 ts=2005/2/23 15:31 52k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-4.dll" v0.0 ts=2005/2/23 15:30 12k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0 "cygXrandr-2.dll" v0.0 ts=2005/2/23 15:43 28k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0 "cygXrender-1.dll" v0.0 ts=2005/2/23 15:42 8k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0 "cygXRes-1.dll" v0.0 ts=2005/2/23 15:43 40k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygxrx-6.dll - os=4.0 img=1.0 sys=4.0 "cygxrx-6.dll" v0.0 ts=2005/2/23 15:53 25k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygxrxnest-6.dll - os=4.0 img=1.0 sys=4.0 "cygxrxnest-6.dll" v0.0 ts=2005/2/23 15:53 282k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0 "cygXt-6.dll" v0.0 ts=2005/2/23 15:29 27k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0 "cygXTrap-6.dll" v0.0 ts=2005/2/23 15:43 17k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0 "cygXtst-6.dll" v0.0 ts=2005/2/23 15:34 No Cygwin services found. Cygwin Package Information Last downloaded files to: E:\Downloads\Net-Install\cygwin\download Last downloaded files from: ftp://ftp.gwdg.de/pub/linux/sources.redhat.com/cygwin Package Version _update-info-dir 00291-1 alternatives 1.3.20a-1 ash 20040127-3 atk 1.9.1-1 atk-devel 1.9.1-1 atk-runtime 1.9.1-1 autoconf 2.59-2 autoconf2.1 2.13-1 autoconf2.5 2.59-1 automake1.4 1.4p6-2 automake1.9 1.9.5-2 base-files 3.6-1 base-passwd 2.2-1 bash 3.0-11 bash-completion 20050721-1 bc 1.06-2 binutils 20050610-1 bison 20030307-1 byacc 1.9-1 bzip2 1.0.3-1 c-client 2002e-3 check 0.9.1-1 clear 1.0-1 cmake 2.0.6-1 compface 1.4-5 coreutils 5.3.0-9 cppunit 1.9.14-1 crypt 1.1-1 ctags 5.5-4 curl 7.11.1-1 cvs 1.11.17-1 cvsutils 0.2.3-1 cygrunsrv 1.10-1 cygutils 1.2.9-1 cygwin 1.5.18-1 cygwin-doc 1.4-2 d 1.2.0-1 dejagnu 20021217-2 diffstat 1.40-1 diffutils 2.8.7-1 docbook-xml42 4.2-3 docbook-xml43 4.3-1 docbook-xsl 1.69.0-1 doxygen 1.4.2_20050421-1 dpkg 1.10.4-2 editrights 1.01-1 emacs 21.2-13 emacs-leim 21.3.50-2 emacs-X11 21.2-13 epstool 3.08-1 expat 1.95.8-1 expect 20030128-1 file 4.14-1 findutils 20041227-1 flac 1.1.2-1 flex 2.5.4a-3 fontconfig 2.2.2-1 freeglut 2.2.0-1 freetype2 2.1.5-1 gawk 3.1.5-1 gcc-ada 3.4.4-1 gcc-core 3.4.4-1 gcc-g++ 3.4.4-1 gcc-g77 3.4.4-1 gcc-java 3.4.4-1 gcc-mingw-ada 20050522-1 gcc-mingw-core 20050522-1 gcc-mingw-g++ 20050522-1 gcc-mingw-g77 20050522-1 gcc-mingw-java 20050522-1 gcc-mingw-objc 20050522-1 gcc-objc 3.4.4-1 gdb 20041228-3 gdbm 1.8.3-7 gettext 0.14.1-1 gettext-devel 0.14.1-1 ghostscript 8.15-2 ghostscript-base 8.15-2 ghostscript-x11 8.15-2 glib 1.2.10-3 glib-devel 1.2.10-3 glib2 2.6.5-1 glib2-devel 2.6.5-1 glib2-runtime 2.6.5-1 glibmm24 2.4.5-1 glibmm24-devel 2.4.5-1 gnuplot 4.0.0-1 grep 2.5.1a-2 groff 1.18.1-2 gtk+ 1.2.10-2 gtk+-devel 1.2.10-2 gtk-doc 1.3-1 gtk2-x11 2.6.8-1 gtk2-x11-devel 2.6.8-1 gtk2-x11-runtime 2.6.8-1 gtkmm24 2.4.7-1 gtkmm24-devel 2.4.7-1 gzip 1.3.5-1 help2man 1.33.1-1 ImageMagick 6.0.4-1 indent 2.2.9-1 intltool 0.33-1 jasper 1.701.0-1 jbigkit 1.5-3 joe 3.3-2 jpeg 6b-11 lcms 1.13-1 less 381-1 lesstif 0.93.94-2 libao 0.8.6-1 libao2 0.8.6-1 libapr0 0.9.6-1 libart_lgpl 2.3.16-1 libaudiofile0 0.2.6-2 libbz2_1 1.0.3-1 libcharset1 1.9.2-1 libcroco06 0.6.0-1 libdb4.2 4.2.52-1 libdb4.3 4.3.28-1 libesound0 0.2.35-1 libFLAC++5 1.1.2-1 libFLAC7 1.1.2-1 libfontconfig-devel 2.2.2-1 libfontconfig1 2.2.2-1 libfpx 1.2.0.12-1 libfreetype2-devel 2.1.5-1 libfreetype26 2.1.5-1 libgc 6.4-1 libgcrypt 1.2.1-1 libgd2 2.0.33-1 libgdbm 1.8.0-5 libgdbm-devel 1.8.3-7 libgdbm3 1.8.3-3 libgdbm4 1.8.3-7 libgettextpo0 0.14.1-1 libgpg-error 1.1-1 libiconv 1.9.2-1 libiconv2 1.9.2-1 libintl 0.10.38-3 libintl1 0.10.40-1 libintl2 0.12.1-3 libintl3 0.14.1-1 libjpeg62 6b-11 libjpeg6b 6b-8 libltdl3 1.5.18-1 libltdl6 1.9f_20041024-1 libMagick6 6.0.4-1 libncurses-devel 5.4-2 libncurses5 5.2-1 libncurses6 5.2-8 libncurses7 5.3-4 libncurses8 5.4-2 libogg 1.1.2-1 libogg0 1.1.2-1 libOggFLAC++2 1.1.2-1 libOggFLAC3 1.1.2-1 libopenldap2_2_7 2.2.26-1 libpcre 4.1-1 libpcre0 4.5-1 libpng 1.2.8-2 libpng12 1.2.8-2 libpng12-devel 1.2.8-2 libpopt0 1.6.4-4 libreadline4 4.1-2 libreadline5 4.3-5 libreadline6 5.0-4 libsasl2 2.1.19-3 libsigc++2 2.0.6-1 libsigc++2-devel 2.0.6-1 libspeex1 1.1.10-1 libtiff-devel 3.7.3-1 libtiff4 3.6.0-5 libtiff5 3.7.3-1 libtool1.5 1.5.18-1 libungif 4.1.0-3 libvorbis 1.1.1-1 libvorbis0 1.1.1-1 libvorbisenc2 1.1.1-1 libvorbisfile3 1.1.1-1 libwmf 0.2.8.4-1 libxerces-c25 2.5.0-1 libXft 2.1.6-1 libXft-devel 2.1.6-1 libXft1 1.0.0-1 libXft2 2.1.6-1 libxml2 2.6.20-3 libxml2-devel 2.6.20-3 libxslt 1.1.14-2 login 1.9-7 m4 1.4.3-1 make 3.80-1 man 1.5p-1 mingw-runtime 3.8-1 minires 1.00-1 mktemp 1.5-3 more 2.11o-1 ncftp 3.1.7-1 ncurses 5.4-2 openjade 1.3.3-1 OpenSP 1.5.1-1 openssh 4.1p1-2 openssl 0.9.8-2 openssl-devel 0.9.8-2 openssl097 0.9.7g-1 pango 1.8.1-1 pango-devel 1.8.1-1 pango-runtime 1.8.1-1 patch 2.5.8-8 patchutils 0.2.30-1 pcre 4.5-1 pcre-doc 4.5-1 perl 5.8.7-3 ping 1.0-1 pkgconfig 0.17.2-2 popt 1.6.4-4 postgresql 7.4.5-1 procps 3.2.5-1 psmisc 21.5-1 python 2.4.1-1 rcs 5.7-3 readline 5.0-4 rsync 2.6.6-1 rxvt 2.7.10-6 sed 4.1.4-1 sharutils 4.4-1 splint 3.1.1-1 t1lib 5.0.2-1 tar 1.13.25-7 tcltk 20030901-1 termcap 20050421-1 terminfo 5.4_20041009-1 texinfo 4.8-1 tiff 3.7.3-1 transfig 3.2.4-2 unzip 5.50-5 uw-imap 2002e-3 vorbis-tools 1.1.1-3 w32api 3.3-1 wget 1.9.1-2 which 1.7-1 X-startup-scripts 1.0.10-4 Xaw3d 1.5D-5 xemacs 21.4.17-1 xemacs-emacs-common 21.4.17-1 xfig 3.2.4-6 xfig-lib 3.2.4-6 xorg-x11-base 6.8.2.0-1 xorg-x11-bin 6.8.2.0-1 xorg-x11-bin-dlls 6.8.2.0-1 xorg-x11-bin-lndir 6.8.2.0-1 xorg-x11-devel 6.8.2.0-2 xorg-x11-etc 6.8.2.0-1 xorg-x11-fenc 6.8.1.0-2 xorg-x11-fnts 6.8.1.0-3 xorg-x11-fscl 6.8.1.0-2 xorg-x11-fsrv 6.8.2.0-1 xorg-x11-libs-data 6.8.2.0-1 xorg-x11-vfb 6.8.2.0-2 xorg-x11-xwin 6.8.2.0-4 xpdf 3.00-2 xpm-nox 4.2.0-4 xterm 202-1 xwinclip 1.2.0-1 zip 2.3-6 zlib 1.2.2-2 Use -h to see help about each section -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Sat Aug 20 16:21:00 2005 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Sat, 20 Aug 2005 16:21:00 -0000 Subject: rxvt: `info' dumpes core when rxvt is resized In-Reply-To: References: Message-ID: On Sat, 20 Aug 2005, Franz Haeuslschmid wrote: > Hello, > > I lately observe that `info' when invoked within `rxvt' happens to fail > due to a segmentation fault. > [snip] > The way to reproduce this behaviour on my > system is to start `rxvt' and opening the info documentation for info: > > haeuslsc@pan ~ > $ info info > > When I now try to resize the window height of `rxvt' (it doesn't > matter, whether I want to increment or decrement the size), `info' > quits stating that > > Segmentation fault (core dumped) > > happened. I can confirm this. It also happens in an xterm, and in the regular console with CYGWIN=tty. Looks like a bug in SIGWINCH handler in info. FWIW, the actual info page doesn't matter -- just typing "info" is enough. Since I snipped the cygcheck output, "info --version" shows "info (GNU texinfo) 4.8". Strace doesn't show anything useful (IMO), but I could attach the tail end of it (after the SIGWINCH) if anyone's interested. Since this is not an X-specific issue, I'm redirecting this to the main Cygwin list. Please send replies ther. > The output of `cygcheck -s -v -r' is appended to this > message. > > Franz. > > P.S.: > This may be off-topic, but I had Problems attaching the output of > `cygcheck', that is why I appended it to this message. I > regularly received a failure notice from the MAILER-DAEMON at > sourceware.org with the following content: > > ,---- > | Hi. This is the qmail-send program at sourceware.org. > | I'm afraid I wasn't able to deliver your message to the following addresses. > | This is a permanent error; I've given up. Sorry it didn't work out. > | > | : > | bayes: cannot open bayes databases /qmail/spamassassin/bayes_* R/O: tie failed: Permission denied > | bayes: cannot open bayes databases /qmail/spamassassin/bayes_* R/O: tie failed: Permission denied > | bayes: cannot open bayes databases /qmail/spamassassin/bayes_* R/O: tie failed: Permission denied > | bayes: cannot open bayes databases /qmail/spamassassin/bayes_* R/W: tie failed: Permission denied > | ezmlm-send: fatal: Sorry, after removing unacceptable MIME parts from your message I was left with nothing (#5.7.0) > `---- > > Any ideas? > > Cygwin Configuration Diagnostics > [cygcheck output snipped] Hmm, you may want to take this up with cygwin-xfree-owner. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! If there's any real truth it's that the entire multidimensional infinity of the Universe is almost certainly being run by a bunch of maniacs. /DA -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From gerrit@familiehaase.de Sun Aug 21 08:35:00 2005 From: gerrit@familiehaase.de (Gerrit P. Haase) Date: Sun, 21 Aug 2005 08:35:00 -0000 Subject: Who wants to help porting Mozilla to Cygwin? Message-ID: <43083CDC.4040208@familiehaase.de> Hi there, I can compile it, however, mozilla is not working correctly or crashing. Any help appreciated. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From albattil@tin.it Sun Aug 21 20:30:00 2005 From: albattil@tin.it (albattil@tin.it) Date: Sun, 21 Aug 2005 20:30:00 -0000 Subject: R: Re: X/cygwin keymap load error Message-ID: <31742465.1124655700670.JavaMail.root@pswm3.cp.tin.it> Hi Philippe, thanks a lot for the solution. By ----Messaggio originale---- Da: PRG@seereal.com Data: 16-ago-2005 4.16 PM A: Cc: Ogg: Re: X/cygwin keymap load error Hi Alessandro, You wrote: > Can you help me to solve the keybord load error? > > in /tmp/XWin.log the message is: > > (--) winConfigKeyboard - Layout: "00000410" (00000410) > (--) Using preset keyboard for "Italian" (410), type "4" > (EE) Couldn't load XKB keymap, falling back to pre-XKB keymap > > When I try to use (from FAQ) > > $ setxkbmap.exe de -model pc105 > > Couldn't interpret _XKB_RULES_NAMES property > Use defaults: rules - 'xorg' model - 'pc101' layout - 'us' > Aborted (core dumped) > > $ xkbcomp -w 3 -xkm - m it /etc/X11/xkb/keymap/xfree86 localhost:0.0 > Error: Can't find file "xfree86" for keycodes include > Exiting > Abandoning keycodes file "it > > > Thank you in advance > > Alessandro > I had the same problem... By copying the /etc/X11/xkb directory into /usr/X11R6/lib/X11/xkb It seems to work pretty well now... Bye, Philippe. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jkrahn@nc.rr.com Sun Aug 21 20:46:00 2005 From: jkrahn@nc.rr.com (Joe Krahn) Date: Sun, 21 Aug 2005 20:46:00 -0000 Subject: Fix for libGL building problems Message-ID: <4308E81F.2030101@nc.rr.com> In extras/Mesa/src/glx/x11/, some functions from compsize.c were moved to indirect_size.c. Some of these are implemented as function aliases, which does not work correctly under Cygwin. Cygwin uses these in Xserver/GL/windows/. This might be a problem in some other cases as well, but it works to add a !defined(__CYGWIN__) in indirect_size.c and indirect_size.h like this (I don't have CVS write access): # if (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)) && !defined(__CYGWIN__) # define HAVE_ALIAS # endif I also noticed the inclusion of a visibility attribute based on the GCC version. Cygwin (and others?) does not support this either, but it is less critical because it seems to only cause "attribute ignored" warnings. Joe Krahn -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From oyvind.harboe@zylin.com Mon Aug 22 10:10:00 2005 From: oyvind.harboe@zylin.com (=?ISO-8859-1?Q?=D8yvind?= Harboe) Date: Mon, 22 Aug 2005 10:10:00 -0000 Subject: Spam: XFree86 maintainer Message-ID: <1124705399.22245.3.camel@localhost.localdomain> I miss Alexander :-) Any word on a new cygwin-xfree maintainer? There is a crash in Xming/cygwin-xfree86 that I'd love to have sorted... http://sourceware.org/ml/win32-x11/2005-q3/msg00015.html -- ?yvind Harboe http://www.zylin.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From corinna-cygwin@cygwin.com Mon Aug 22 11:34:00 2005 From: corinna-cygwin@cygwin.com (Corinna Vinschen) Date: Mon, 22 Aug 2005 11:34:00 -0000 Subject: Spam: XFree86 maintainer In-Reply-To: <1124705399.22245.3.camel@localhost.localdomain> References: <1124705399.22245.3.camel@localhost.localdomain> Message-ID: <20050822113356.GA17452@calimero.vinschen.de> On Aug 22 12:09, ?yvind Harboe wrote: > I miss Alexander :-) > > Any word on a new cygwin-xfree maintainer? Unfortunately not. Is anybody willing to step up, perhaps somebody who already looked into the xfree sources more than once? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader mailto:cygwin@cygwin.com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From xzou@uwo.ca Mon Aug 22 13:00:00 2005 From: xzou@uwo.ca (xzou@uwo.ca) Date: Mon, 22 Aug 2005 13:00:00 -0000 Subject: Latex in Cygwin lost? Message-ID: Dear Cygwin folks, I installed Cygwin/X in Feb, 2005, and it has been working very well. This passed weekend I wad trying add the "xfig", and after downloading and reinstalling, yes I have xfig now. However, the "latex" and "tex" do not work any more, but "amstex" still works. When I run latex, I got the following message: $ latex meta.tex This is pdfeTeXk, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) file:line:error style messages enabled. %&-line parsing enabled. kpathsea: Running mktexfmt latex.fmt tcfmgr: config file `tcfmgr.map' (usually in $TEXMFMAIN/texconfig) not found. fmtutil: config file `fmtutil.cnf' not found. I can't find the format file `latex.fmt'! ------------------------------------------------------------ and when I run "tex" I got the following: $ tex ams-00.tex This is TeXk, Version 3.141592 (Web2C 7.5.4) file:line:error style messages enabled. %&-line parsing enabled. kpathsea: Running mktexfmt tex.fmt tcfmgr: config file `tcfmgr.map' (usually in $TEXMFMAIN/texconfig) not found. fmtutil: config file `fmtutil.cnf' not found. I can't find the format file `tex.fmt'! ------------------------ I am a mathematician, and use latex a lot. Does anybody have any suggestion/idea in solving this problem? Many thanks Xingfu Zou, University of Western Ontario (Canada) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Mon Aug 22 15:15:00 2005 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Mon, 22 Aug 2005 15:15:00 -0000 Subject: Latex in Cygwin lost? In-Reply-To: References: Message-ID: Wrong list, redirected. Please remove from further replies. On Mon, 22 Aug 2005, xzou wrote: > Dear Cygwin folks, > > I installed Cygwin/X in Feb, 2005, and it has been working very well. > This passed weekend I wad trying add the "xfig", and after downloading > and reinstalling, yes I have xfig now. However, the "latex" and "tex" > do not work any more, but "amstex" still works. > When I run latex, I got the following message: > > $ latex meta.tex > This is pdfeTeXk, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) > file:line:error style messages enabled. > %&-line parsing enabled. > kpathsea: Running mktexfmt latex.fmt > tcfmgr: config file `tcfmgr.map' (usually in $TEXMFMAIN/texconfig) not found. > fmtutil: config file `fmtutil.cnf' not found. > I can't find the format file `latex.fmt'! > ------------------------------------------------------------ > and when I run "tex" I got the following: > > $ tex ams-00.tex > This is TeXk, Version 3.141592 (Web2C 7.5.4) > file:line:error style messages enabled. > %&-line parsing enabled. > kpathsea: Running mktexfmt tex.fmt > tcfmgr: config file `tcfmgr.map' (usually in $TEXMFMAIN/texconfig) not found. > fmtutil: config file `fmtutil.cnf' not found. > I can't find the format file `tex.fmt'! > ------------------------ > > I am a mathematician, and use latex a lot. Does anybody have any > suggestion/idea in solving this problem? > > Many thanks > > Xingfu Zou, University of Western Ontario (Canada) What does "cygcheck -cv tetex tetex-base tetex-bin tetex-tiny tetex-extra" show? Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! If there's any real truth it's that the entire multidimensional infinity of the Universe is almost certainly being run by a bunch of maniacs. /DA -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From bruno.patin@wanadoo.fr Mon Aug 22 20:47:00 2005 From: bruno.patin@wanadoo.fr (bruno patin) Date: Mon, 22 Aug 2005 20:47:00 -0000 Subject: Who wants to help porting Mozilla to Cygwin? In-Reply-To: <43083CDC.4040208@familiehaase.de> References: <43083CDC.4040208@familiehaase.de> Message-ID: <430A3948.40302@wanadoo.fr> Gerrit P. Haase wrote: > Hi there, > > I can compile it, however, mozilla is not working correctly > or crashing. Any help appreciated. > > > Gerrit I can volunteer but last time I was not able to finish the compilation. I have not much time and will do what I can. Did you try to use tools like ollydbg to follow at the lowest level possible the run of mozilla? Bruno -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From SSoong@ALLEGROMICRO.com Mon Aug 22 21:17:00 2005 From: SSoong@ALLEGROMICRO.com (Soong, SylokeJ) Date: Mon, 22 Aug 2005 21:17:00 -0000 Subject: MOUSE MOVE EVENT + CTRL + LEFT CLICK not recognized? Message-ID: <3782EF0C54A17E4A902861E3C643F401056BBC27@exchangema.allegromicro.com> XWin should have an option -numlockIsModifier true/false. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From alanh@fairlite.demon.co.uk Tue Aug 23 08:19:00 2005 From: alanh@fairlite.demon.co.uk (Alan Hourihane) Date: Tue, 23 Aug 2005 08:19:00 -0000 Subject: Spam: XFree86 maintainer In-Reply-To: <20050822113356.GA17452@calimero.vinschen.de> References: <1124705399.22245.3.camel@localhost.localdomain> <20050822113356.GA17452@calimero.vinschen.de> Message-ID: <1124785177.7530.2.camel@jetpack.demon.co.uk> On Mon, 2005-08-22 at 13:33 +0200, Corinna Vinschen wrote: > On Aug 22 12:09, ?yvind Harboe wrote: > > I miss Alexander :-) > > > > Any word on a new cygwin-xfree maintainer? > > Unfortunately not. Is anybody willing to step up, perhaps somebody who > already looked into the xfree sources more than once? If no one steps up for the job, then I'll volunteer. But my time is limited, so I won't be able to make releases at the frequency Alexander did. Alan. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From corinna-cygwin@cygwin.com Tue Aug 23 09:13:00 2005 From: corinna-cygwin@cygwin.com (Corinna Vinschen) Date: Tue, 23 Aug 2005 09:13:00 -0000 Subject: Spam: XFree86 maintainer In-Reply-To: <1124785177.7530.2.camel@jetpack.demon.co.uk> References: <1124705399.22245.3.camel@localhost.localdomain> <20050822113356.GA17452@calimero.vinschen.de> <1124785177.7530.2.camel@jetpack.demon.co.uk> Message-ID: <20050823091341.GA13220@calimero.vinschen.de> On Aug 23 09:19, Alan Hourihane wrote: > On Mon, 2005-08-22 at 13:33 +0200, Corinna Vinschen wrote: > > On Aug 22 12:09, ?yvind Harboe wrote: > > > I miss Alexander :-) > > > > > > Any word on a new cygwin-xfree maintainer? > > > > Unfortunately not. Is anybody willing to step up, perhaps somebody who > > already looked into the xfree sources more than once? > > If no one steps up for the job, then I'll volunteer. But my time is > limited, so I won't be able to make releases at the frequency Alexander > did. Thanks for the offer! It's worth a couple of gold starts. We'll just wait for cgf to wake up now... ;-) Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader mailto:cygwin@cygwin.com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Tue Aug 23 15:36:00 2005 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Tue, 23 Aug 2005 15:36:00 -0000 Subject: Spam: XFree86 maintainer In-Reply-To: <20050823091341.GA13220@calimero.vinschen.de> References: <1124705399.22245.3.camel@localhost.localdomain> <20050822113356.GA17452@calimero.vinschen.de> <1124785177.7530.2.camel@jetpack.demon.co.uk> <20050823091341.GA13220@calimero.vinschen.de> Message-ID: On Tue, 23 Aug 2005, Corinna Vinschen wrote: > On Aug 23 09:19, Alan Hourihane wrote: > > On Mon, 2005-08-22 at 13:33 +0200, Corinna Vinschen wrote: > > > On Aug 22 12:09, ??yvind Harboe wrote: > > > > I miss Alexander :-) > > > > > > > > Any word on a new cygwin-xfree maintainer? > > > > > > Unfortunately not. Is anybody willing to step up, perhaps somebody > > > who already looked into the xfree sources more than once? > > > > If no one steps up for the job, then I'll volunteer. But my time is > > limited, so I won't be able to make releases at the frequency > > Alexander did. > > Thanks for the offer! It's worth a couple of gold starts. > > We'll just wait for cgf to wake up now... ;-) Why wait for CGF? You have the power to give out gold stars too, you know... :-) I'm sure he'll confirm these. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! If there's any real truth it's that the entire multidimensional infinity of the Universe is almost certainly being run by a bunch of maniacs. /DA -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jkrahn@nc.rr.com Wed Aug 24 04:46:00 2005 From: jkrahn@nc.rr.com (Joe Krahn) Date: Wed, 24 Aug 2005 04:46:00 -0000 Subject: Build problems, still. Message-ID: <430BFBA8.4020807@nc.rr.com> Has anyone gotten a full build to work recently? I got past the compsize.c changes in building the GL libs, but ran into similar problems in server GLX code. What is the relationship of Cygwin xc/ to the main Xorg xc/? Joe Krahn -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From alanh@fairlite.demon.co.uk Wed Aug 24 06:52:00 2005 From: alanh@fairlite.demon.co.uk (Alan Hourihane) Date: Wed, 24 Aug 2005 06:52:00 -0000 Subject: Build problems, still. In-Reply-To: <430BFBA8.4020807@nc.rr.com> References: <430BFBA8.4020807@nc.rr.com> Message-ID: <1124866329.7670.0.camel@jetpack.demon.co.uk> On Wed, 2005-08-24 at 00:46 -0400, Joe Krahn wrote: > Has anyone gotten a full build to work recently? I got past the > compsize.c changes in building the GL libs, but ran into similar > problems in server GLX code. > > What is the relationship of Cygwin xc/ to the main Xorg xc/? Joe, I'm working on this at the moment. I should have it fixed later today or tomorrow. Alan. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From colin.harrison@virgin.net Wed Aug 24 07:59:00 2005 From: colin.harrison@virgin.net (Colin Harrison) Date: Wed, 24 Aug 2005 07:59:00 -0000 Subject: Build problems, still. Message-ID: <200508240759.j7O7xOvH024385@StraightRunning.com> Hi, Similar problem with Xming.exe on latest xorg/xc CVS. Chances are you need to revert a recent change in GL/glx:- "Convert uses of __glPointParameterfvARB_size to __glPointParameterfvEXT_size and uses of __glPointParameteriv_size to __glPointParameterivNV_size" The latter change to PointParameteriv and PointParameteri causes Xming to stop compiling, OK if reverted. Colin Harrison -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From lists@auzsoft.net Wed Aug 24 09:12:00 2005 From: lists@auzsoft.net (Auz) Date: Wed, 24 Aug 2005 09:12:00 -0000 Subject: Problem: Cygwin/X, Fedora Core 4, KDE In-Reply-To: <200508240759.j7O7xOvH024385@StraightRunning.com> References: <200508240759.j7O7xOvH024385@StraightRunning.com> Message-ID: <430C3927.3060104@auzsoft.net> I'm having a little problem with a recently updated Fedora box. I used to run a remote KDE session using C/X after setting things up as follows on the linux machine: 1) open ports 177:udp, 6000:tcp and 6001:tcp in the firewall. 2) in /usr/share/config/kdm/kdmrc set Enable=true in the [Xdmcp] section 3) in /etc/X11/xdm/Xaccess uncomment the line allowing any host to get a login 4) in /etc/X11/xdm/xdm-config comment out the DisplayManager.requestPort: 0 line and then creating a new startx.bat on windows which ran run XWin -rootless -clipboard -unixkill -silent-dup-error -query 192.168.0.6 After upgrading to Fedora Core 4 and repeating that, I can no longer get a session going. C/X sits there for a bit, then throws out an error. The logfile says: winProcEstablishConnection - Hello winProcEstablishConnection - Xdmcp enabled, waiting to start clipboard client until fourth call. AUDIT: Wed Aug 24 09:16:43 2005: 5428 XWin: client 1 rejected from IP 192.168.0.6 Auth name: MIT-MAGIC-COOKIE-1 ID: -1 winProcEstablishConnection - Hello winProcEstablishConnection - Xdmcp enabled, waiting to start clipboard client until fourth call. AUDIT: Wed Aug 24 09:16:58 2005: 5428 XWin: client 1 rejected from IP 192.168.0.6 Auth name: MIT-MAGIC-COOKIE-1 ID: -1 winProcEstablishConnection - Hello winProcEstablishConnection - Xdmcp enabled, waiting to start clipboard client until fourth call. AUDIT: Wed Aug 24 09:17:13 2005: 5428 XWin: client 1 rejected from IP 192.168.0.6 Auth name: MIT-MAGIC-COOKIE-1 ID: -1 winProcEstablishConnection - Hello AUDIT: Wed Aug 24 09:17:28 2005: 5428 XWin: client 1 rejected from IP 192.168.0.6 Auth name: MIT-MAGIC-COOKIE-1 ID: -1 winProcEstablishConnection - ProcEstablishConnection failed, bailing. AUDIT: Wed Aug 24 09:17:43 2005: 5428 XWin: client 1 rejected from IP 192.168.0.6 Auth name: MIT-MAGIC-COOKIE-1 ID: -1 Fatal server error: XDMCP fatal error: Session failed Session 149056002 failed for display homestar:0: cannot open display winDeinitMultiWindowWM - Noting shutdown in progress The only suggestion I can find for that error is at http://www.freedesktop.org/wiki/CygwinXTroubleShooting#head-ba26b330d08d40d459ecd04a35522fd489f6b270 but I have the appropriate host file entries. Meanwhile, /var/log/messages on the FC4 machine just says: kdm: homestar:0[3687]: cannot connect to homestar:0, giving up kdm[2587]: Display homestar:0 cannot be opened and kdm.log repeats Xlib: connection to "homestar:0.0" refused by server Xlib: Invalid MIT-MAGIC-COOKIE-1 key If I telnet homestar 6000 whilst C/X is running though, I get a connection both with and without the PC firewall running (Kerio). If I run C/X locally, then ssh to the FC box and run startkde, everything works - though the fonts look a little off. Any clues as to where I'm going wrong? - Auz -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From alanh@fairlite.demon.co.uk Wed Aug 24 09:13:00 2005 From: alanh@fairlite.demon.co.uk (Alan Hourihane) Date: Wed, 24 Aug 2005 09:13:00 -0000 Subject: Build problems, still. In-Reply-To: <200508240759.j7O7xOvH024385@StraightRunning.com> References: <200508240759.j7O7xOvH024385@StraightRunning.com> Message-ID: <1124874652.7550.5.camel@jetpack.demon.co.uk> I've just committed a couple of fixes which should cure the immediate problems. Let me know if something still doesn't work right. Alan. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From colin.harrison@virgin.net Wed Aug 24 10:10:00 2005 From: colin.harrison@virgin.net (Colin Harrison) Date: Wed, 24 Aug 2005 10:10:00 -0000 Subject: Build problems, still. Message-ID: <200508241010.j7OAAC5g032495@StraightRunning.com> Hi, That fixes the need for the bodge reversion for me. Thanks Colin Harrison -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From vincentdutat@freegates.be Wed Aug 24 10:41:00 2005 From: vincentdutat@freegates.be (vdu) Date: Wed, 24 Aug 2005 10:41:00 -0000 Subject: Running Commands with xterm -e References: <42F9F6F6.4080705@rpi.edu> <20050810085211.E43033@mail.his.com> Message-ID: Hi, when xterm with latest patches (#204) will be available ?? -- Vincent Dutat "Thomas Dickey" wrote in message news:20050810085211.E43033@mail.his.com... > On Wed, 10 Aug 2005, Paul Atzberger wrote: > >> When using xterm to run a command such as: >> >> xterm -hold -e "man ls" >> >> cygwin reports the error message: >> >> no absolute path found for shell : man ls >> >> However, if the command is run with: >> xterm -hold -e man ls >> >> everything appears to work fine. > > That sounds like something I broke in xterm #201, which is fixed in #203. > "xterm -v" would show the patch number. > > -- > Thomas E. Dickey > http://invisible-island.net > ftp://invisible-island.net > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ebiennc@adedanismanlik.com Wed Aug 24 13:34:00 2005 From: ebiennc@adedanismanlik.com (araceli Ladouceur) Date: Wed, 24 Aug 2005 13:34:00 -0000 Subject: Unbiased info for investor intelligence trifled Message-ID: <4552657672695727.2.56@answer-hoq04.adedanismanlik.com> yearbook Hot Oil Pick Of The Week- ORTE We have uncovered a diamond here, ORTE is on the move for strong continued success. We are recommending it to all of our readers this week. With experts saying oil can reach five dollars per gallon by the end of the year, the oil industry is in strong demand more than ever before. This is why we are recommending ORTE now, this one will sky rocket easily, get it immediately. *Company: Oretech, Inc. *Symb0l: ORTE . Pk *Current-Price: . 55 *52 Wk High: 1. 60 *3 to 4 Day target: 1. 10+ *6 months taeget: 2. 30+ Company Inside News: Oretech Announces Positive Test Results Extracting Oil from Tar Sands. Oretech, Inc. announced today that the company has recently completed test processing on tar sands from the Athabasca region of Alberta, Canada. Preliminary results indicate the extraction of oil is apparently a higher percentage than that which is extracted by conventional methods, while remaining extremely environmentally friendly. The API gravity of the bitumen (oil) is significantly upgraded during the extraction process. Alberta's tar sands comprise one of the world's two largest sources of bitumen; the other is in Venezuela. These oil reserves are second only to Saudi Arabia, and are found only in three places in Alberta -- the Athabasca, Peace River and Cold Lake regions -- covering a total of nearly 140,800 square kilometers. These tar sands currently represent 54 per cent of Alberta's total oil production, and about one-third of all the oil produced in Canada. Output of marketable tar sands production increased to 858,000 barrels per day (bbl/d) in 2003, up from 741,000 bbl/d the year before. It is anticipated that in 2005, Alberta's tar sands production may account for one-half of Canada's total crude output and 10 per cent of North American production. Oretech, Inc. has developed a proof of concept model that represents a breakthrough in oil extraction from Tar Sand processing technology. Its business model is to be a leading edge developer and licensor of proprietary innovative technology that reduces the cost of extraction of noble metals (Gold / Silver / Platinum / Titanium) and energy resources (Oil Extraction from Tar Sand and Shale). Focusing on reducing pollution of the environment, Oretech is known for its breakthrough materials processing technology, which extracts specific minerals from diverse feedstock and raw materials without the use of harmful chemicals or the emission of environmentally unsafe gases. morphology belief gallied -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Atri.Mandal@synopsys.com Wed Aug 24 16:03:00 2005 From: Atri.Mandal@synopsys.com (Atri Mandal) Date: Wed, 24 Aug 2005 16:03:00 -0000 Subject: Cygwin help (unable to open GNOME) Message-ID: <430C9A19.5060906@synopsys.com> Hi, I have installed cygwin in my system (from a mirror site in cygwin.com) with the entire GNOME package. Still I am not being able to open the GNOME desktop in my machine. As far as I know it should come up if I invoke 'startx' from the shell. Do I need to do anything else to bring up GNOME ? Any comments/suggestions are welcome. Thanks, Atri. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From chris@areti.co.uk Wed Aug 24 21:20:00 2005 From: chris@areti.co.uk (Chris Green) Date: Wed, 24 Aug 2005 21:20:00 -0000 Subject: Cut/paste stops working after windows in standby mode In-Reply-To: <20050819182451.GA29880@areti.co.uk> References: <20050819182451.GA29880@areti.co.uk> Message-ID: <20050824211959.GA18226@areti.co.uk> On Fri, Aug 19, 2005 at 07:24:51PM +0100, Chris Green wrote: > I have just started shutting my Windows 2000 box down to standby mode > rather than doing a full power down. When I do this it seems that the > Cygwin cut/paste stops working, i.e. when I try and cut and paste on > the Linux desktop I'm displaying with Cygwin it simply doesn't cut and > paste. It works perfectly again if I shut the win2k system down > completely and restart it. > > Does anyone have any ideas how I might fix this? > > I'm using a slightly old version of Cygwin/X at the moment (probably > about the last xfree version), I'm probably going to try and upgrade > to the XOrg version very soon. > I have now updated to the latest XOrg version of Cygwin/X, it's version 6.8.2.0-4 (well it's the latest I got from one of the UK mirrors). I still have the disappearing cut/paste bug when I put Windows 2000 into standby mode. XWin.exe reports that it's starting XWin with:- XWin -query 192.168.13.1 -clipboard -lesspointer -screen 0 1600 1140 So has anyone else seen this problem and/or have any ideas what might be causing the problem? -- Chris Green (chris@areti.co.uk) "Never ascribe to malice that which can be explained by incompetence." -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From chris@areti.co.uk Wed Aug 24 21:46:00 2005 From: chris@areti.co.uk (Chris Green) Date: Wed, 24 Aug 2005 21:46:00 -0000 Subject: Is the error "Cannot create /tmp/.X11-unix ..." significant? Message-ID: <20050824214643.GA18749@areti.co.uk> Running XWin release 6.8.2.0.4 to display a Linux desktop using xdmcp. In the startup window I get the error:- _XSERVTransmkdir: Cannot create /tmp/.X11-unix with root ownership Everything seems to work OK though, apart from the cut/paste problem I've reported in another thread. Does the above error message indicate anything wrong? I have tried manually deleting /tmp/.X11-unix but it just gets recreated, owned by me. -- Chris Green (chris@areti.co.uk) "Never ascribe to malice that which can be explained by incompetence." -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From chris@areti.co.uk Wed Aug 24 21:53:00 2005 From: chris@areti.co.uk (Chris Green) Date: Wed, 24 Aug 2005 21:53:00 -0000 Subject: Is the error "Cannot create /tmp/.X11-unix ..." significant? In-Reply-To: <20050824214643.GA18749@areti.co.uk> References: <20050824214643.GA18749@areti.co.uk> Message-ID: <20050824215341.GA18817@areti.co.uk> On Wed, Aug 24, 2005 at 10:46:43PM +0100, Chris Green wrote: > Running XWin release 6.8.2.0.4 to display a Linux desktop using xdmcp. > > In the startup window I get the error:- > > _XSERVTransmkdir: Cannot create /tmp/.X11-unix with root ownership > > Everything seems to work OK though, apart from the cut/paste problem > I've reported in another thread. Does the above error message > indicate anything wrong? > > I have tried manually deleting /tmp/.X11-unix but it just gets > recreated, owned by me. > Ah, oops (maybe), is this just another slightly different version of the error message in the FAQ, section 8.1? -- Chris Green (chris@areti.co.uk) "Never ascribe to malice that which can be explained by incompetence." -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From junducki1s@freechal.com Thu Aug 25 17:54:00 2005 From: junducki1s@freechal.com (´ºÄÚ¸®¾Æ) Date: Thu, 25 Aug 2005 17:54:00 -0000 Subject: ¡ÝÁ÷ÀåÀÎ,°ø¹«¿ø!¿ù0.5~1%´ë 100%½ÂÀÎ,1¾ï¿ø±îÁö Message-ID: An HTML attachment was scrubbed... URL: From jkrahn@nc.rr.com Fri Aug 26 01:54:00 2005 From: jkrahn@nc.rr.com (Joe Krahn) Date: Fri, 26 Aug 2005 01:54:00 -0000 Subject: Build problems, still. In-Reply-To: <1124874652.7550.5.camel@jetpack.demon.co.uk> References: <200508240759.j7O7xOvH024385@StraightRunning.com> <1124874652.7550.5.camel@jetpack.demon.co.uk> Message-ID: <430E7642.5080301@nc.rr.com> Alan Hourihane wrote: > I've just committed a couple of fixes which should cure the immediate > problems. > > Let me know if something still doesn't work right. > > Alan. > Yes! the whole build went OK, except for a patch to xedit/lisp to work around the problem of #including the wrong xedit.h. I also added some checks to disable visibility attributes in CYGWIN, which is not so critical. Thanks, Joe -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From clresid@yahoo.com.sg Fri Aug 26 06:13:00 2005 From: clresid@yahoo.com.sg (clresid) Date: Fri, 26 Aug 2005 06:13:00 -0000 Subject: Cygwin for exporting CDROM Message-ID: <20050826061337.93200.qmail@web31712.mail.mud.yahoo.com> Dear Sir/Mdm, Is there a way for me to export the CDROM of my PC and allow a remote mount from another unix system (such as Sun or SGI) to read the CDROM data? Thank you. Send instant messages to your online friends http://asia.messenger.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From esj@harvee.org Fri Aug 26 13:16:00 2005 From: esj@harvee.org (Eric S. Johansson) Date: Fri, 26 Aug 2005 13:16:00 -0000 Subject: high CPU load Message-ID: (note: I sent this out last night but it didn't seem to appear. Forgive me if this is a duplicate post) I'm not sure what has happened but relatively recently I've noticed that the X11 server is consuming inordinate amounts of CPU (70%+) even when it is not doing anything. I've upgraded to the latest cygwin but it didn't change anything. Running on Windows 2000 with all service packs plus security fixes. ideas? ---eric -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From SSoong@ALLEGROMICRO.com Fri Aug 26 13:40:00 2005 From: SSoong@ALLEGROMICRO.com (Soong, SylokeJ) Date: Fri, 26 Aug 2005 13:40:00 -0000 Subject: high CPU load Message-ID: <3782EF0C54A17E4A902861E3C643F401056BBC2F@exchangema.allegromicro.com> My cygwin/x server processes are at 0% when not used. They are near 0% even when xwin is receiving lots of screen update from the solaris client running SAS. My last cygwin update was two weeks ago. When was your last update and what were your updates? (so that I know what to avoid updating). I am using XP/Pro on Dell Latitude P4 "centrino"(whatever is that?), where my xwin/wmaker is displayed on an external 2nd monitor at 1792x1344. Are you running wmaker, KDE or native ms windows manager? I had similar problems of high cpu before but I found that my anti-virus s/w was trying to check everything netbeans and cygwin was doing. I forgot how I took care of that. I did not shut any anti-virus process down. -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com]On Behalf Of Eric S. Johansson Sent: Fri, August 26, 2005 9:14 AM To: cygwin-xfree@cygwin.com Subject: high CPU load (note: I sent this out last night but it didn't seem to appear. Forgive me if this is a duplicate post) I'm not sure what has happened but relatively recently I've noticed that the X11 server is consuming inordinate amounts of CPU (70%+) even when it is not doing anything. I've upgraded to the latest cygwin but it didn't change anything. Running on Windows 2000 with all service packs plus security fixes. ideas? ---eric -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From SSoong@ALLEGROMICRO.com Fri Aug 26 14:41:00 2005 From: SSoong@ALLEGROMICRO.com (Soong, SylokeJ) Date: Fri, 26 Aug 2005 14:41:00 -0000 Subject: Cygwin for exporting CDROM Message-ID: <3782EF0C54A17E4A902861E3C643F401056BBC32@exchangema.allegromicro.com> I think you should ask the cygwin apps people rather than this cywin/x group. There is something like nfs which runs off cygwin. I believe so. IMHrO (In my horrible observation) cygwin/x is just another app (like the nfs app I I believe exists) executing on cygwin. -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com]On Behalf Of clresid Sent: Fri, August 26, 2005 2:14 AM To: cygwin-xfree@cygwin.com Subject: Cygwin for exporting CDROM Dear Sir/Mdm, Is there a way for me to export the CDROM of my PC and allow a remote mount from another unix system (such as Sun or SGI) to read the CDROM data? Thank you. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Fri Aug 26 14:46:00 2005 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Fri, 26 Aug 2005 14:46:00 -0000 Subject: Cygwin for exporting CDROM In-Reply-To: <20050826061337.93200.qmail@web31712.mail.mud.yahoo.com> References: <20050826061337.93200.qmail@web31712.mail.mud.yahoo.com> Message-ID: Wrong list, redirected. This has nothing to do with Cygwin/X. Please remove from further discussion. On Fri, 26 Aug 2005, clresid wrote: > Dear Sir/Mdm, > Is there a way for me to export the CDROM of my PC and > allow a remote mount from another unix system (such as > Sun or SGI) to read the CDROM data? Thank you. You could try using the "nfs-server" package. Please read the documentation carefully before using. HTH, Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! If there's any real truth it's that the entire multidimensional infinity of the Universe is almost certainly being run by a bunch of maniacs. /DA -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From frederick.baksik@honeywell.com Fri Aug 26 16:23:00 2005 From: frederick.baksik@honeywell.com (Baksik, Frederick (NM75)) Date: Fri, 26 Aug 2005 16:23:00 -0000 Subject: high CPU load Message-ID: <0B9EBBE7CA79D7118FD00002B3B2B9B910EA7282@nm75ex51.das.honeywell.com> > -----Original Message----- > Subject: RE: high CPU load > > My cygwin/x server processes are at 0% when not used. > They are near 0% even when xwin is receiving lots of screen > update from the solaris client running SAS. > > My last cygwin update was two weeks ago. > When was your last update and what were your updates? > (so that I know what to avoid updating). > > I am using XP/Pro on Dell Latitude P4 "centrino"(whatever is > that?), where my xwin/wmaker is displayed on an external 2nd > monitor at 1792x1344. > Are you running wmaker, KDE or native ms windows manager? > > I had similar problems of high cpu before but I found that my > anti-virus s/w was trying to check everything netbeans and > cygwin was doing. I forgot how I took care of that. I did not > shut any anti-virus process down. > > -----Original Message----- > Subject: high CPU load > > > (note: I sent this out last night but it didn't seem to > appear. Forgive me if this is a duplicate post) > > I'm not sure what has happened but relatively recently I've > noticed that the X11 server is consuming inordinate amounts > of CPU (70%+) even when it is not doing anything. I've > upgraded to the latest cygwin but it didn't change anything. > > Running on Windows 2000 with all service packs plus security fixes. > > ideas? > > ---eric I'm also running a fully updated Windows 2000 box. X11 is at 0% when it is idle. I was going to suggest running xlsclients to see what is connected with your server, but it seems that it won't actually list everything that is connected. -- Frodak -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jkrahn@nc.rr.com Fri Aug 26 16:50:00 2005 From: jkrahn@nc.rr.com (Joe Krahn) Date: Fri, 26 Aug 2005 16:50:00 -0000 Subject: Icons Message-ID: <430F4865.1040900@nc.rr.com> The newly built server does not leave a 'zombie' tray icon any longer. But, I still cannot get the XWinrc the set icons for client windows.Has anyone gotten this to work? Also, does XWin support X client defined icons? I don't recall seeing anything but the X icon, but maybe I just haven't run the right X program. Joe Krahn -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From rlorenb@agalisa.es Fri Aug 26 18:09:00 2005 From: rlorenb@agalisa.es (=?iso-8859-1?Q?Ra=FAl_Lorenzo_Boullosa?=) Date: Fri, 26 Aug 2005 18:09:00 -0000 Subject: Problem commands cygwin Message-ID: <000801c5aa69$5a47f380$0302a8c0@airispiii> Hi, I downloaded CygWin and installed, with base and X11 packages. If i use the startxwin.bat and get error below. So I went to FAQ and DOCs to solve the problem about opening fonts. Now, I open a console with bash --login -i and it doesn?t exist mount, umount, ls command. If i type any command before i get this error: bash: mount: Command not found bash: ls Command not found The only commands works I found are help, exit. :) So i can?t solve the problem, whats happend? Thanks /*********************************************************************** ********/ Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.2.0-4 Contact: cygwin-xfree@cygwin.com (WW) /tmp mounted int textmode winInitializeDefaultScreens - w 1024 h 768 winInitializeDefaultScreens - Returning Couldn't open RGB_DB '/usr/X11R6/lib/X11/rgb' _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root XWin was started with the following command line: xwin winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TT F/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X1 1R6/lib/ X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" winDetectSupportedEngines - Windows NT/2000/XP winDetectSupportedEngines - DirectDraw installed winDetectSupportedEngines - DirectDraw4 installed winDetectSupportedEngines - Returning, supported engines 00000007 winSetEngine - Using Shadow DirectDraw NonLocking winAdjustVideoModeShadowDDNL - Using Windows display depth of 16 bits per pixel winFinishScreenInitFB - Masks: 0000f800 000007e0 0000001f MIT-SHM extension disabled due to lack of kernel support error opening security policy file /usr/X11R6/lib/X11/xserver/SecurityPolicy XFree86-Bigfont extension local-client optimization disabled due to lack of shar ed memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "0000040A" (0000040a) (--) Using preset keyboard for "Spanish (Spain, Traditional Sort)" (40a), type " 4" Rules = "xorg" Model = "pc105" Layout = "es" Variant = "(null)" Options = "(null )" (EE) Couldn't load XKB keymap, falling back to pre-XKB keymap (--) 3 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/misc/, removing from l ist! Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, removing from li st! Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing from list! Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from li st! Could not init font path element /usr/X11R6/lib/X11/fonts/75dpi/, removing from list! Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, removing from list! Fatal server error: could not open default font 'fixed' winDeinitMultiWindowWM - Noting shutdown in progress /*********************************************************************** ********/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Fri Aug 26 19:06:00 2005 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Fri, 26 Aug 2005 19:06:00 -0000 Subject: Problem commands cygwin In-Reply-To: <000801c5aa69$5a47f380$0302a8c0@airispiii> References: <000801c5aa69$5a47f380$0302a8c0@airispiii> Message-ID: On Fri, 26 Aug 2005, Ra??l Lorenzo Boullosa wrote: > Hi, > > I downloaded CygWin and installed, with base and X11 packages. > If i use the startxwin.bat and get error below. So I went to FAQ and > DOCs to solve the problem about opening fonts. Now, I open a console > with bash --login -i and it doesn??t exist mount, umount, ls command. If > i type any command before i get this error: > bash: mount: Command not found > bash: ls Command not found Sounds like a non-X-related mount problem to me. But it's just a guess, pending details. > The only commands works I found are help, exit. :) Yep, those are bash builtins, not external programs like "ls". > So i can??t solve the problem, whats happend? I'd suggest reporting this to the main Cygwin list, following the guidelines at . Particularly, we would need the information about your system that "cygcheck -svr" provides -- please be sure to *attach* that output to your message. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! If there's any real truth it's that the entire multidimensional infinity of the Universe is almost certainly being run by a bunch of maniacs. /DA -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From com.cygwin.cygwin@pooryorick.com Fri Aug 26 21:20:00 2005 From: com.cygwin.cygwin@pooryorick.com (Poor Yorick) Date: Fri, 26 Aug 2005 21:20:00 -0000 Subject: "# include " statement in Xdefaults not working Message-ID: <430F876B.4070108@pooryorick.com> Hi, I hav a ~/.Xdefaults file with only one line in it: # include myXdefaults According to X man page, I expected myXdefaults to be included, but the resources declared in myXdefaults do not take effect. Any suggestions? Bye, Poor Yorick -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From europa100@comcast.net Fri Aug 26 21:52:00 2005 From: europa100@comcast.net (Rob) Date: Fri, 26 Aug 2005 21:52:00 -0000 Subject: C lueless why X86... wont start Message-ID: <430F8EF5.4040006@comcast.net> Here is my XWin error message. I have searched archives and FAQ's and have found nothing on this. Perhaps I missed something. All I get is and xterm window. No Windowmaker. I understand that -multiwindow is not to be used with an externer window manager but I cannot find the source of this anywhere on my system. Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.2.0-4 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: X :0 -multiwindow -clipboard ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1440 h 900 winInitializeDefaultScreens - Returning _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel winAllocateFBShadowGDI - Creating DIB with width: 1440 height: 900 depth: 32 winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32 null screen fn ReparentWindow null screen fn RestackWindow InitQueue - Calling pthread_mutex_init InitQueue - pthread_mutex_init returned InitQueue - Calling pthread_cond_init InitQueue - pthread_cond_init returned winInitMultiWindowWM - Hello winMultiWindowXMsgProc - Hello winInitMultiWindowWM - Calling pthread_mutex_lock () winMultiWindowXMsgProc - Calling pthread_mutex_lock () MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000409" (00000409) (--) Using preset keyboard for "English (USA)" (409), type "4" (--) 5 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! winInitMultiWindowWM - pthread_mutex_lock () returned. winProcEstablishConnection - Hello winInitClipboard () winClipboardProc - Hello winProcEstablishConnection - winInitClipboard returned. DetectUnicodeSupport - Windows NT/2000/XP winInitMultiWindowWM - pthread_mutex_unlock () returned. winClipboardProc - DISPLAY=127.0.0.1:0.0 winMultiWindowXMsgProc - pthread_mutex_lock () returned. winInitMultiWindowWM - DISPLAY=127.0.0.1:0.0 winMultiWindowXMsgProc - pthread_mutex_unlock () returned. winMultiWindowXMsgProc - DISPLAY=127.0.0.1:0.0 winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the display. winClipboardProc - XOpenDisplay () returned and successfully opened the display. winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the display. winClipboardProc - Call to select () failed: -1. Bailing. winClipboardProc - XDestroyWindow succeeded. winMultiWindowXMsgProcIOErrorHandler! winInitMultiWindowXMsgProc - Caught IO Error. Exiting. winDeinitMultiWindowWM - Noting shutdown in progress -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jkrahn@nc.rr.com Sat Aug 27 01:19:00 2005 From: jkrahn@nc.rr.com (Joe Krahn) Date: Sat, 27 Aug 2005 01:19:00 -0000 Subject: "# include " statement in Xdefaults not working In-Reply-To: <430F876B.4070108@pooryorick.com> References: <430F876B.4070108@pooryorick.com> Message-ID: <430FBFBD.7090906@nc.rr.com> Poor Yorick wrote: > Hi, I hav a ~/.Xdefaults file with only one line in it: > > # include myXdefaults > > According to X man page, I expected myXdefaults to be included, but the > resources declared in myXdefaults do not take effect. Any suggestions? > > Bye, > > Poor Yorick > Try putting quotes around the file name (just as with CPP). Joe Krahn -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reid.thompson@ateb.com Sat Aug 27 03:30:00 2005 From: reid.thompson@ateb.com (Reid Thompson) Date: Sat, 27 Aug 2005 03:30:00 -0000 Subject: C lueless why X86... wont start In-Reply-To: References: Message-ID: <430FDF2E.5080905@ateb.com> Rob wrote: > Here is my XWin error message. I have searched archives and FAQ's and > have found nothing on this. Perhaps I missed something. All I get is > and xterm window. No Windowmaker. I understand that -multiwindow is > not to be used with an externer window manager but I cannot find the > source of this anywhere on my system. > Save the following as /usr/X11R6/bin/startxwinwmaker.sh and then execute it. Then read it, and make changes to suit your needs. #! /bin/sh export DISPLAY=127.0.0.1:0.0 export PATH=/usr/X11R6/bin:"$PATH" export XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults export XCMSDB=/usr/X11R6/lib/X11/Xcms.txt export XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB export XNLSPATH=/usr/X11R6/lib/X11/locale # Cleanup from last run. rm -rf /tmp/.X11-unix # The error "Fatal server error: could not open default font 'fixed'" is # caused by using a DOS mode mount for the mount that the Cygwin/X # fonts are accessed through. See the Cygwin/X FAQ for more # information: # http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof # Brief descriptions of XWin-specific options: # # -screen scr_num [width height] # Enable screen scr_num and optionally specify a width and # height for that screen. # Most importantly, any parameters specified before the first -screen # parameter apply to all screens. Any options after the first -screen # parameter apply only to the screen that precedes the parameter. # Example: # XWin -fullscreen -screen 0 -screen 1 -depth 8 -screen 2 # All screens will be fullscreen, but screen 2 will be depth 8, while # screens 0 and 1 will be the default depth (whatever depth Windows # is currently running at). # -multiwindow # Start an integrated Windows-based window manager. Not to be used # with -rootless nor -fullscreen. # -rootless # Use a transparent root window with an external window manager # (such as twm). Not to be used with -multiwindow nor # with -fullscreen. # -fullscreen # Use a window as large as possible on the primary monitor. # -multiplemonitors # Create a root window that covers all monitors on a # system with multiple monitors. # -clipboard # Enable the integrated version of xwinclip. Do not use in # conjunction with the xwinclip program. # -depth bits_per_pixel # Specify the screen depth to run at (in bits per pixel) using a # DirectDraw-based engine in conjunction with the -fullscreen # option, ignored if the -fullscreen option is not specified. # By default, you will be using a DirectDraw based engine on any # system that supports it. # -unixkill # Trap Ctrl+Alt+Backspace as a server shutdown key combination. # -nounixkill # Disable Ctrl+Alt+Backspace as a server shutdown key combination (default). # Example: # XWin -unixkill -screen 0 -screen 1 -screen 2 -nounixkill # Screens 0 and 1 will allow Ctrl+Alt+Backspace, but screen 2 will not. # -winkill # Trap Alt+F4 as a server shutdown key combination (default). # -nowinkill # Disable Alt+F4 as a server shutdown key combination. # -scrollbars # Enable resizing of the server display window. Do not use in conjunction # with -multiwindow nor with -rootless. # -nodecoration # Draw the server root window without a title bar or border. # Do not use with -mutliwindow nor with -rootless. # -lesspointer # Hide the Windows mouse cursor anytime it is over any part of the # window, even if Cygwin/X is not the window with the focus. # -refresh rate_in_Hz # Specify a refresh rate to use when used with the -fullscreen option. # -trayicon # Enable the tray icon (default). # -notrayicon # Disable the tray icon. # Example: # XWin -notrayicon -screen 0 -screen 1 -screen 2 -trayicon # Screens 0 and 1 will not have tray icons, but screen 2 will. # -emulate3buttons [timeout] # Emulate 3 button mouse with an optional timeout in milliseconds. # -xf86config # Specify an XF86Config-style configuration file. # -keyboard # Specify a keyboard device from the configuration file. # # Startup the programs # # Startup the X Server with the integrated Windows-based window manager. # WARNING: Do not use 'xwinclip' in conjunction with the ``-clipboard'' # command-line parameter for XWin. Doing so would start two clipboard # managers, which is never supposed to happen. XWin -clipboard -silent-dup-error & # Startup an xterm, using bash as the shell. Add xterm parameters ( -sb -sl 2500 -fg turquoise -bg black )... xterm -e /usr/bin/bash -l & # # Startup the twm window manager. # WARNING: Do not use an external window manager in conjunction with # the ``-multiwindow'' command-line parameter for XWin. Doing so # would start two window managers, which is never supposed to happen. # # twm & wmaker & # Set a background color. Only needed when not using -multwindow for XWin. xsetroot -solid aquamarine4 # Return from sh. exit -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From colin.harrison@virgin.net Sat Aug 27 13:30:00 2005 From: colin.harrison@virgin.net (Colin Harrison) Date: Sat, 27 Aug 2005 13:30:00 -0000 Subject: Icons Message-ID: <200508271330.j7RDUUU9005847@StraightRunning.com> Hi, Taskbar icons are a bit of a mess at the moment...background stripes have crept in (I think?) as a regression, compared with what I remember as to how they looked when first introduced. I'll see if I can find an old version to verify and then trawl CVS for clues. Colin Harrison -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From esj@harvee.org Sat Aug 27 16:18:00 2005 From: esj@harvee.org (Eric S. Johansson) Date: Sat, 27 Aug 2005 16:18:00 -0000 Subject: high CPU load In-Reply-To: <3782EF0C54A17E4A902861E3C643F401056BBC2F@exchangema.allegromicro.com> References: <3782EF0C54A17E4A902861E3C643F401056BBC2F@exchangema.allegromicro.com> Message-ID: Soong, SylokeJ wrote: > My cygwin/x server processes are at 0% when not used. > They are near 0% even when xwin is receiving lots of screen update from the > solaris client running SAS. that's impressive. Before this problem started if I start getting any number of updates, the CPU load would climb into the 20% range. now, it sits at 70% no matter what. > > My last cygwin update was two weeks ago. > When was your last update and what were your updates? > (so that I know what to avoid updating). beats the heck out of me. I updated two days ago (24th) and I was just doing a blanket update of everything. I think the previous update was somewhere in early to mid July. what is really frustrating is that I don't know when the problem started. I use speech recognition and that usually consumes 80% of the CPU whenever I'm talking. By the way, it doesn't matter how fast the CPU, speech recognition always consumes 80% of what ever is available. then I noticed when using X, my recognition accuracy was going down and the time to get some text from the recognizer was going up. That's what I investigated and found that X11 was consuming 60 to 70% of the CPU at idle. Unfortunately, the best I have to go on is flaky memory because I was distracted doing another project at the time. My best guess says that it was sometime in the past two weeks that things went south. I know I did some updates from Microsoft in that time but I don't directly associate the problems with X and these updates. I'm really sorry about being so vague but it's the best information I have. > I am using XP/Pro on Dell Latitude P4 "centrino"(whatever is that?), > where my xwin/wmaker is displayed on an external 2nd monitor at 1792x1344. > Are you running wmaker, KDE or native ms windows manager? native ms window manager. > > I had similar problems of high cpu before but I found that my anti-virus s/w > was trying to check everything netbeans and cygwin was doing. I forgot how I > took care of that. I did not shut any anti-virus process down. well I don't run any antivirus on the system because it inevitably interferes with speech recognition accuracy. I occasionally run scans but it's really a pita the Windows firewall is completely turned off as well. I fear solving this problem may involve erasing the disk and reinstalling everything from windows on up. ugh. ---eric -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jkrahn@nc.rr.com Sat Aug 27 16:35:00 2005 From: jkrahn@nc.rr.com (Joe Krahn) Date: Sat, 27 Aug 2005 16:35:00 -0000 Subject: Icons In-Reply-To: <200508271330.j7RDUUU9005847@StraightRunning.com> References: <200508271330.j7RDUUU9005847@StraightRunning.com> Message-ID: <43109638.7040205@nc.rr.com> Colin Harrison wrote: > Hi, > > Taskbar icons are a bit of a mess at the moment...background stripes have > crept in (I think?) as a regression, > compared with what I remember as to how they looked when first introduced. > I'll see if I can find an old version to verify and then trawl CVS for > clues. > Icon handling and formats changed a bit with WinXP, due to addition of Alpha support. I made some changes in winmultiwindowicons.c. It was trying to change window icons by changing the class icon, which (in my experience) does not update the windows of that class. A better method is to directly change window icons with WM_SETICON messages. The current design is to make a new Window clas for every window. I don't think this helps anything. I think the way to go is to make a single window class for all X-managed windows, with the class icons defined as the X logo. If one-class-per-window was done just for icons, it doesn't work anyhow. Does anyone know of any reason not to use just one class? Joe Krahn -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From colin.harrison@virgin.net Sat Aug 27 18:32:00 2005 From: colin.harrison@virgin.net (Colin Harrison) Date: Sat, 27 Aug 2005 18:32:00 -0000 Subject: Icons Message-ID: <200508271832.j7RIWG0c015764@StraightRunning.com> Hi, Still ongoing, but if I force iconSize = 32 in winXIconToHICON --- save_winmultiwindowicons.c 2005-08-27 19:08:59.000000000 +0100 +++ winmultiwindowicons.c 2005-08-27 19:25:12.000000000 +0100 @@ -285,6 +285,8 @@ iconPtr = (PixmapPtr) LookupIDByType (hints.icon_pixmap, RT_PIXMAP); if (!iconPtr) return NULL; + + iconSize = 32; hDC = GetDC (GetDesktopWindow ()); planes = GetDeviceCaps (hDC, PLANES); Then the stripes problem is fixed for me and the icons are OK. Obviously a bodge...but a good clue to start with. Colin Harrison -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From rwf@loonybin.net Sat Aug 27 20:04:00 2005 From: rwf@loonybin.net (Rob Foehl) Date: Sat, 27 Aug 2005 20:04:00 -0000 Subject: high CPU load In-Reply-To: References: <3782EF0C54A17E4A902861E3C643F401056BBC2F@exchangema.allegromicro.com> Message-ID: On Sat, 27 Aug 2005, Eric S. Johansson wrote: > Soong, SylokeJ wrote: >> My cygwin/x server processes are at 0% when not used. >> They are near 0% even when xwin is receiving lots of screen update from the >> solaris client running SAS. > > that's impressive. Before this problem started if I start getting any number > of updates, the CPU load would climb into the 20% range. now, it sits at 70% > no matter what. [...] Out of curiosity, are you running with -clipboard? If so, does this still happen if you start X without -clipboard? I've had some trouble with X fighting over the clipboard with other apps since sometime during the first few 6.8.x releases, and have recently been foregoing clipboard integration until I have a chance to investigate properly (especially since I don't know how to reproduce it consistently). -Rob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From gerrit@familiehaase.de Sat Aug 27 22:39:00 2005 From: gerrit@familiehaase.de (Gerrit P. Haase) Date: Sat, 27 Aug 2005 22:39:00 -0000 Subject: Who wants to help porting Mozilla to Cygwin? In-Reply-To: <430A3948.40302@wanadoo.fr> References: <43083CDC.4040208@familiehaase.de> <430A3948.40302@wanadoo.fr> Message-ID: <4310EBAA.4040205@familiehaase.de> bruno patin wrote: > Gerrit P. Haase wrote: > >> Hi there, >> >> I can compile it, however, mozilla is not working correctly >> or crashing. Any help appreciated. >> >> >> Gerrit > > > I can volunteer but last time I was not able to finish the compilation. > I have not much time and will do what I can. Did you try to use tools > like ollydbg to follow at the lowest level possible the run of mozilla? No, I tried to debug with gdb but was not very successful. Currently I cannot build the tree myself, they move a lot of stuff around and there are errors all the time. Maybe I should try to build the latest release instead of CVS sources. I Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From gerrit@familiehaase.de Sat Aug 27 22:43:00 2005 From: gerrit@familiehaase.de (Gerrit P. Haase) Date: Sat, 27 Aug 2005 22:43:00 -0000 Subject: Cygwin help (unable to open GNOME) In-Reply-To: <430C9A19.5060906@synopsys.com> References: <430C9A19.5060906@synopsys.com> Message-ID: <4310ECA5.1010102@familiehaase.de> Atri Mandal wrote: > Hi, > I have installed cygwin in my system (from a mirror site in cygwin.com) > with the entire GNOME package. Still I am not being able to > open the GNOME desktop in my machine. As far as I know it should come up > if I invoke 'startx' from the shell. > > Do I need to do anything else to bring up GNOME ? > > Any comments/suggestions are welcome. Gnome is not complete, there are missing lot of basic parts. Currently we try to update to Gnome 2.10., however there are so much packages and only two maintainer (volunteeers with package building experience needed!). Unfortunatley the desktop 2.10. is not ready to release, as long as I cannot start it myseklf it woud be not right to upload the packages. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From colin.harrison@virgin.net Sun Aug 28 09:38:00 2005 From: colin.harrison@virgin.net (Colin Harrison) Date: Sun, 28 Aug 2005 09:38:00 -0000 Subject: Icons Message-ID: <200508280938.j7S9cSFe001769@StraightRunning.com> Hi, The 'About' and 'Exit' windows have scruffy icons, for me. Better if the 32 bit pixel icon is passed to Windows and it sorts it out! Probably because our X.ico is a load of junk? Yet another bodge patch achieves this:- --- ./programs/Xserver/hw/xwin/save_windialogs.c 2005-08-28 09:35:54.000000000 +0100 +++ ./programs/Xserver/hw/xwin/windialogs.c 2005-08-28 09:36:19.000000000 +0100 @@ -318,7 +318,7 @@ /* Set icon to standard app icon */ PostMessage (hDialog, WM_SETICON, - ICON_SMALL, + ICON_BIG, (LPARAM) LoadIcon (g_hInstance, MAKEINTRESOURCE(IDI_XWIN))); @@ -616,7 +616,7 @@ /* Set icon to standard app icon */ PostMessage (hwndDialog, WM_SETICON, - ICON_SMALL, + ICON_BIG, (LPARAM) LoadIcon (g_hInstance, MAKEINTRESOURCE(IDI_XWIN))); /* Override the URL buttons */ Bit of a dog's dinner all round, proper rework of the icon stuff is needed, properly tested, this time. Perhaps we need to post the bitmap screen captures, somewhere, as the problems/fixes occur. A picture is worth a thousand words, and I don't speak fluent Microsoft techno-gobbledegook (nor want to :) ). I tried reading one of their huge books once and nearly lost the will to live! Colin Harrison -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From esj@harvee.org Sun Aug 28 14:50:00 2005 From: esj@harvee.org (Eric S. Johansson) Date: Sun, 28 Aug 2005 14:50:00 -0000 Subject: high CPU load In-Reply-To: References: <3782EF0C54A17E4A902861E3C643F401056BBC2F@exchangema.allegromicro.com> Message-ID: Rob Foehl wrote: > On Sat, 27 Aug 2005, Eric S. Johansson wrote: > >> Soong, SylokeJ wrote: >> >>> My cygwin/x server processes are at 0% when not used. >>> They are near 0% even when xwin is receiving lots of screen update >>> from the >>> solaris client running SAS. >> >> >> that's impressive. Before this problem started if I start getting any >> number of updates, the CPU load would climb into the 20% range. now, >> it sits at 70% no matter what. > > [...] > > Out of curiosity, are you running with -clipboard? If so, does this > still happen if you start X without -clipboard? yes it does. I just started the X server by itself (no options) and used twm for the window manager. I got the exact same result, 70%+ CPU load. ---eric -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From bruno.patin@wanadoo.fr Sun Aug 28 17:32:00 2005 From: bruno.patin@wanadoo.fr (bruno patin) Date: Sun, 28 Aug 2005 17:32:00 -0000 Subject: Who wants to help porting Mozilla to Cygwin? In-Reply-To: <4310EBAA.4040205@familiehaase.de> References: <43083CDC.4040208@familiehaase.de> <430A3948.40302@wanadoo.fr> <4310EBAA.4040205@familiehaase.de> Message-ID: <4311F503.4040906@wanadoo.fr> Gerrit, > > No, I tried to debug with gdb but was not very successful. Currently > I cannot build the tree myself, they move a lot of stuff around and > there are errors all the time. Maybe I should try to build the latest > release instead of CVS sources. Do you mean that what you said before is not true anymore ? What I don't understand (but I did not search a lot in the mozilla site) is that it means no stability of the mozilla development. Is it true ? Do you want me to retry a compile ? I kept your mails of november. Do I have to follow the same instructions ? Bruno -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From frederick.baksik@honeywell.com Sun Aug 28 18:06:00 2005 From: frederick.baksik@honeywell.com (Baksik, Frederick (NM75)) Date: Sun, 28 Aug 2005 18:06:00 -0000 Subject: high CPU load Message-ID: <0B9EBBE7CA79D7118FD00002B3B2B9B910ECD5F7@nm75ex51.das.honeywell.com> > Eric S. Johansson > On Sunday, August 28, 2005 8:49 AM > > Rob Foehl wrote: > > On Sat, 27 Aug 2005, Eric S. Johansson wrote: > > > >> Soong, SylokeJ wrote: > >> > >>> My cygwin/x server processes are at 0% when not used. > >>> They are near 0% even when xwin is receiving lots of > screen update > >>> from the solaris client running SAS. > >> > >> > >> that's impressive. Before this problem started if I start getting > >> any number of updates, the CPU load would climb into the > 20% range. > >> now, it sits at 70% no matter what. > > > > [...] > > > > Out of curiosity, are you running with -clipboard? If so, > does this > > still happen if you start X without -clipboard? > > yes it does. I just started the X server by itself (no > options) and used twm for the window manager. I got the > exact same result, 70%+ CPU load. > > ---eric > I just don't see this. I started X with WindowMaker and it sits at 0% until I start moving window's around where it went up to 40%. I'm using Release 6.8.2.0-4. Perhaps you should post your startup script / process and what Cygwin versions you have installed? -- Frodak -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jkrahn@nc.rr.com Sun Aug 28 18:07:00 2005 From: jkrahn@nc.rr.com (Joe Krahn) Date: Sun, 28 Aug 2005 18:07:00 -0000 Subject: Icons In-Reply-To: <200508280938.j7S9cSFe001769@StraightRunning.com> References: <200508280938.j7S9cSFe001769@StraightRunning.com> Message-ID: <4311FD67.2030401@nc.rr.com> Colin Harrison wrote: > Hi, > > The 'About' and 'Exit' windows have scruffy icons, for me. > Better if the 32 bit pixel icon is passed to Windows and it sorts it out! > Probably because our X.ico is a load of junk? > > Yet another bodge patch achieves this:- ... > Bit of a dog's dinner all round, proper rework of the icon stuff is needed, > properly tested, this time. > Perhaps we need to post the bitmap screen captures, somewhere, as the > problems/fixes occur. A picture is worth a thousand words, and I don't speak > fluent Microsoft techno-gobbledegook (nor want to :) ). I tried reading one > of their huge books once and nearly lost the will to live! > > Colin Harrison Yes, I have found that professionally written ramblings are just not as good as the typical "incomplete works" of unpaid open-source coders. It makes you appreciate the real advantage of open source. It's the only way to really get the explicit details. I worked through figuring out the details of Icons while writing code to support icons via FLTK. WinXP added Alpha support, but the documentation is (see above). So, I can probably fix this. One thing I found is that some Bitmap data are 16-bit aligned and some are 32-bit aligned. This is probably the source of horizontal line patterns, which I suspect occur for any not-divisible-by-32 size. Also, I have implemented icon-customization by WM_SETICON, with a single global class for XWin windows. I think it is much cleaner than multiple-class generation. I also think it would be good to use window USER_DATA to flag whether icons are global, or are local and should be destroyed when replaced. Much cleaner than searching through global icons. Some of the changes worth doing will also affect more than just the multi-window mode. Question: given the MULTIWIN ifdef's, what WM methods are lost when MULTIWIN is defined? Should it be a run-time option instead of #ifdef'ed? Joe -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jkrahn@nc.rr.com Sun Aug 28 18:59:00 2005 From: jkrahn@nc.rr.com (Joe Krahn) Date: Sun, 28 Aug 2005 18:59:00 -0000 Subject: Icons In-Reply-To: <4311FD67.2030401@nc.rr.com> References: <200508280938.j7S9cSFe001769@StraightRunning.com> <4311FD67.2030401@nc.rr.com> Message-ID: <43120974.109@nc.rr.com> Joe Krahn wrote: > One thing I found is that some Bitmap data are 16-bit aligned and some > are 32-bit aligned. This is probably the source of horizontal line > patterns, which I suspect occur for any not-divisible-by-32 size. A test: if 16 versus 32 bit alignment is the problem, then icons 33-48 bits wide should be broken, but 49-64 should work. Does someone have some X client code handy to test this idea? If so, can you test both NET icons, and traditional Pixmap icons? Joe -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From esj@harvee.org Sun Aug 28 21:38:00 2005 From: esj@harvee.org (Eric S. Johansson) Date: Sun, 28 Aug 2005 21:38:00 -0000 Subject: high CPU load In-Reply-To: <0B9EBBE7CA79D7118FD00002B3B2B9B910ECD5F7@nm75ex51.das.honeywell.com> References: <0B9EBBE7CA79D7118FD00002B3B2B9B910ECD5F7@nm75ex51.das.honeywell.com> Message-ID: Baksik, Frederick (NM75) wrote: > I just don't see this. I started X with WindowMaker and it sits at 0% until > I start moving window's around where it went up to 40%. > > I'm using Release 6.8.2.0-4. > > Perhaps you should post your startup script / process and what Cygwin > versions you have installed? I think I found the problem. It's NaturallySpeaking 8.1. I upgraded this machine from NaturallySpeaking 6 to 8.1 after testing it on another machine (where I never use X). It's a very consistent. If I'm running NaturallySpeaking, X consumes 70% of the CPU. If I'm not, it's down around 0% Frustrating, damned frustrating. I expect it's not a fault of cygwin. It's probably something related to how NaturallySpeaking monitors keystrokes for "natural text"; their tool for speech enabling most applications. Unfortunately this tool has been horribly broken for almost 2 years and they haven't been willing or able to fix it. I'll try some experiments to see if it's the same under XP as it is under 2k, if XP works, I'll shovel some money into the furnace of Redmond. ---eric -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jkrahn@nc.rr.com Sun Aug 28 22:41:00 2005 From: jkrahn@nc.rr.com (Joe Krahn) Date: Sun, 28 Aug 2005 22:41:00 -0000 Subject: Icons In-Reply-To: <4311FD67.2030401@nc.rr.com> References: <200508280938.j7S9cSFe001769@StraightRunning.com> <4311FD67.2030401@nc.rr.com> Message-ID: <43123D79.8010603@nc.rr.com> And, some design questions for the group: Application icon overrides seem not so useful. Maybe it was originally just a way to get icons when the XIcon-to-HICON way didn't work? A more useful implementation might be to define icons to use for an X client that does not set it's own icon. I think WM's normally do not override icons. But, some are implementing icon themes. It might be nice to implement that, not because I like themes, but because it is nice to have the same icons as your Linux/etc desktop. Icon grouping in the task bar is based on the executable that created it. So, there is no easy way to keep from having all X-app window icons glommed into one taskbar button. Joe -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From mrflippy@tresgeek.net Mon Aug 29 03:14:00 2005 From: mrflippy@tresgeek.net (Andy Schmidgall) Date: Mon, 29 Aug 2005 03:14:00 -0000 Subject: Remote login, then nothing happens Message-ID: <43127D77.2090109@tresgeek.net> Hello, I'm running cygwin/X on my Windows XP Home box, and am trying to connect to my Linux (Fedora Core 4) box. X runs fine on my windows machine, but I can't seem to get the remote connection working. I've tried ssh -X, ssh -Y, multiple combinations of options for those. All result in the same thing: I'm asked for my password, I enter it, and then... nothing. Nothing else happens. The logs on the linux box indicate that it accepted the ssh session. X Forwarding is enabled in my ssh config file on the linux box. I've read and reread the FAQ and documentation. I see nothing of note in any logs that I can find. Any ideas what might be wrong? Thanks, Andy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From swp5jhu02@sneakemail.com Mon Aug 29 08:57:00 2005 From: swp5jhu02@sneakemail.com (Peter Valdemar Morch) Date: Mon, 29 Aug 2005 08:57:00 -0000 Subject: Remote login, then nothing happens In-Reply-To: <43127D77.2090109@tresgeek.net> References: <43127D77.2090109@tresgeek.net> Message-ID: <15286-88532@sneakemail.com> Hi, This is a mailing list about the X server in Cygwin. Sounds to me like you are asking about ssh specific stuff. Andy Schmidgall mrflippy-at-tresgeek.net |Lists| wrote: > I'm running cygwin/X on my Windows XP Home box, and am trying to connect > to my Linux (Fedora Core 4) box. X runs fine on my windows machine, but > I can't seem to get the remote connection working. I've tried ssh -X, > ssh -Y, multiple combinations of options for those. All result in the > same thing: I'm asked for my password, I enter it, and then... nothing. > Nothing else happens. The logs on the linux box indicate that it > accepted the ssh session. X Forwarding is enabled in my ssh config file > on the linux box. I've read and reread the FAQ and documentation. I see > nothing of note in any logs that I can find. Any ideas what might be wrong? If you open a non-X cygwin session in a "dos box", and then type: cygwin-prompt> DISPLAY=:0 xwininfo.exe -root Does that show information or an error message? cygwin-prompt> DISPLAY=:0 ssh -Y user@server do you then get a Password: prompt? If you do, and you enter your linux password, do you then get a prompt on your linux box? If not, this question is probably not related to X at all. Contact e.g. another cygwin list. If you then do e.g. linux-prompt> echo $DISPLAY and then linux-prompt> xterm or linux-prompt> xwininfo -root Then what happens? Or have I misunderstood your problem? Regardless of the answer to that question, does ssh -Y work like I've just described? Peter -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jeanne@searchgrabber.com Mon Aug 29 09:17:00 2005 From: jeanne@searchgrabber.com (Williams Mccarthy) Date: Mon, 29 Aug 2005 09:17:00 -0000 Subject: Want to find some hot action?. Get laid now right here...,,dusky Message-ID: Many people do not have time for, or may simply not want a relationship. This is how we can help you. Browse our database of members to find just what you're loooking for. Listings can be found all over North America. Sex friends are waiting now. http://ukk.fordantiz.com/gaac/ ______________________________________ pass fordantiz.com/getofflist/ Fb6SSwChZgcbFxeSN1 From alexander.gottwald@s1999.tu-chemnitz.de Mon Aug 29 12:20:00 2005 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 29 Aug 2005 12:20:00 -0000 Subject: Cygwin/X and GDM In-Reply-To: <1125306301.508.7.camel@silicium.ccc.cea.fr> References: <1125306301.508.7.camel@silicium.ccc.cea.fr> Message-ID: On Mon, 29 Aug 2005, Josselin Mouette wrote: > Hi, > > I've been hit by the copy&paste problems with GDM you're talking about > at http://www.cygwin.com/ml/cygwin-xfree/2004-12/msg00169.html > In this message, you mention a configuration option that would appear, > working around this issue. Is it present in the latest Cygwin/X release? > I didn't find anything about it in the documentation. It's not there yet. The situation was more problematic than I thought and there has not been much work to make gdm work. I always suggest using wdm as a replacement. Followup to cygwin-xfree@cygwin.com. I'm not Cygwin/X maintainer anymore. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From joss@debian.org Mon Aug 29 12:24:00 2005 From: joss@debian.org (Josselin Mouette) Date: Mon, 29 Aug 2005 12:24:00 -0000 Subject: Cygwin/X and GDM In-Reply-To: References: <1125306301.508.7.camel@silicium.ccc.cea.fr> Message-ID: <1125318229.508.14.camel@silicium.ccc.cea.fr> Le lundi 29 ao?t 2005 ? 14:19 +0200, Alexander Gottwald a ?crit : > On Mon, 29 Aug 2005, Josselin Mouette wrote: > > > Hi, > > > > I've been hit by the copy&paste problems with GDM you're talking about > > at http://www.cygwin.com/ml/cygwin-xfree/2004-12/msg00169.html > > In this message, you mention a configuration option that would appear, > > working around this issue. Is it present in the latest Cygwin/X release? > > I didn't find anything about it in the documentation. > > It's not there yet. The situation was more problematic than I thought and > there has not been much work to make gdm work. I always suggest using > wdm as a replacement. Thanks anyway. I wouldn't recommend switching to wdm, though, as it is based on an outdated xdm release. -- .''`. Josselin Mouette /\./\ : :' : josselin.mouette@ens-lyon.org `. `' joss@debian.org `- Debian GNU/Linux -- The power of freedom -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From SSoong@ALLEGROMICRO.com Mon Aug 29 14:54:00 2005 From: SSoong@ALLEGROMICRO.com (Soong, SylokeJ) Date: Mon, 29 Aug 2005 14:54:00 -0000 Subject: Remote login, then nothing happens Message-ID: <3782EF0C54A17E4A902861E3C643F401056BBC35@exchangema.allegromicro.com> I am wondering if my problem is related. I have win2k box on cat5 to solaris box. I have my XP/pro laptop on 802.1g to solaris box. Both through respective routers, of course. Using the same win domain account on both boxes to rsh to the same solaris account, rsh from win2k box to solaris box is successful. rsh from xp/pro laptop to solaris box returns no authorisation. (Using both rsh on windows cmd and cygwin xterm/bash). Must be something to do with routers security and nothing with cygwin and much less anything with cygwin/x. I am going to check with my network security person. -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com]On Behalf Of Andy Schmidgall Sent: Sun, August 28, 2005 11:14 PM To: cygwin-xfree@cygwin.com Subject: Remote login, then nothing happens Hello, I'm running cygwin/X on my Windows XP Home box, and am trying to connect to my Linux (Fedora Core 4) box. X runs fine on my windows machine, but I can't seem to get the remote connection working. I've tried ssh -X, ssh -Y, multiple combinations of options for those. All result in the same thing: I'm asked for my password, I enter it, and then... nothing. Nothing else happens. The logs on the linux box indicate that it accepted the ssh session. X Forwarding is enabled in my ssh config file on the linux box. I've read and reread the FAQ and documentation. I see nothing of note in any logs that I can find. Any ideas what might be wrong? Thanks, Andy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jkrahn@nc.rr.com Mon Aug 29 14:55:00 2005 From: jkrahn@nc.rr.com (Joe Krahn) Date: Mon, 29 Aug 2005 14:55:00 -0000 Subject: Icons In-Reply-To: <43120974.109@nc.rr.com> References: <200508280938.j7S9cSFe001769@StraightRunning.com> <4311FD67.2030401@nc.rr.com> <43120974.109@nc.rr.com> Message-ID: <43131C2A.7070405@nc.rr.com> Joe Krahn wrote: > Joe Krahn wrote: > >> One thing I found is that some Bitmap data are 16-bit aligned and some >> are 32-bit aligned. This is probably the source of horizontal line >> patterns, which I suspect occur for any not-divisible-by-32 size. > > > A test: if 16 versus 32 bit alignment is the problem, then icons 33-48 > bits wide should be broken, but 49-64 should work. Does someone have > some X client code handy to test this idea? If so, can you test both NET > icons, and traditional Pixmap icons? > > Joe Wow... I see that 4 of 7 Active Contributors are working on icon support. I guess it's time to really get icon handling done right. The alignments are definitely wrong. 32-bit alignment is for DIBs. Other Win32 bitmaps are 16 bit aligned. But, 32-bit may work sometimes by chance. I don't have problem icons, so someone else should test this: In winmultiwindowicons.c, change these (first line occurs twice): stride = ((iconSize * effBPP + 31) & (~31)) / 8; ... maskStride = ((iconSize * 1 + 31) & (~31)) / 8; to: stride = ((iconSize * effBPP + 15) & (~15)) / 4; ... maskStride = ((iconSize * 1 + 15) & (~15)) / 4; I also prefer ">> 2" instead if "/ 4", but optimization should convert it to a shift anyhow. I also noticed that winScaleXBitmapToWindows() seems to totally disregard mapping the pixel data to RGB. I assume this means that the device-dependent X Pixmaps have an identical data format as device-dependent Win32 bitmaps. However, image scaling is by nearest-neighbor only, and it does not handle monochrome bitmaps or NET_WM icons. Also, there is too much duplicated but inconsistent stuff among the window-manager modes. I think the right thing to do is to extract all icons functions into one place. It would be good to consolidate some other things as well, like some of the Window functions. Joe -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From mrflippy@tresgeek.net Mon Aug 29 14:55:00 2005 From: mrflippy@tresgeek.net (Andy Schmidgall) Date: Mon, 29 Aug 2005 14:55:00 -0000 Subject: Remote login, then nothing happens In-Reply-To: <15286-88532@sneakemail.com> References: <43127D77.2090109@tresgeek.net> <15286-88532@sneakemail.com> Message-ID: <43131C19.5080602@tresgeek.net> Peter Valdemar Morch wrote: > Hi, > > This is a mailing list about the X server in Cygwin. Sounds to me like > you are asking about ssh specific stuff. > > Andy Schmidgall mrflippy-at-tresgeek.net |Lists| wrote: > >> I'm running cygwin/X on my Windows XP Home box, and am trying to >> connect to my Linux (Fedora Core 4) box. X runs fine on my windows >> machine, but I can't seem to get the remote connection working. I've >> tried ssh -X, ssh -Y, multiple combinations of options for those. All >> result in the same thing: I'm asked for my password, I enter it, and >> then... nothing. Nothing else happens. The logs on the linux box >> indicate that it accepted the ssh session. X Forwarding is enabled in >> my ssh config file on the linux box. I've read and reread the FAQ and >> documentation. I see nothing of note in any logs that I can find. Any >> ideas what might be wrong? > > > If you open a non-X cygwin session in a "dos box", and then type: > cygwin-prompt> DISPLAY=:0 xwininfo.exe -root > Does that show information or an error message? It waits a minute, and then gives me: xwininfo: unable to open display ':0' usage: xwininfo [-options ...] (and then a bunch of options) > cygwin-prompt> DISPLAY=:0 ssh -Y user@server > do you then get a > Password: > prompt? > > If you do, and you enter your linux password, do you then get a prompt > on your linux box? If not, this question is probably not related to X > at all. Contact e.g. another cygwin list. > I get a password prompt, but after entering my password, nothing else happens. I do not get a command prompt after entering my password. If there is another list I should be sending this too, please let me know. I wasn't quite sure what specific area the problem fell under. Thanks, Andy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From colin.harrison@virgin.net Mon Aug 29 16:09:00 2005 From: colin.harrison@virgin.net (Colin Harrison) Date: Mon, 29 Aug 2005 16:09:00 -0000 Subject: Icons Message-ID: <200508291609.j7TG95es027449@StraightRunning.com> Hi, Tried your patch..I get no converted icons at all on my taskbar or X windows. In the right area though. If I force 16 iconSize in winXIconToHICON...background stripes on icons. If I force 32 iconSize in winXIconToHICON...works correctly (reported a few days ago) All run in multiwindow mode Earle's algorithms don't appear to work with anything other than 32, which is probably why iconSize was hard wired when he wrote them. I thought icons were DIB's and DWORD aligned? http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwui/html/ msdn_icons.asp I'll extract my faulty/good converted icons to files and have a play. I'll also post some screen dumps on my website and call back (with and without various icon faults). Colin Harrison -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From colin.harrison@virgin.net Mon Aug 29 16:49:00 2005 From: colin.harrison@virgin.net (Colin Harrison) Date: Mon, 29 Aug 2005 16:49:00 -0000 Subject: Icons Message-ID: <200508291649.j7TGnEAP007838@StraightRunning.com> Hi, Here are my screen dumps http://www.straightrunning.com/test/icons_working.png http://www.straightrunning.com/test/icons_faulty.png Ignore the taskbar entries for root@... they are my PuTTY shells. Shows icon stripes and crappy X icon on exit window (exit one needs keen eyesight!) All clients are remote and desktop is 32 bit. Patches used to achieve this:- For the stripped icons: --- ./programs/Xserver/hw/xwin/save_winmultiwindowicons.c 2005-08-28 09:38:25.000000000 +0100 +++ ./programs/Xserver/hw/xwin/winmultiwindowicons.c 2005-08-28 09:39:14.000000000 +0100 @@ -285,6 +285,8 @@ iconPtr = (PixmapPtr) LookupIDByType (hints.icon_pixmap, RT_PIXMAP); if (!iconPtr) return NULL; + + iconSize = 32; hDC = GetDC (GetDesktopWindow ()); planes = GetDeviceCaps (hDC, PLANES); and for the exit and about window: --- ./programs/Xserver/hw/xwin/save_windialogs.c 2005-08-28 09:35:54.000000000 +0100 +++ ./programs/Xserver/hw/xwin/windialogs.c 2005-08-28 09:36:19.000000000 +0100 @@ -318,7 +318,7 @@ /* Set icon to standard app icon */ PostMessage (hDialog, WM_SETICON, - ICON_SMALL, + ICON_BIG, (LPARAM) LoadIcon (g_hInstance, MAKEINTRESOURCE(IDI_XWIN))); @@ -616,7 +616,7 @@ /* Set icon to standard app icon */ PostMessage (hwndDialog, WM_SETICON, - ICON_SMALL, + ICON_BIG, (LPARAM) LoadIcon (g_hInstance, MAKEINTRESOURCE(IDI_XWIN))); /* Override the URL buttons */ Colin Harrison -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jkrahn@nc.rr.com Mon Aug 29 17:05:00 2005 From: jkrahn@nc.rr.com (Joe Krahn) Date: Mon, 29 Aug 2005 17:05:00 -0000 Subject: Icons In-Reply-To: <200508291609.j7TG95es027449@StraightRunning.com> References: <200508291609.j7TG95es027449@StraightRunning.com> Message-ID: <4313406C.6000503@nc.rr.com> Colin Harrison wrote: > Hi, > > Tried your patch..I get no converted icons at all on my taskbar or X > windows. > In the right area though. > > If I force 16 iconSize in winXIconToHICON...background stripes on icons. > If I force 32 iconSize in winXIconToHICON...works correctly (reported a few > days ago) > All run in multiwindow mode > Earle's algorithms don't appear to work with anything other than 32, which > is probably why iconSize was hard wired when he wrote them. > I thought icons were DIB's and DWORD aligned? > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwui/html/ > msdn_icons.asp > > I'll extract my faulty/good converted icons to files and have a play. > I'll also post some screen dumps on my website and call back (with and > without various icon faults). > > Colin Harrison > > Icons in resources and files are stored as DIBS, therefore 32-bit aligned. When these are loaded into an HICON, they are converted to a device-dependent bitmap, and are WORD aligned. The usual method is to let Windows convert from DIB to DDB. However, the multiwindow code creates a DDB directly using CreateBitmap(), rather than CreateDIBitmap() or CreateDIBSection(). If X-Pixmap bit data is packed the same as Win-Bitmap data, but with alignment differences, then a packed-to-packed transfer is faster. One possible source of the current problem is that WinXP changed how the device-dependent data is stored, by adding an Alpha channel. (Are you running XP?) This is mostly undocumented, because they assume everyone creates DIB icons. So, the icon code should probably always unpack RGB data into a DIB, and let Windows do the DDB conversion. Now, I just need to figure out how to unpack the pixmap data. That can also be tricky to get right, unless we can use RENDER extension routines to do the work. Joe -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From colin.harrison@virgin.net Mon Aug 29 17:14:00 2005 From: colin.harrison@virgin.net (Colin Harrison) Date: Mon, 29 Aug 2005 17:14:00 -0000 Subject: Icons Message-ID: <200508291712.j7THCxuS007896@StraightRunning.com> Hi, Joe Krahn wrote:- > (Are you running XP?) Running XP and 2003 Server. Colin Harrison -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jkrahn@nc.rr.com Mon Aug 29 17:53:00 2005 From: jkrahn@nc.rr.com (Joe Krahn) Date: Mon, 29 Aug 2005 17:53:00 -0000 Subject: Icons In-Reply-To: <200508291649.j7TGnEAP007838@StraightRunning.com> References: <200508291649.j7TGnEAP007838@StraightRunning.com> Message-ID: <43134B9B.9080303@nc.rr.com> Colin Harrison wrote: > Hi, > > Here are my screen dumps > > http://www.straightrunning.com/test/icons_working.png > > http://www.straightrunning.com/test/icons_faulty.png > > Ignore the taskbar entries for root@... they are my PuTTY shells. > > Shows icon stripes and crappy X icon on exit window (exit one needs keen > eyesight!) ... Yes, pictures clarify a lot. It's the mask that's bad, not the icon. I'll look through the code again this evening. Joe -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From keenerb@roleplayga.org Mon Aug 29 18:38:00 2005 From: keenerb@roleplayga.org (Brian Keener) Date: Mon, 29 Aug 2005 18:38:00 -0000 Subject: Ghost "HOME" key keypresses revisited... Message-ID: <43135565.8010508@roleplayga.org> This is a problem that cropped up months ago, but had disappeared after switching my Microsoft wireless mouse out for a Microsoft wired USB mouse. Now, it's back regardless of which mouse I use. The problem is that ever once in a short while, the X server acts as if the home key has been pressed, when in fact it has NOT been pressed. I've captured both the real homekey event and this ghost homekey event with xev, and they look identical; the x-server thinks the homekey really has been pressed. If I happen to be in a terminal, it shows the keycode "^[OH" on the screen, which is exactly what I get if I press "home". So, what on earth could be going wrong here? Using an evaluation of Hummingbird Exceed 10 does not display this behavior. For the moment, I used xmodmap to map the home key to something useless, and mapped the Pause/Scr lock key to home, but that's a bit inconvenient. Brian K -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Mon Aug 29 19:36:00 2005 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Mon, 29 Aug 2005 19:36:00 -0000 Subject: Remote login, then nothing happens In-Reply-To: <43131C19.5080602@tresgeek.net> References: <43127D77.2090109@tresgeek.net> <15286-88532@sneakemail.com> <43131C19.5080602@tresgeek.net> Message-ID: On Mon, 29 Aug 2005, Andy Schmidgall wrote: > Peter Valdemar Morch wrote: > > > Hi, > > > > This is a mailing list about the X server in Cygwin. Sounds to me like > > you are asking about ssh specific stuff. I'm not sure this is true -- this pertains to X forwarding over ssh, so IMO belongs on this list. > > Andy Schmidgall mrflippy-at-tresgeek.net |Lists| wrote: > > > > > I'm running cygwin/X on my Windows XP Home box, and am trying to > > > connect to my Linux (Fedora Core 4) box. X runs fine on my windows > > > machine, but I can't seem to get the remote connection working. I've > > > tried ssh -X, ssh -Y, multiple combinations of options for those. > > > All result in the same thing: I'm asked for my password, I enter it, > > > and then... nothing. Nothing else happens. The logs on the linux box > > > indicate that it accepted the ssh session. X Forwarding is enabled > > > in my ssh config file on the linux box. I've read and reread the FAQ > > > and documentation. I see nothing of note in any logs that I can > > > find. Any ideas what might be wrong? > > > > If you open a non-X cygwin session in a "dos box", and then type: > > cygwin-prompt> DISPLAY=:0 xwininfo.exe -root > > Does that show information or an error message? > > It waits a minute, and then gives me: > xwininfo: unable to open display ':0' > usage: xwininfo [-options ...] Heh. To get X forwarding over ssh, you need at least 2 things: a running X server, and for ssh to know which display the X server runs on[*]. The above seems to indicate that the X server is either not running, or is running on the wrong display. > (and then a bunch of options) > > > cygwin-prompt> DISPLAY=:0 ssh -Y user@server > > do you then get a > > Password: > > prompt? > > > > If you do, and you enter your linux password, do you then get a prompt > > on your linux box? If not, this question is probably not related to X > > at all. Contact e.g. another cygwin list. > > I get a password prompt, but after entering my password, nothing else > happens. I do not get a command prompt after entering my password. Does the same happen if you run "ssh -x" (note the lowercase) without DISPLAY= and -Y? If so, you may indeed have a general ssh issue -- try to get a working prompt first, and then set up X forwarding. > If there is another list I should be sending this too, please let me > know. I wasn't quite sure what specific area the problem fell under. I think until we determine otherwise, let's continue this on cygwin-xfree. One more place to check is your startup scripts on the remote machine. Do they change the value of DISPLAY (they shouldn't -- it should be left at whatever ssh sets it to)? Do they try to launch an X client if DISPLAY is set (that could be what's causing the apparent "hang")? Igor [*] Well, there are more configuration options to check, but the two things above are required regardless of the configuration. -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! If there's any real truth it's that the entire multidimensional infinity of the Universe is almost certainly being run by a bunch of maniacs. /DA -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From esj@harvee.org Mon Aug 29 19:36:00 2005 From: esj@harvee.org (Eric S. Johansson) Date: Mon, 29 Aug 2005 19:36:00 -0000 Subject: high CPU load In-Reply-To: References: <0B9EBBE7CA79D7118FD00002B3B2B9B910ECD5F7@nm75ex51.das.honeywell.com> Message-ID: Eric S. Johansson wrote: > I'll try some experiments to see if it's the same under XP as it is > under 2k, if XP works, I'll shovel some money into the furnace of Redmond. I have confirmed that Windows 2000 has excessively high CPU loads with cygwin X11 when combined with NaturallySpeaking at the same time. At least, on my particular instance of Windows 2000 with god knows what cruft. If I run on my local copy of Windows XP, everything seems to work fine cygwin 1.5.18-1 Looks like I will need to go give some money to Chairman Bill's retirement fund. ---eric -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From mrflippy@tresgeek.net Mon Aug 29 20:47:00 2005 From: mrflippy@tresgeek.net (mrflippy@tresgeek.net) Date: Mon, 29 Aug 2005 20:47:00 -0000 Subject: Remote login, then nothing happens In-Reply-To: References: <43127D77.2090109@tresgeek.net> <15286-88532@sneakemail.com> <43131C19.5080602@tresgeek.net> Message-ID: <1125348431.4313744fef7c8@mail.tresgeek.net> Quoting Igor Pechtchanski : > > > If you open a non-X cygwin session in a "dos box", and then type: > > > cygwin-prompt> DISPLAY=:0 xwininfo.exe -root > > > Does that show information or an error message? > > > > It waits a minute, and then gives me: > > xwininfo: unable to open display ':0' > > usage: xwininfo [-options ...] > > Heh. To get X forwarding over ssh, you need at least 2 things: a running > X server, and for ssh to know which display the X server runs on[*]. The > above seems to indicate that the X server is either not running, or is > running on the wrong display. Ah, I may have misunderstood the original question, as I didn't run the X server for that. When I was working with it on my own, I did have the X server running. However, I was trying to connect to the remote server from an xterm. (the FAQ/docs indicated that was the correct way) I'll try connecting from just a regular cygwin session (with an X server running) tonight when I get home from work. I'll look at your other questions later on tonight too. Thanks, Andy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Mon Aug 29 22:13:00 2005 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Mon, 29 Aug 2005 22:13:00 -0000 Subject: Remote login, then nothing happens In-Reply-To: <1125348431.4313744fef7c8@mail.tresgeek.net> References: <43127D77.2090109@tresgeek.net> <15286-88532@sneakemail.com> <43131C19.5080602@tresgeek.net> <1125348431.4313744fef7c8@mail.tresgeek.net> Message-ID: On Mon, 29 Aug 2005, mrflippy wrote: > Quoting Igor Pechtchanski : . Thanks. > > > > If you open a non-X cygwin session in a "dos box", and then type: > > > > cygwin-prompt> DISPLAY=:0 xwininfo.exe -root > > > > Does that show information or an error message? > > > > > > It waits a minute, and then gives me: > > > xwininfo: unable to open display ':0' > > > usage: xwininfo [-options ...] > > > > Heh. To get X forwarding over ssh, you need at least 2 things: a > > running X server, and for ssh to know which display the X server runs > > on[*]. The above seems to indicate that the X server is either not > > running, or is running on the wrong display. > > Ah, I may have misunderstood the original question, as I didn't run the > X server for that. When I was working with it on my own, I did have the > X server running. However, I was trying to connect to the remote server > from an xterm. (the FAQ/docs indicated that was the correct way) I'll > try connecting from just a regular cygwin session (with an X server > running) tonight when I get home from work. I'll look at your other > questions later on tonight too. Well, actually, running it from an xterm essentially ensures that the X server is running -- as long as DISPLAY is set properly (and it usually is in an xterm), there should be little difference between running ssh from an xterm or from a console shell. Unless... Make sure you're running a Cygwin ssh client, or it may not react nicely to ptys (Cygwin's implementation of ttys) that xterm uses. Do try running ssh with -x, though, just to confirm that the problem is indeed with X forwarding, and not generally with ssh. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! If there's any real truth it's that the entire multidimensional infinity of the Universe is almost certainly being run by a bunch of maniacs. /DA -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jkrahn@nc.rr.com Mon Aug 29 22:34:00 2005 From: jkrahn@nc.rr.com (Joe Krahn) Date: Mon, 29 Aug 2005 22:34:00 -0000 Subject: Multi-window design rationale Message-ID: <43138D72.5070800@nc.rr.com> Why is multi-window mode designed as an "internal window manager" instead of an external Win32-aware external WM? It seems to me that the advantages of an internal WM are no different from an internal WM on a normal X server. I think it would be less of a hack for an X-Client WM to make Win32 calls than is having WM code embedded into X. Are there important reasons it was done differently? Joe -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From colin.harrison@virgin.net Mon Aug 29 23:08:00 2005 From: colin.harrison@virgin.net (Colin Harrison) Date: Mon, 29 Aug 2005 23:08:00 -0000 Subject: Icons Message-ID: <200508292308.j7TN8T8n018994@StraightRunning.com> Hi, Just did a hack along the lines of:- Make Icons from X hints at 32 pixel iconSize (using Earle's algorithms as they stand) and convert the icon to whatever size was requested from winXIconToHICON along the lines of: http://www.codeguru.com/Cpp/G-M/bitmap/icons/article.php/c4943/ Worked for me 16x16 (no stripped mask problems). I've got to find some 24x24 etc examples somehow? I'm on XP, 48,32,24 and 16 pixel icons only possible. Should we just work with these values? 48x48, 32x32 and 16x16 are recommended by MS (no 24x24?). This one may be useful for alpha blending code in future:- http://support.microsoft.com/default.aspx?scid=kb;en-us;Q318876 I'm lazy, surfing for code is sometimes easier than writing it :) Colin Harrison -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Mon Aug 29 23:19:00 2005 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Mon, 29 Aug 2005 23:19:00 -0000 Subject: Multi-window design rationale In-Reply-To: <43138D72.5070800@nc.rr.com> References: <43138D72.5070800@nc.rr.com> Message-ID: On Mon, 29 Aug 2005, Joe Krahn wrote: > Why is multi-window mode designed as an "internal window manager" > instead of an external Win32-aware external WM? It seems to me that the > advantages of an internal WM are no different from an internal WM on a > normal X server. > > I think it would be less of a hack for an X-Client WM to make Win32 > calls than is having WM code embedded into X. Are there important > reasons it was done differently? You're not the only one to think so. ISTR that there was a multiwindow external WM mode, where the multiwindow mode was implemented as a separate WM. Kensuke was working on it -- you should be able to find the discussions in the archives searching for "mwextwm". HTH, Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! If there's any real truth it's that the entire multidimensional infinity of the Universe is almost certainly being run by a bunch of maniacs. /DA -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jkrahn@nc.rr.com Mon Aug 29 23:44:00 2005 From: jkrahn@nc.rr.com (Joe Krahn) Date: Mon, 29 Aug 2005 23:44:00 -0000 Subject: Icons In-Reply-To: <200508292308.j7TN8T8n018994@StraightRunning.com> References: <200508292308.j7TN8T8n018994@StraightRunning.com> Message-ID: <43139DD1.2060101@nc.rr.com> Colin Harrison wrote: > Hi, > > Just did a hack along the lines of:- > > Make Icons from X hints at 32 pixel iconSize (using Earle's algorithms as > they stand) and convert the icon to > whatever size was requested from winXIconToHICON along the lines of: > http://www.codeguru.com/Cpp/G-M/bitmap/icons/article.php/c4943/ > > > Worked for me 16x16 (no stripped mask problems). > > I've got to find some 24x24 etc examples somehow? > > I'm on XP, 48,32,24 and 16 pixel icons only possible. Should we just work > with these values? > 48x48, 32x32 and 16x16 are recommended by MS (no 24x24?). We should only create SM_CXICON and SM_CXSMICON sizes, which for now means 16 or 32 bits. I think 48-bit is recommended mainly for displaying icons from file resources in explorer windows. > > This one may be useful for alpha blending code in future:- > > http://support.microsoft.com/default.aspx?scid=kb;en-us;Q318876 > > I'm lazy, surfing for code is sometimes easier than writing it :) Surfing for code is always good. Why re-invent the 'wheel'? I already have code that handles Alpha, and creates 'standard' icons if Alpha is not supported (only important for pre-XP). Alpha icons in X are currently only supported by NET_WM properties. The trick for Alpha is realizing that RGB values must be pre-multiplied by Alpha. This is why colored pixels show up where the 'alpha' bitmask is zero: the RGB pizels are supposed to have been multiplied by zero. I'll work in some new code and post it [hopefully] tonight. Joe -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From mrflippy@tresgeek.net Tue Aug 30 00:04:00 2005 From: mrflippy@tresgeek.net (Andy Schmidgall) Date: Tue, 30 Aug 2005 00:04:00 -0000 Subject: Freeze on startup Message-ID: <4313A29E.7030000@tresgeek.net> I thought reinstalling the latest version of cygwin/X might help with my remote login issues, but now I can't even get X started. It just freezes up. I'm not running ZoneAlarm (I used to, but it is long since uninstalled) and I tried remounting the /tmp directory in binary mode. If I go into the task manager and kill a shell process, then everything frees up and X starts running. Are there other programs that might be interfering? I tried removing the -multiwindow and -clipboard parameters from the command, but all that happened was that then I could see the unresponsive window. Here's my output: ----- startxwin.sh Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.2.0-4 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: XWin -silent-dup-error _XSERVTransmkdir: Cannot create /tmp/.X11-unix with root ownership winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" winDetectSupportedEngines - Windows NT/2000/XP winDetectSupportedEngines - DirectDraw installed winDetectSupportedEngines - DirectDraw4 installed winDetectSupportedEngines - Returning, supported engines 00000007 winSetEngine - Using Shadow DirectDraw NonLocking winAdjustVideoModeShadowDDNL - Using Windows display depth of 32 bits per pixel winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000409" (00000409) (--) Using preset keyboard for "English (USA)" (409), type "4" Rules = "xorg" Model = "pc105" Layout = "us" Variant = "(null)" Options = "(null)" ----- Thanks, Andy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From mrflippy@tresgeek.net Tue Aug 30 00:21:00 2005 From: mrflippy@tresgeek.net (Andy Schmidgall) Date: Tue, 30 Aug 2005 00:21:00 -0000 Subject: Remote login, then nothing happens In-Reply-To: References: <43127D77.2090109@tresgeek.net> <15286-88532@sneakemail.com> <43131C19.5080602@tresgeek.net> Message-ID: <4313A670.6020203@tresgeek.net> Igor Pechtchanski wrote: >>(and then a bunch of options) >> >> >> >>>cygwin-prompt> DISPLAY=:0 ssh -Y user@server >>>do you then get a >>>Password: >>>prompt? >>> >>>If you do, and you enter your linux password, do you then get a prompt >>>on your linux box? If not, this question is probably not related to X >>>at all. Contact e.g. another cygwin list. >>> >>> >>I get a password prompt, but after entering my password, nothing else >>happens. I do not get a command prompt after entering my password. >> >> > >Does the same happen if you run "ssh -x" (note the lowercase) without >DISPLAY= and -Y? If so, you may indeed have a general ssh issue -- try to >get a working prompt first, and then set up X forwarding. > > > ssh -x (lowercase) works just fine. I enter my password and immediately receive a command prompt. >One more place to check is your startup scripts on the remote machine. >Do they change the value of DISPLAY (they shouldn't -- it should be left >at whatever ssh sets it to)? Do they try to launch an X client if DISPLAY >is set (that could be what's causing the apparent "hang")? > Igor >[*] Well, there are more configuration options to check, but the two >things above are required regardless of the configuration. > > I don't see any scripts that would change the DISPLAY variable on the server. Also, if I ssh directly in to the server, "echo $DISPLAY" shows that the variable is empty. Should this have a value? If I kill the shell process on my windows machine, the xterm throws an error: "Warning: No xauth data; using fake authentication data for X11 forwarding." and then logs me in to the server with a text command prompt. I'm not sure if this is important or anything. Thanks for the help so far. -Andy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From colin.harrison@virgin.net Tue Aug 30 01:03:00 2005 From: colin.harrison@virgin.net (Colin Harrison) Date: Tue, 30 Aug 2005 01:03:00 -0000 Subject: Icons Message-ID: <200508300103.j7U13Hd9023158@StraightRunning.com> Hi, Here's my rough solution (to iconSize conversion problem):- --- save_winmultiwindowicons.c 2005-08-30 01:57:27.000000000 +0100 +++ winmultiwindowicons.c 2005-08-30 01:45:58.000000000 +0100 @@ -54,6 +54,7 @@ winScaleXBitmapToWindows (int iconSize, int effBPP, PixmapPtr pixmap, unsigned char *image); +HICON Convert32x32IconTo16x16(HICON h32x32Icon); /* * Scale an X icon bitmap into a Windoze icon bitmap @@ -278,13 +279,18 @@ ICONINFO ii; WinXWMHints hints; HICON hIcon; + BOOL convert=FALSE; winMultiWindowGetWMHints (pWin, &hints); if (!hints.icon_pixmap) return NULL; - iconPtr = LookupIDByType (hints.icon_pixmap, RT_PIXMAP); + iconPtr = (PixmapPtr) LookupIDByType (hints.icon_pixmap, RT_PIXMAP); if (!iconPtr) return NULL; + + if (iconSize == 16) convert = TRUE; + + iconSize = 32; hDC = GetDC (GetDesktopWindow ()); planes = GetDeviceCaps (hDC, PLANES); @@ -311,7 +317,7 @@ memset (mask, 0, maskStride * iconSize); winScaleXBitmapToWindows (iconSize, effBPP, iconPtr, image); - maskPtr = LookupIDByType (hints.icon_mask, RT_PIXMAP); + maskPtr = (PixmapPtr) LookupIDByType (hints.icon_mask, RT_PIXMAP); if (maskPtr) { @@ -330,6 +336,14 @@ else dst++; } + else + { + /* Free X mask and bitmap */ + free (mask); + free (image); + free (imageMask); + return NULL; + } ii.fIcon = TRUE; ii.xHotspot = 0; /* ignored */ @@ -344,6 +358,8 @@ /* Merge Win32 mask and bitmap into icon */ hIcon = CreateIconIndirect (&ii); + if (convert) hIcon=Convert32x32IconTo16x16(hIcon); + /* Release Win32 mask and bitmap */ DeleteObject (ii.hbmMask); DeleteObject (ii.hbmColor); @@ -369,7 +385,7 @@ WindowPtr pWin; HICON hIcon, hiconOld; - pWin = LookupIDByType (id, RT_WINDOW); + pWin = (WindowPtr) LookupIDByType (id, RT_WINDOW); hIcon = (HICON)winOverrideIcon ((unsigned long)pWin); if (!hIcon) @@ -476,3 +492,75 @@ DestroyIcon (hIcon); } #endif + + +HICON Convert32x32IconTo16x16(HICON h32x32Icon) +{ + HDC hMainDC, hMemDC1, hMemDC2; + HICON h16x16Icon; + BITMAP bmp; + HBITMAP hOldBmp1, hOldBmp2; + ICONINFO IconInfo32x32, IconInfo16x16; + + GetIconInfo(h32x32Icon, &IconInfo32x32); + + hMainDC = GetDC(GetDesktopWindow ()); + hMemDC1 = CreateCompatibleDC(hMainDC); + hMemDC2 = CreateCompatibleDC(hMainDC); + + GetObject(IconInfo32x32.hbmColor, sizeof(BITMAP), &bmp); + + IconInfo16x16.hbmColor = CreateBitmap( 16, 16, + bmp.bmPlanes, + bmp.bmBitsPixel, + NULL); + + hOldBmp1 = (HBITMAP) SelectObject( hMemDC1, + IconInfo32x32.hbmColor); + hOldBmp2 = (HBITMAP) SelectObject( hMemDC2, + IconInfo16x16.hbmColor); + + StretchBlt(hMemDC2, + 0, 0, + 16, 16, + hMemDC1, + 0, 0, + 32, 32, + SRCCOPY + ); + + GetObject(IconInfo32x32.hbmMask, sizeof(BITMAP), &bmp); + + IconInfo16x16.hbmMask = CreateBitmap( 16, 16, + bmp.bmPlanes, + bmp.bmBitsPixel, + NULL); + + SelectObject(hMemDC1, IconInfo32x32.hbmMask); + SelectObject(hMemDC2, IconInfo16x16.hbmMask); + + StretchBlt(hMemDC2, + 0, 0, + 16, 16, + hMemDC1, + 0, 0, + 32, 32, + SRCCOPY + ); + + SelectObject(hMemDC1, hOldBmp1); + SelectObject(hMemDC2, hOldBmp2); + + IconInfo16x16.fIcon = TRUE; + h16x16Icon = CreateIconIndirect(&IconInfo16x16); + + DeleteObject(IconInfo32x32.hbmColor); + DeleteObject(IconInfo16x16.hbmColor); + DeleteObject(IconInfo32x32.hbmMask); + DeleteObject(IconInfo16x16.hbmMask); + DeleteDC(hMemDC1); + DeleteDC(hMemDC2); + ReleaseDC(GetDesktopWindow (), hMainDC); + + return h16x16Icon; +} Includes some safety casts and a null mask catcher (I have had black square icons from dodgy clients, this patch forces the default X). Colin Harrison -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reid.thompson@ateb.com Tue Aug 30 02:38:00 2005 From: reid.thompson@ateb.com (Reid Thompson) Date: Tue, 30 Aug 2005 02:38:00 -0000 Subject: Remote login, then nothing happens In-Reply-To: References: Message-ID: <4313C7B3.4070804@ateb.com> Andy Schmidgall wrote: > > > Igor Pechtchanski wrote: > > >>(and then a bunch of options) > >> > >> > >> > >>>cygwin-prompt> DISPLAY=:0 ssh -Y user@server > >>>do you then get a > >>>Password: > >>>prompt? > >>> > >>>If you do, and you enter your linux password, do you then get a prompt > >>>on your linux box? If not, this question is probably not related to X > >>>at all. Contact e.g. another cygwin list. > >>> > >>> > >>I get a password prompt, but after entering my password, nothing else > >>happens. I do not get a command prompt after entering my password. > >> > >> > > > >Does the same happen if you run "ssh -x" (note the lowercase) without > >DISPLAY= and -Y? If so, you may indeed have a general ssh issue -- > try to > >get a working prompt first, and then set up X forwarding. > > > > > > > ssh -x (lowercase) works just fine. I enter my password and immediately > receive a command prompt. > > >One more place to check is your startup scripts on the remote machine. > >Do they change the value of DISPLAY (they shouldn't -- it should be left > >at whatever ssh sets it to)? Do they try to launch an X client if > DISPLAY > >is set (that could be what's causing the apparent "hang")? > > Igor > >[*] Well, there are more configuration options to check, but the two > >things above are required regardless of the configuration. > > > > > I don't see any scripts that would change the DISPLAY variable on the > server. Also, if I ssh directly in to the server, "echo $DISPLAY" shows > that the variable is empty. Should this have a value? > > If I kill the shell process on my windows machine, the xterm throws an > error: "Warning: No xauth data; using fake authentication data for X11 > forwarding." and then logs me in to the server with a text command > prompt. I'm not sure if this is important or anything. > > Thanks for the help so far. > > -Andy > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ > you have to use a capital X -- minor case x disables x forwarding -- see man ssh -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From zakki@peppermint.jp Tue Aug 30 11:39:00 2005 From: zakki@peppermint.jp (Kensuke Matsuzaki) Date: Tue, 30 Aug 2005 11:39:00 -0000 Subject: Multi-window design rationale In-Reply-To: <43138D72.5070800@nc.rr.com> References: <43138D72.5070800@nc.rr.com> Message-ID: <4314454D.3050005@peppermint.jp> Joe Krahn wrote: > Why is multi-window mode designed as an "internal window manager" > instead of an external Win32-aware external WM? It seems to me that the > advantages of an internal WM are no different from an internal WM on a > normal X server. > > I think it would be less of a hack for an X-Client WM to make Win32 > calls than is having WM code embedded into X. Are there important > reasons it was done differently? > > Joe Probably your idea is right. When I wrote multi-window mode, I don't know X extension mechanism. So I embedded window manager into X server to send messages via internal message queue. Mwextwm enables an external wm. But it has some problem in synchronization between X and Windows. Bug fix or redesign is needed. zakki -- Kensuke Matsuzaki mailto:zakki@peppermint.jp http://peppermint.jp -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Tue Aug 30 13:42:00 2005 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Tue, 30 Aug 2005 13:42:00 -0000 Subject: Matlab Segmentation Fault error In-Reply-To: References: <431399FD.5040508@fas.harvard.edu> Message-ID: On Mon, 29 Aug 2005, Ren?? Berber wrote: > Joe Andersen wrote: > > > Not sure if this is a Cygwin problem, but it seems to be. I just > > installed cygwin so I could run Matlab on the unix servers at school > > from my windows laptop. Now that I;ve got rid of zonealarm, cygwin > > generallty works fine. However, when I try to run matlab after having > > ssh'ed to crest (our server), I get "segmentation fault" and matlab > > doesn't run. > > > > Here is how I log on: > > > > Joe@orac ~ > > $ ssh -X -l **** crest.*** > > I assume you started X windows first on your laptop. > > > ****@crest.***'s password: > > Last login: Mon Aug 29 15:59:01 2005 from **** > > [***@crest ~]$ matlab > > Segmentation fault > > This is happening on the server, not your laptop, so the problem may be > on the server. Have you tried running matlab on an X terminal connected > directly to the server? > > > start matlab with the following flags > > -nojvm -nodisplay -nosplash -nodisplay > > > > (in various combinations) Is there something I should change settings > > wise to make things work? Or is SSh the wrong protocol here? > > Ssh should not cause any problem, I use it all the time to have a > graphical interface for Solaris and Linux. You just have to make sure > that the environment variable DISPLAY is set correctly (on the server) > and that your host (laptop in this case) has security permission to > access the X server (xhost +). A couple of comments: this is almost certainly a bug in Matlab or one of the libraries it uses -- it should not crash like this. Also, this is an X-related issue, and thus belongs on the cygwin-xfree list, not the main one -- please direct all follow-ups there (should happen automatically with the current Reply-To). That said, you may find helpful for finding a workaround for your problem. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! If there's any real truth it's that the entire multidimensional infinity of the Universe is almost certainly being run by a bunch of maniacs. /DA -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From j_tetazoo@hotmail.com Tue Aug 30 13:57:00 2005 From: j_tetazoo@hotmail.com (Thomas Chadwick) Date: Tue, 30 Aug 2005 13:57:00 -0000 Subject: xmkmf resuling in bad search path for std includes? Message-ID: I'm cross-posting this to cygwin-xfree@cygwin.com, and cygwin@cygwin.com because, although it appears to be X-related, the root cause may turn out not to be. Here's what's up... I'm attempting to build an X-client from source. I've done it many times before without a hitch, although the last time I did so was many, many months ago. In the meantime, I've regularly run setup.exe to keep my Cygwin install up-to-date. The process for building this X-client involves (1) running "xmkmf -a", which creates the Makefile and implicitly runs "make depend", and then (2) running "make all" to actually build the client. I'm running into trouble at the "make depend" point in the process. It's not finding a couple of include files. Here's an example message: makedepend: warning: x2x.c (reading /usr/include/sys/unistd.h, line 13): cannot find include file "stddef.h" not in /usr/X11R6/include/stddef.h not in /usr/local/lib/gcc-include/stddef.h not in /usr/include/stddef.h not in /usr/include/w32api/stddef.h not in /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/include/stddef.h If I do "find / -name stddef.h" it returns the following: /lib/gcc/i686-pc-cygwin/3.4.4/include/stddef.h /lib/gcc/i686-pc-cygwin/3.4.4/install-tools/include/stddef.h As I see it, either xmkmf is setting up the wrong search path, or something is wrong with my gcc installation (since make depend is looking in 3.3.3/include but the files are located in 3.4.4/include). Attached is the result of running cygcheck. Advice on how to proceed would be appreciated. Thanks. -------------- next part -------------- A non-text attachment was scrubbed... Name: cygcheck.out.gz Type: application/x-gzip Size: 5498 bytes Desc: not available URL: -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Tue Aug 30 14:44:00 2005 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Tue, 30 Aug 2005 14:44:00 -0000 Subject: Freeze on startup In-Reply-To: <4313A29E.7030000@tresgeek.net> References: <4313A29E.7030000@tresgeek.net> Message-ID: On Mon, 29 Aug 2005, Andy Schmidgall wrote: > I thought reinstalling the latest version of cygwin/X might help with my > remote login issues, but now I can't even get X started. It just freezes > up. I'm not running ZoneAlarm (I used to, but it is long since > uninstalled) and I tried remounting the /tmp directory in binary mode. > If I go into the task manager and kill a shell process, then everything > frees up and X starts running. Are there other programs that might be > interfering? > > I tried removing the -multiwindow and -clipboard parameters from the > command, but all that happened was that then I could see the > unresponsive window. > > Here's my output: > ----- > startxwin.sh > Welcome to the XWin X Server > Vendor: The Cygwin/X Project > Release: 6.8.2.0-4 > [snip] > XWin was started with the following command line: > XWin -silent-dup-error Could you run "procps auxww" in another shell and post the command line for the shell process that hangs (i.e., the one you have to kill to get X to start)? Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! If there's any real truth it's that the entire multidimensional infinity of the Universe is almost certainly being run by a bunch of maniacs. /DA -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Tue Aug 30 14:49:00 2005 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Tue, 30 Aug 2005 14:49:00 -0000 Subject: Remote login, then nothing happens In-Reply-To: <4313A670.6020203@tresgeek.net> References: <43127D77.2090109@tresgeek.net> <15286-88532@sneakemail.com> <43131C19.5080602@tresgeek.net> <4313A670.6020203@tresgeek.net> Message-ID: On Mon, 29 Aug 2005, Andy Schmidgall wrote: > Igor Pechtchanski wrote: > > > > (and then a bunch of options) > > > > > > > cygwin-prompt> DISPLAY=:0 ssh -Y user@server > > > > do you then get a > > > > Password: > > > > prompt? > > > > > > > > If you do, and you enter your linux password, do you then get a prompt > > > > on your linux box? If not, this question is probably not related to X > > > > at all. Contact e.g. another cygwin list. > > > > > > > I get a password prompt, but after entering my password, nothing else > > > happens. I do not get a command prompt after entering my password. > > > > Does the same happen if you run "ssh -x" (note the lowercase) without > > DISPLAY= and -Y? If so, you may indeed have a general ssh issue -- try to > > get a working prompt first, and then set up X forwarding. > > ssh -x (lowercase) works just fine. I enter my password and immediately > receive a command prompt. Hmm, weird. > > One more place to check is your startup scripts on the remote machine. > > Do they change the value of DISPLAY (they shouldn't -- it should be left > > at whatever ssh sets it to)? Do they try to launch an X client if DISPLAY > > is set (that could be what's causing the apparent "hang")? > > Igor > > [*] Well, there are more configuration options to check, but the two > > things above are required regardless of the configuration. > > I don't see any scripts that would change the DISPLAY variable on the server. > Also, if I ssh directly in to the server, "echo $DISPLAY" shows that the > variable is empty. Should this have a value? Is this with "-x" or with "-X -Y"? When you turn X forwarding on, ssh sets DISPLAY to a special value, usually starting at 10:0. But since, as you said, you don't actually get a prompt with X forwarding, you can't check the value of DISPLAY. > If I kill the shell process on my windows machine, the xterm throws an > error: "Warning: No xauth data; using fake authentication data for X11 > forwarding." and then logs me in to the server with a text command > prompt. I'm not sure if this is important or anything. Huh? Which shell process do you kill? Can you run "procps auxww" from another shell to find out the command line of that shell process? FWIW, "ssh -X" *should* give you a text command prompt. From that prompt, however, you should be able to start X applications. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! If there's any real truth it's that the entire multidimensional infinity of the Universe is almost certainly being run by a bunch of maniacs. /DA -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From lh-no-personal-replies-please@cygwin.com Tue Aug 30 15:39:00 2005 From: lh-no-personal-replies-please@cygwin.com (Larry Hall) Date: Tue, 30 Aug 2005 15:39:00 -0000 Subject: xmkmf resuling in bad search path for std includes? In-Reply-To: References: Message-ID: <6.2.1.2.0.20050830113749.0501c398@pop.prospeed.net> At 09:56 AM 8/30/2005, you wrote: >As I see it, either xmkmf is setting up the wrong search path, or something is wrong with my gcc installation (since make depend is looking in 3.3.3/include but the files are located in 3.4.4/include). Sounds like the latter. You'll need to get rid of all references to 3.3.3. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From keenerb@roleplayga.org Tue Aug 30 16:01:00 2005 From: keenerb@roleplayga.org (Brian Keener) Date: Tue, 30 Aug 2005 16:01:00 -0000 Subject: Volume up/down enters letters b, c. Message-ID: <4314828F.8020309@roleplayga.org> Pressing the various multimedia keys enters various normal characters rather than firing any XF86VolUp type events. Pressing volume up, volume down, in particular enter the letter "b" and "c" into the x-server. Anyway to make those reflect appropriately? I'd like to use the xf86 multimedia keys with XMMS. Brian K -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jkrahn@nc.rr.com Tue Aug 30 17:44:00 2005 From: jkrahn@nc.rr.com (Joe Krahn) Date: Tue, 30 Aug 2005 17:44:00 -0000 Subject: Icons In-Reply-To: <200508300103.j7U13Hd9023158@StraightRunning.com> References: <200508300103.j7U13Hd9023158@StraightRunning.com> Message-ID: <43149AF6.6080101@nc.rr.com> OK, I didn't quite finish my icon code, but here's some things to discuss: I'm thinking that the right thing to do is write some code to dump native pixmap data. Then, we can easily test and debug code, which also means people can test on pixel formats they might not have on their system. It looks like can go from a device dependent X Pixmap (DDPixmap) to a device dependent Win32 bitmap (DDBitmap), then use Windows functions to scale when needed. This can only work if pixel data formats are the same between Windows and Cygwin/X. Does anyone know if there is any chance of an exception to this? This is good for standard icons which use DDBitmaps. WinXP also accepts DIBitmaps with Alpha. There is no need to use this for DDPixmaps, but it will be useful with NET_WM icons. I assume people are in favor of NET_WM support? The X .ico files have multiple sizes. I noticed that there are two versions of the truecolor icons. There is no way to distinguish then from LoadIcon() or LoadImage(). One has thicker edges. Maybe it would be useful, but needs to be split into a separate icon. Also, the 24-bit icon should be dropped, and we should include a 48-bit icon in the EXE, even though it won't be used internally. I re-wrote the windialogs code to do set icons in winCenterDialog(), which I renamed to winInitDialog(). Sound good? Joe -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Jason.Lee2@xerox.com Tue Aug 30 18:44:00 2005 From: Jason.Lee2@xerox.com (Lee, Jason) Date: Tue, 30 Aug 2005 18:44:00 -0000 Subject: Copy and Paste between my PC and CygwinX Message-ID: I have recently start using CygwinX which is a window to my UNIX environment. The problem is that I have being searching for answer to do copy and paste between CygwinX environment and my PC environment. I can use Ctrl-Insert and Shift-Insert to do copy and paste in my CygwinX environment. How do I copy and paste from my PC to CygwinX xterm windows and from CygwinX xterm windows back to my PC. Thank in advance, Jason. 585-423-2305 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From SSoong@ALLEGROMICRO.com Tue Aug 30 19:11:00 2005 From: SSoong@ALLEGROMICRO.com (Soong, SylokeJ) Date: Tue, 30 Aug 2005 19:11:00 -0000 Subject: Copy and Paste between my PC and CygwinX Message-ID: <3782EF0C54A17E4A902861E3C643F401056BBC37@exchangema.allegromicro.com> I was using Reflection/X and/or Exceed and recently moved to Cygwin/X. Like in Motif, paste is normally achieved by the middle moust button. While copy is achieved by simple selecting(without deselecting) the text. Therefore, when I am on the cygwin window/s I use the Motif style for copy/paste. And, when I am on an XP window, I use MSWin style for copy/paste. With such way of negotiating my mouse clicks between both sets of windows I am able to copy/paste between the two universes. While Reflection and Exceed would recognise my middle mouse button, Cygwin would not. So I decided to modify my Xwin startup with -emulate3buttons option. Which required me to emulate middle button by pressing both L & R mouse buttons together. Finally I found why my cygwin would not recognise the physical middle mouse button. I had set its XP driver to double-click, because sometime ago I was racing to complete MSWin Solitaire. Which my record time is 76 seconds. A neighbour(in the boondocks of Maine) managed 55 seconds.(How did he do that?). I think Reflection doesnot depend on my setting of the XP mouse driver and therefore not affected by my past Solitaire exploits. -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com]On Behalf Of Lee, Jason Sent: Tue, August 30, 2005 2:43 PM To: cygwin-xfree@cygwin.com Subject: Copy and Paste between my PC and CygwinX I have recently start using CygwinX which is a window to my UNIX environment. The problem is that I have being searching for answer to do copy and paste between CygwinX environment and my PC environment. I can use Ctrl-Insert and Shift-Insert to do copy and paste in my CygwinX environment. How do I copy and paste from my PC to CygwinX xterm windows and from CygwinX xterm windows back to my PC. Thank in advance, -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From colin.harrison@virgin.net Tue Aug 30 19:35:00 2005 From: colin.harrison@virgin.net (Colin Harrison) Date: Tue, 30 Aug 2005 19:35:00 -0000 Subject: Shaped windows one logical unit out? Message-ID: <200508301935.j7UJZ94O010524@StraightRunning.com> Hi, Further to my 'picture tells a thousand words' series of patches:- Before my patch:- http://www.straightrunning.com/test/faulty_shaped_windows.png after:- http://www.straightrunning.com/test/corrected_shaped_windows.png Original Patch:- http://cygwin.com/ml/cygwin-xfree/2005-08/msg00020.html Colin Harrison -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From alanh@fairlite.demon.co.uk Tue Aug 30 19:52:00 2005 From: alanh@fairlite.demon.co.uk (Alan Hourihane) Date: Tue, 30 Aug 2005 19:52:00 -0000 Subject: Shaped windows one logical unit out? In-Reply-To: <200508301935.j7UJZ94O010524@StraightRunning.com> References: <200508301935.j7UJZ94O010524@StraightRunning.com> Message-ID: <1125431556.9576.45.camel@jetpack.demon.co.uk> On Tue, 2005-08-30 at 20:35 +0100, Colin Harrison wrote: > Hi, > > Further to my 'picture tells a thousand words' series of patches:- > > Before my patch:- > http://www.straightrunning.com/test/faulty_shaped_windows.png > > after:- > > http://www.straightrunning.com/test/corrected_shaped_windows.png > > Original Patch:- > > http://cygwin.com/ml/cygwin-xfree/2005-08/msg00020.html Committed. Thanks. You might want to upload bug reports/fixes/enhancements to bugs.freedesktop.org so they can be tracked accordingly for the inclusion into X.Org. Alan. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From SSoong@ALLEGROMICRO.com Tue Aug 30 20:00:00 2005 From: SSoong@ALLEGROMICRO.com (Soong, SylokeJ) Date: Tue, 30 Aug 2005 20:00:00 -0000 Subject: Copy and Paste between my PC and CygwinX Message-ID: <3782EF0C54A17E4A902861E3C643F401056BBC38@exchangema.allegromicro.com> Actually, cygwin does recognise my middle mouse button, but as double click rather than paste. That is handy because one has to be a superfast double-clicker on Motif emulators, because no matter how I modified Exceed,Reflection or cygwin/wmaker config I am unable to have mouse double clicking behave as fluently as if I am on a Sun workstation. -----Original Message----- ... While Reflection and Exceed would recognise my middle mouse button, Cygwin would not. So I decided to modify my Xwin startup with -emulate3buttons option. Which required me to emulate middle button by pressing both L & R mouse buttons together. Finally I found why my cygwin would not recognise the physical middle mouse button. .... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Angelo.Graziosi@roma1.infn.it Tue Aug 30 22:35:00 2005 From: Angelo.Graziosi@roma1.infn.it (Angelo Graziosi) Date: Tue, 30 Aug 2005 22:35:00 -0000 Subject: xmkmf resuling in bad search path for std includes? Message-ID: According to Larry Hall on 8/30/2005: > According to Thomas Chadwick on 8/30/2005: >> ..... >> >> I'm running into trouble at the "make depend" point in the >> process. It's not finding a couple of include files. Here's an example >> message: >> makedepend: warning: x2x.c (reading /usr/include/sys/unistd.h, line >> 13): cannot find include file "stddef.h" >> not in /usr/X11R6/include/stddef.h >> not in /usr/local/lib/gcc-include/stddef.h >> not in /usr/include/stddef.h >> not in /usr/include/w32api/stddef.h >> not in /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/include/stddef.h >> .... >> As I see it, either xmkmf is setting up the wrong search path, or >> something is wrong with my gcc installation (since make depend is >> looking in 3.3.3/include but the files are located in 3.4.4/include). > > > Sounds like the latter. You'll need to get rid of all references to > 3.3.3. I have got similar warnings building CERNLIB with g77 and other applications that seem to work, i.e. I have ignored these warnings. With GCC 3.4.4 on cygwin there is no 3.4.4 version for GPC, the Pascal compiler, so when one upgrades from 3.3.3 to 3.4.4 in cygwin remains the referenfes to gcc 3.3.3 regarding GPC pakages 3.3.3 (for example /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/ which contains gpcpp.exe, gpc1.exe, include/ etc.). >From the mailing list seems that there is some incompatibility between GPC 3.3.3 and GCC(gcc, g++, g77...) 3.4.4, so that if one should work with GPC, one must stay with 3.3.3 and not upgrades to 3.4.4. Does this mean that if one does not use gpc one should unistall GPC 3.3.3 when upgrading to GCC 3.4.4? Best regards, Angelo. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From brian@dessent.net Wed Aug 31 06:54:00 2005 From: brian@dessent.net (Brian Dessent) Date: Wed, 31 Aug 2005 06:54:00 -0000 Subject: Copy and Paste between my PC and CygwinX References: Message-ID: <431554FB.CC125982@dessent.net> "Lee, Jason" wrote: > I have recently start using CygwinX which is a window to my UNIX environment. The problem is that I have being searching for answer to do copy and paste between CygwinX environment and my PC environment. > I can use Ctrl-Insert and Shift-Insert to do copy and paste in my CygwinX environment. > How do I copy and paste from my PC to CygwinX xterm windows and from CygwinX xterm windows back to my PC. You can set this in your ~/.inputrc. If you're using CMD.EXE, it's '"\e[2~": paste-from-clipboard', if you use rxvt it's built-in. I recommend that you ditch CMD.EXE as soon as possible if you're still using it, as it sucks hard as a terminal. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From kase@cntw.com Wed Aug 31 07:41:00 2005 From: kase@cntw.com (Karl-Olov Serrander) Date: Wed, 31 Aug 2005 07:41:00 -0000 Subject: xrdb needs cpp, but i do not need gcc Message-ID: Hi ! Seems that xrdb uses cpp when processing .Xdefaults, but cpp is only included in gcc package. Why is cpp not a separate package ? Regards -- Karl-Olov Serrander -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From iain@hythe.net Wed Aug 31 12:58:00 2005 From: iain@hythe.net (Iain Campbell) Date: Wed, 31 Aug 2005 12:58:00 -0000 Subject: Cygwin/X under XP fails to start only on 2nd User Account Message-ID: <33746.192.18.1.5.1125492394.squirrel@192.18.1.5> I'm new to the list. Hi! I have two accounts on my laptop, one for use on my home network and the other for use at my place of work. I'm going nuts trying to get X working on my office account, even though it's perfectly fine on my personal account. I've checked /tmp/XWin.log but there are no discernable differences after initiating X on each account. But still, after running /usr/X11R6/bin/startxwin.bat from my office account, I continue to get a non-specific fatal error. Both accounts are set up with Administrator privileges, though it is the personal account from which Cygwin installed. I'd be grateful for any clue/advice that points me in the right direction of a solution. Thanks, Iain. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Wed Aug 31 13:13:00 2005 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Wed, 31 Aug 2005 13:13:00 -0000 Subject: Cygwin/X under XP fails to start only on 2nd User Account In-Reply-To: <33746.192.18.1.5.1125492394.squirrel@192.18.1.5> References: <33746.192.18.1.5.1125492394.squirrel@192.18.1.5> Message-ID: On Wed, 31 Aug 2005, Iain Campbell wrote: > I'm new to the list. Hi! > > I have two accounts on my laptop, one for use on my home network and the > other for use at my place of work. I'm going nuts trying to get X working > on my office account, even though it's perfectly fine on my personal > account. > > I've checked /tmp/XWin.log but there are no discernable differences after > initiating X on each account. But still, after running > /usr/X11R6/bin/startxwin.bat from my office account, I continue to get a > non-specific fatal error. > > Both accounts are set up with Administrator privileges, though it is the > personal account from which Cygwin installed. > > I'd be grateful for any clue/advice that points me in the right direction > of a solution. Start here: > Problem reports: http://cygwin.com/problems.html I suspect it's either a mount issue, or a permission one. Seeing the output of "cygcheck -svr" will likely provide enough information to decide which one. Please make sure you *attach* the output, rather than include it in-line. HTH, Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! If there's any real truth it's that the entire multidimensional infinity of the Universe is almost certainly being run by a bunch of maniacs. /DA -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From iain@hythe.net Wed Aug 31 13:59:00 2005 From: iain@hythe.net (Iain Campbell) Date: Wed, 31 Aug 2005 13:59:00 -0000 Subject: Cygwin/X under XP fails to start only on 2nd User Account In-Reply-To: References: <33746.192.18.1.5.1125492394.squirrel@192.18.1.5> Message-ID: <37753.192.18.1.5.1125496034.squirrel@192.18.1.5> > On Wed, 31 Aug 2005, Iain Campbell wrote: > >> I'm new to the list. Hi! >> >> I have two accounts on my laptop, one for use on my home network and the >> other for use at my place of work. I'm going nuts trying to get X >> working >> on my office account, even though it's perfectly fine on my personal >> account. > >> --snipped-- > > Start here: > >> Problem reports: http://cygwin.com/problems.html > > I suspect it's either a mount issue, or a permission one. Seeing the > output of "cygcheck -svr" will likely provide enough information to decide > which one. Please make sure you *attach* the output, rather than include > it in-line. > HTH, > Igor Thanks, Igor. I've had a peek at the file (attached) and I'm none the wiser :-) Best, Iain. -------------- next part -------------- A non-text attachment was scrubbed... Name: cygcheck.out Type: application/octet-stream Size: 67319 bytes Desc: not available URL: -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Wed Aug 31 14:30:00 2005 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Wed, 31 Aug 2005 14:30:00 -0000 Subject: Cygwin/X under XP fails to start only on 2nd User Account In-Reply-To: <37753.192.18.1.5.1125496034.squirrel@192.18.1.5> References: <33746.192.18.1.5.1125492394.squirrel@192.18.1.5> <37753.192.18.1.5.1125496034.squirrel@192.18.1.5> Message-ID: On Wed, 31 Aug 2005, Iain Campbell wrote: > > On Wed, 31 Aug 2005, Iain Campbell wrote: > > > >> I'm new to the list. Hi! > >> > >> I have two accounts on my laptop, one for use on my home network and > >> the other for use at my place of work. I'm going nuts trying to get X > >> working on my office account, even though it's perfectly fine on my > >> personal account. > > > >> --snipped-- > > > > Start here: > > > >> Problem reports: http://cygwin.com/problems.html > > > > I suspect it's either a mount issue, or a permission one. Seeing the > > output of "cygcheck -svr" will likely provide enough information to > > decide which one. Please make sure you *attach* the output, rather > > than include it in-line. > > Thanks, Igor. I've had a peek at the file (attached) and I'm none the > wiser :-) The file you attached shows a lot of information about your system that's useful for those who know where to look -- saves asking a whole bunch of "thy this -- what do you see?" questions. According to the cygcheck output, your mounts look good (i.e., you've installed Cygwin "for all users"). The next step is to look at /tmp/XWin.log for the exact "fatal error" you get (you mentioned it was "non-specific", but didn't paste the exact message in). You aren't trying to run the two X sessions (for the office account and the home one) at the same time, by any chance, are you? Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! If there's any real truth it's that the entire multidimensional infinity of the Universe is almost certainly being run by a bunch of maniacs. /DA -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From iain@hythe.net Wed Aug 31 15:40:00 2005 From: iain@hythe.net (Iain Campbell) Date: Wed, 31 Aug 2005 15:40:00 -0000 Subject: Cygwin/X under XP fails to start only on 2nd User Account In-Reply-To: References: <33746.192.18.1.5.1125492394.squirrel@192.18.1.5> <37753.192.18.1.5.1125496034.squirrel@192.18.1.5> Message-ID: <4315CF25.6050304@hythe.net> Igor Pechtchanski wrote: >On Wed, 31 Aug 2005, Iain Campbell wrote: > > > >>>On Wed, 31 Aug 2005, Iain Campbell wrote: >>> >>> >>> >>>>I'm new to the list. Hi! >>>> >>>>I have two accounts on my laptop, one for use on my home network and >>>>the other for use at my place of work. I'm going nuts trying to get X >>>>working on my office account, even though it's perfectly fine on my >>>>personal account. >>>> >>>> >>>>--snipped-- >>>> >>>> >>>Start here: >>> >>> >>> >>>>Problem reports: http://cygwin.com/problems.html >>>> >>>> >>>I suspect it's either a mount issue, or a permission one. Seeing the >>>output of "cygcheck -svr" will likely provide enough information to >>>decide which one. Please make sure you *attach* the output, rather >>>than include it in-line. >>> >>> >>Thanks, Igor. I've had a peek at the file (attached) and I'm none the >>wiser :-) >> >> > >The file you attached shows a lot of information about your system that's >useful for those who know where to look -- saves asking a whole bunch of >"thy this -- what do you see?" questions. > >According to the cygcheck output, your mounts look good (i.e., you've >installed Cygwin "for all users"). The next step is to look at >/tmp/XWin.log for the exact "fatal error" you get (you mentioned it was >"non-specific", but didn't paste the exact message in). You aren't trying >to run the two X sessions (for the office account and the home one) at the >same time, by any chance, are you? > Igor > > Hi Igor, I'm using the standard 'startxwin.bat', modified only to change %CYGWIN_ROOT% from '\cygwin' to where my newest install was placed. The dialog simply reports the following error: "A fatal error has occurred and Cygwin/X will now exit." ... followed by the usual build info and referral to /tmp/XWin.log I'm attaching the XWin.log from both successful and unsuccessful attemps to start Cygwin/X, each with an appropriate filename suffix. To answer your question: I never use XP's 'Switch User' option. I'm only ever using one instance of Cygwin/X at a time. I'm not sure if it's relevant, but I had an older version of Cygwin/X installed prior to the weekend (in the '\cygwin' directory) and this used to work fine on both accounts. Though, back then, neither account was password-protected. This time around, I have sshd running (perfectly) as a XP service and I've obviously decided that password might be an idea :-) so I set them up using the 'passwd' command rather than using the Windows Control Panel. On the surface, it seems to be fine but I don't know whether or not it could be contributing to my woes, so I think it might be worth a mention. Best, Iain. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From iain@hythe.net Wed Aug 31 15:52:00 2005 From: iain@hythe.net (Iain Campbell) Date: Wed, 31 Aug 2005 15:52:00 -0000 Subject: Cygwin/X under XP fails to start only on 2nd User Account In-Reply-To: <4315CF25.6050304@hythe.net> References: <33746.192.18.1.5.1125492394.squirrel@192.18.1.5> <37753.192.18.1.5.1125496034.squirrel@192.18.1.5> <4315CF25.6050304@hythe.net> Message-ID: <4315D238.5000807@hythe.net> Iain Campbell wrote: > Igor Pechtchanski wrote: > >> On Wed, 31 Aug 2005, Iain Campbell wrote: >> >> >> >>>> On Wed, 31 Aug 2005, Iain Campbell wrote: >>>> >>>> >>>> >>>>> I'm new to the list. Hi! >>>>> >>>>> I have two accounts on my laptop, one for use on my home network and >>>>> the other for use at my place of work. I'm going nuts trying to get X >>>>> working on my office account, even though it's perfectly fine on my >>>>> personal account. >>>>> >>>>> --snipped-- >>>>> >>>> >>>> Start here: >>>> >>>> >>>> >>>>> Problem reports: http://cygwin.com/problems.html >>>>> >>>> >>>> I suspect it's either a mount issue, or a permission one. Seeing the >>>> output of "cygcheck -svr" will likely provide enough information to >>>> decide which one. Please make sure you *attach* the output, rather >>>> than include it in-line. >>>> >>> >>> Thanks, Igor. I've had a peek at the file (attached) and I'm none the >>> wiser :-) >>> >> >> >> The file you attached shows a lot of information about your system >> that's >> useful for those who know where to look -- saves asking a whole bunch of >> "thy this -- what do you see?" questions. >> >> According to the cygcheck output, your mounts look good (i.e., you've >> installed Cygwin "for all users"). The next step is to look at >> /tmp/XWin.log for the exact "fatal error" you get (you mentioned it was >> "non-specific", but didn't paste the exact message in). You aren't >> trying >> to run the two X sessions (for the office account and the home one) >> at the >> same time, by any chance, are you? >> Igor >> >> > Hi Igor, > > I'm using the standard 'startxwin.bat', modified only to change > %CYGWIN_ROOT% from '\cygwin' to where my newest install was placed. > > The dialog simply reports the following error: > > "A fatal error has occurred and Cygwin/X will now exit." > > .... followed by the usual build info and referral to /tmp/XWin.log > > I'm attaching the XWin.log from both successful and unsuccessful > attemps to start Cygwin/X, each with an appropriate filename suffix. > > To answer your question: I never use XP's 'Switch User' option. I'm > only ever using one instance of Cygwin/X at a time. > > I'm not sure if it's relevant, but I had an older version of Cygwin/X > installed prior to the weekend (in the '\cygwin' directory) and this > used to work fine on both accounts. Though, back then, neither account > was password-protected. This time around, I have sshd running > (perfectly) as a XP service and I've obviously decided that password > might be an idea :-) so I set them up using the 'passwd' command > rather than using the Windows Control Panel. On the surface, it seems > to be fine but I don't know whether or not it could be contributing to > my woes, so I think it might be worth a mention. > > Best, > Iain. Resending, this time with attachments. Sorry :-/ Iain. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: XWin.log.good URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: XWin.log.bad URL: -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From iain@hythe.net Wed Aug 31 16:56:00 2005 From: iain@hythe.net (Iain Campbell) Date: Wed, 31 Aug 2005 16:56:00 -0000 Subject: Problem solved, sort of (was Re: Cygwin/X under XP fails to start only on 2nd User Account) In-Reply-To: <4315D238.5000807@hythe.net> References: <33746.192.18.1.5.1125492394.squirrel@192.18.1.5> <37753.192.18.1.5.1125496034.squirrel@192.18.1.5> <4315CF25.6050304@hythe.net> <4315D238.5000807@hythe.net> Message-ID: <4315E14A.30904@hythe.net> Tried starting X using 'startx' from the problem account and discovered a vital clue. There was an error message suggesting that the process couldn't write to /tmp/XWin.log Rather than delete the file, I've set permissions to 0777 and it fixes my problem. I am, however, if this was the correct way to fix it. Best, Iain. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Wed Aug 31 17:20:00 2005 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Wed, 31 Aug 2005 17:20:00 -0000 Subject: Problem solved, sort of (was Re: Cygwin/X under XP fails to start only on 2nd User Account) In-Reply-To: <4315E14A.30904@hythe.net> References: <33746.192.18.1.5.1125492394.squirrel@192.18.1.5> <37753.192.18.1.5.1125496034.squirrel@192.18.1.5> <4315CF25.6050304@hythe.net> <4315D238.5000807@hythe.net> <4315E14A.30904@hythe.net> Message-ID: On Wed, 31 Aug 2005, Iain Campbell wrote: > Tried starting X using 'startx' from the problem account and discovered > a vital clue. There was an error message suggesting that the process > couldn't write to /tmp/XWin.log Ah, good, that was my next question... :-) I'm glad you found the problem. > Rather than delete the file, I've set permissions to 0777 and it fixes > my problem. I am, however, if this was the correct way to fix it. That's exactly the correct way to fix it (well, permissions should really be 0666). There is no other way to allow different users to write to the same file (short of adding individual ACLs, but not all POSIX tools understand those). Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! If there's any real truth it's that the entire multidimensional infinity of the Universe is almost certainly being run by a bunch of maniacs. /DA -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From SSoong@ALLEGROMICRO.com Wed Aug 31 21:22:00 2005 From: SSoong@ALLEGROMICRO.com (Soong, SylokeJ) Date: Wed, 31 Aug 2005 21:22:00 -0000 Subject: How to have more than one X display? Message-ID: <3782EF0C54A17E4A902861E3C643F401056BBC3D@exchangema.allegromicro.com> How to indecisively start more than one X display on my XP system? Currently I have a startxwin.bat: ================================ SET DISPLAY=127.0.0.1:0.0 ...... run XWin -screen 0 1750 1350 -whateverelse run wmaker as well as startxwin1.bat: ========================= SET DISPLAY=127.0.0.1:0.1 ...... run XWin -screen 1 1750 1350 -whateverelse run wmaker Running startxwin1.bat after running startxwin.bat successfully, gives me an error logged into /tmp/Xwin.log which I attach herewith. startxwin1.bat is an exact replica of startxwin.bat except for those two lines. Both of which are direct modification from default startxwin.bat supplied at installation except I have wmaker instead of twm. Do I have to have startxwin.bat this way: ======================================== SET DISPLAY=127.0.0.1:0.0 ...... run XWin -screen 0 1750 1350 -screen 1 1750 1350 -whateverelse run wmaker That would force me to write startxwin.bat decisively if I want one, two or more X displays. I prefer Reflection's giving me slack to "indecisively decide" when to willy-nilly start an additional X display. -------------- next part -------------- A non-text attachment was scrubbed... Name: XWin.log Type: application/octet-stream Size: 1009 bytes Desc: not available URL: -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/