X server problem

2008-09-17 Thread claudtr

Hi,

i have installed the Cygwin package on my computer with Windows Xp.
I try to start with startxwin.bat but it doesn't work and the error on the 
screen

is :

 A fatal error has occurred and Cygwin/X will now exit.
 Please open /tmp/XWin.log for more information.

 Vendor: The Cygwin/X Project
 Release: 6.8.88.901-4
 Contact: [EMAIL PROTECTED]
 XWin was started with the following command-line:

 /usr/X11R6/bin/Xwin -multiwindows -clipboard 
-silent-dup-error



Here the output file /tmp/XWin.log :

(WW) /tmp mounted int textmode
_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be 
created.

(II) XF86Config is not supported
(II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel
winAllocateFBShadowGDI - Creating DIB with width: 1280 height: 1024 depth: 32
winInitVisualsShadowGDI - Masks 00ff ff00 00ff 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: 0410 (0410)
(--) Using preset keyboard for Italian (410), type 4
(--) 3 mouse buttons found
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing 
from list!


Fatal server error:
could not open default font 'fixed'
winDeinitMultiWindowWM - Noting shutdown in progress


Can you help me?
thanks you, and i hope.

Claudio

  



--
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/



how to start windows applications

2008-09-17 Thread thetrystero

i've just installed cygwin and am noticing some inconsistencies between
executing commands from the command line versus executing them through a
batch file. for example when I try to do

start excel a.xls

I get bash: start: command not found

but if I put this in a batch file, a.bat say, and the subsequently executing
a.bat the the cmd line, it works fine.
Another one is changing directories. Say I'm in C: and I'd like to change to
U:\temp. The following sequence works in the batch file but not at the
command line:

U:
cd \temp

Any help will be much appreciated!





-- 
View this message in context: 
http://www.nabble.com/how-to-start-windows-applications-tp19527789p19527789.html
Sent from the cygwin-xfree mailing list archive at Nabble.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/



RE: how to start windows applications

2008-09-17 Thread Morche Matthias
start is a builtin of cmd.

try cygstart a.xls instead.

  matthias




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of thetrystero
Sent: Wednesday, September 17, 2008 11:23 AM
To: cygwin-xfree@cygwin.com
Subject: how to start windows applications


i've just installed cygwin and am noticing some inconsistencies between
executing commands from the command line versus executing them through a
batch file. for example when I try to do

start excel a.xls

I get bash: start: command not found

but if I put this in a batch file, a.bat say, and the subsequently
executing
a.bat the the cmd line, it works fine.
Another one is changing directories. Say I'm in C: and I'd like to
change to
U:\temp. The following sequence works in the batch file but not at the
command line:

U:
cd \temp

Any help will be much appreciated!





-- 
View this message in context:
http://www.nabble.com/how-to-start-windows-applications-tp19527789p19527
789.html
Sent from the cygwin-xfree mailing list archive at Nabble.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/


--
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/



Re: how to start windows applications

2008-09-17 Thread Larry Hall (Cygwin X)

thetrystero wrote:

i've just installed cygwin and am noticing some inconsistencies between
executing commands from the command line versus executing them through a
batch file. for example when I try to do

start excel a.xls

I get bash: start: command not found

but if I put this in a batch file, a.bat say, and the subsequently executing
a.bat the the cmd line, it works fine.
Another one is changing directories. Say I'm in C: and I'd like to change to
U:\temp. The following sequence works in the batch file but not at the
command line:

U:
cd \temp

Any help will be much appreciated!


Cygwin is not DOS.  That's really the crux of your problem.  You've already
been given one alternative way of doing what you want with start in a
Cygwin/POSIX/Linux way.  For the cd, cd /cygdrive/u/temp will do what
you want.  If you plan to use Cygwin tools and shells, you should try to
work with the environment rather than against it.  A read through the Cygwin
User's Guide http://cygwin.com/cygwin-ug-net/ should help some.
Linux/Unix guides and tutorials should help too.


--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 429-6305 - 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/