RE: x doesn't start

2006-06-09 Thread ruelle
how i can set the batch file?? can you give me a link for a tutorial?? thanks -- View this message in context: http://www.nabble.com/x-doesn%27t-start-t1754880.html#a4789901 Sent from the cygwin-xfree forum at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: x doesn't start

2006-06-09 Thread Brett Serkez
how i can set the batch file?? can you give me a link for a tutorial?? thanks C:\cygwin\usr\X11R6\bin\startxwin.bat Just double click it in explorer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

XWin and DPI

2006-06-09 Thread Kyle Sluder
Hi all, Just wondering how hard it would be for XWin to inherit the DPI of the Windows install it's running on. I had no idea why my fonts were incredibly tiny until by chance I ran xdpyinfo and saw the X server was running at 75 dpi, while Windows runs at 96 dpi. The FAQ

Re: Cygwin-X with a Latin American Keyboard

2006-06-09 Thread Rodrigo Medina
Hi! Patel, Anit Anit.patel at cwpanama.com writes: How do I change the Cygwin-X to use a keyboard mapping for a Latin American keyboard. See man XWin The layout is la. It is in /usr/X11R6/lib/X11/xkb/symbols/la You call XWin with the option -xkblayout la You can modify the startxwin script

STARTXWIN.BAT Hanging Under Win2KPro

2006-06-09 Thread Douglas J. Renze
The subject says it all. STARTXWIN.BAT is hanging on the startup under Win2KPro. If I run it, it will stall out - I can't right-click on the X icon in the system tray to bring up the menu, and when I examine the processes, it appears that XWin.exe is running, as well as an xterm.exe process, but

RE: STARTXWIN.BAT Hanging Under Win2KPro

2006-06-09 Thread Charli Li
I have W2K Professional, and it works just fine. You may want to edit the startxwin.bat file to fit your needs. (Rightclick startxwin.bat edit) For your convenience, I wrote up this seperate little batch script (run under cmd or standalone): @echo off C: set CYGWINBASE=C:\cygwin set

Re: STARTXWIN.BAT Hanging Under Win2KPro

2006-06-09 Thread Brett Serkez
STARTXWIN.BAT is hanging on the startup under Win2KPro. If I run it, it will stall out - I can't right-click on the X icon in the system tray to bring up the menu, and when I examine the processes, it appears that XWin.exe is running, as well as an xterm.exe process, but no XTerm ever pops up.

src/winsup/w32api ChangeLog lib/Makefile.in li ...

2006-06-09 Thread ironhead
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2006-06-09 23:53:06 Modified files: winsup/w32api : ChangeLog winsup/w32api/lib: Makefile.in uuid.c oaidl-uuid.c Added files: winsup/w32api/lib: cguid-uuid.c olectlid-uuid.c Log

src/winsup/w32api ChangeLog lib/uuid.c lib/obj ...

2006-06-09 Thread ironhead
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2006-06-10 01:45:59 Modified files: winsup/w32api : ChangeLog winsup/w32api/lib: uuid.c objidl-uuid.c Log message: 2006-06-09 Chris Sutcliffe [EMAIL PROTECTED] *

Re: ssh with tunnel stacktrace on core duo

2006-06-09 Thread Andreas Loebel
Hi, if you have installed Embassy security software from wave.com (which is in particular preinstalled on new Dell Latitude D620 and D820, respectively), check for an update for biolsp.dll from www.wave.com. Andreas -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: gcc -mno-cygwin still wants to link with cygwin libs

2006-06-09 Thread Peter Amstutz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 8 Jun 2006, Brian Dessent wrote: The search order is documented: http://sourceware.org/binutils/docs-2.16/ld/WIN32.html#index-direct-linking -to-a-dll-527. I think the only thing it says about search order that is relevant here is that

Re: Issue with Find command on windows NT

2006-06-09 Thread Shankar Unni
[EMAIL PROTECTED] wrote: find: /cygdrive/i changed during execution of find (old inode number -506580184, new inode number -509781400, filesystem type is system) [ref 1114] Ah, finally, some actual details. Try a recent snapshot of cygwin1.dll from http://www.cygwin.com/snapshots. --

clean uninstalled 1.5.18-1 but cannot install 1.5.12-1

2006-06-09 Thread thanhvn
Followed instructions at http://cygwin.com/faq/faq.setup.html#faq.setup.uninstall-all and successfully clean uninstalled cygwin 1.5.18-1. (The only exception is I renamed the c:\cygwin directory instead of deleting it.) I rebooted and tried to install 1.5.12-1 but the installer says Nothing to

Re: clean uninstalled 1.5.18-1 but cannot install 1.5.12-1

2006-06-09 Thread Christopher Faylor
On Fri, Jun 09, 2006 at 02:25:02PM -0700, thanhvn wrote: Followed instructions at http://cygwin.com/faq/faq.setup.html#faq.setup.uninstall-all and successfully clean uninstalled cygwin 1.5.18-1. (The only exception is I renamed the c:\cygwin directory instead of deleting it.) I rebooted and

Re: cygwin non-posix problems

2006-06-09 Thread Linda Walsh
Christopher Faylor wrote: On Thu, Jun 08, 2006 at 05:11:29PM -0700, Yitzchak Scott-Thoennes wrote: The point would be to reduce the amount of code that might need to be inspected to find the underlying problem. Nothing to do with publicly available. --- Would that it was always

Re: cygwin non-posix problems

2006-06-09 Thread Eric Blake
/bin/kill -f worked for me. HmmSIGEFF? Haven't heard of that one. At least you can reproduce it. Thank you. Here, -f means force, using Windows native methods to kill the process when cygwin signal handling seems to be stuck. I know! It must be because fork doesn't work

How to use cygcheck to find documentation on rsync?

2006-06-09 Thread siegfried
Somebody (in this email list) showed me how to use cygcheck to find all the files associated with a command -- including the documentation. Can someone kindly remind me what qualifiers I use on cygcheck to find the documentation for rsync? I did a search on my old emails for cygcheck but there

Re: How to use cygcheck to find documentation on rsync?

2006-06-09 Thread Larry Hall (Cygwin)
On 06/10/2006, siegfried wrote: Somebody (in this email list) showed me how to use cygcheck to find all the files associated with a command -- including the documentation. Can someone kindly remind me what qualifiers I use on cygcheck to find the documentation for rsync? cygcheck -l rsync

Re: How to use cygcheck to find documentation on rsync?

2006-06-09 Thread Christopher Faylor
On Sat, Jun 10, 2006 at 12:23:15AM -0400, Larry Hall (Cygwin) wrote: On 06/10/2006, siegfried wrote: Somebody (in this email list) showed me how to use cygcheck to find all the files associated with a command -- including the documentation. Can someone kindly remind me what qualifiers I use on