Re: Problems with Startx even after rebaseall

2007-05-05 Thread Robert Neville
On Thu, 3 May 2007 00:22:50 +0100, Thorsten Kampe [EMAIL PROTECTED] wrote:

* Robert Neville (Wed, 02 May 2007 12:19:45 -0700)
 On Wed, 2 May 2007 09:57:08 +0100, Thorsten Kampe [EMAIL PROTECTED] wrote:
 * Robert Neville (Tue, 01 May 2007 14:09:59 -0700)
  On Tue, 1 May 2007 08:55:47 +0100, Thorsten Kampe [EMAIL PROTECTED] 
  wrote:
  * Robert Neville (Mon, 30 Apr 2007 15:45:46 -0700)
   On Mon, 30 Apr 2007 21:47:39 +0100, Thorsten Kampe [EMAIL PROTECTED] 
   wrote:
   * Robert Neville (Mon, 30 Apr 2007 10:18:15 -0700)
I am not sure if this is the appropriate group. In addition, 
searching through
these gmane newsgroups is not straightforward since Google groups 
does not return them.

Startx fails to initialize when it worked yesterday. I ran setup 
and the process may have not
completed (it was late and I needed to sleep). After running 
setup.exe again, I navigated to the
System category and reinstalled rebase. Then I reviewed the README 
file; kill all processes
associated with cygwin; ran ash; and typed /bin/rebaseall -v; the 
utility performed some actions and
returned without errors.

I fired up a cygwin window and startx would still not initialize. 
The console gave me the following
font error.

sageQueue trapped WM_QUIT message, exiting main loop.
winClipboardProc - XDestroyWindow succeeded.
FreeFontPath: FPE /usr/X11R6/lib/X11/fonts/misc/ refcount is 2, 
should be 1; fixing.

The cygwin console appears fully functional. The console has 
returned some errors when running make,
but these issues may be completely separate. Please give me 
whatever insight you may have on these
scenarios. I have already spent considerable time troubleshooting 
these issues and need better
guidance.
  
  XWin was started with the following command line:
  X :0 -multiwindow -clipboard
  
  Read again my posting. I said without and not with (which wouldn't 
  make sense at all if there is a winClipboardIOError). startx is a 
  shell script. Copy it, find the line where XWin is started and remove 
  the arguments (parameters). Then start this script. 
  
  
  I did not realize that startx was just a script. Honestly, the clipboard 
  is the main reason for me
  launching Xwin. After editing the script and removing the clipboard 
  argument, the console returns a
  winInitMultiWindowXMsgProc - Caught IO Error. Then I removed the 
  multiwindow argument and the
  console returned the following error. I don't have much time to evaluate 
  this scenario or the
  patience; hopefully someone has seen this scenario before. 
  [XWin log]
 
 I can't see any error in the new log you posted. The only thing I can 
 advise you is to try to run the startxwin.sh and startxwin.bat file to 
 see if they make a difference...
 
 Thorsten
 
 
 Sorry about not posting the error log. I was helping several other people 
 with their basic computer
 issues and made this oversight. Both startxwin.bat and startxwin.sh fail. 
 Here are the error logs.
 
 $ startx
 
 Welcome to the XWin X Server
 Vendor: The Cygwin/X Project
 Release: 6.8.99.901-4
 
 Contact: cygwin-xfree@cygwin.com
 
 XWin was started with the following command line:
 
 X :0
 
 _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
 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
 winDetectSupportedEngines - Windows NT/2000/XP
 winDetectSupportedEngines - DirectDraw installed
 winDetectSupportedEngines - DirectDraw4 installed
 winDetectSupportedEngines - Returning, supported engines 0007
 winSetEngine - Using Shadow DirectDraw NonLocking
 winAdjustVideoModeShadowDDNL - Using Windows display depth of 32 bits per 
 pixel
 winFinishScreenInitFB - Masks: 00ff ff00 00ff
 MIT-SHM extension disabled due to lack of kernel support
 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: 0409 (0409)
 (--) Using preset keyboard for English (USA) (409), type 4
 Rules = xorg Model = pc105 Layout = us Variant = (null) Options = 
 (null
 )
 (--) 5 mouse buttons found
 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/100dpi/, removing 
 from
  list!
 winPointerWarpCursor - Discarding first warp: 509 353
 winProcEstablishConnection - Hello
 winProcEstablishConnection - Clipboard is not enabled, returning.
 cat: /home/Ferdie/.Xauthority: No such file or directory
 
 waiting for X server to shut down FreeFontPath: 

Re: how to install dejavu font ?

2007-05-05 Thread Holger Krull
Didier BRETIN schrieb:
 On 04/05/2007 16:01, Holger Krull wrote:
 Didier BRETIN schrieb:
 I installed cygwin/X on my XP box and it's running well. I would like to
 use the dejavu font (http://dejavu.sf.net/) under X. Do you know how I
 can install them ?

 I don't know if this is enough, but putting the font in
 /usr/cygwin/X11R6/lib/X11/fonts/TTF
 will be a good start.
 
 /usr/X11R6/lib/X11/fonts exists but there is TTF directory  Perharps
 I need some specific packages ?

The scalable fonts. That is
xorg-x11-fscl

--
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 install dejavu font ?

2007-05-05 Thread Holger Krull
Holger Krull schrieb:
 Didier BRETIN schrieb:
 On 04/05/2007 16:01, Holger Krull wrote:
 Didier BRETIN schrieb:
 I installed cygwin/X on my XP box and it's running well. I would like to
 use the dejavu font (http://dejavu.sf.net/) under X. Do you know how I
 can install them ?
 I don't know if this is enough, but putting the font in
 /usr/cygwin/X11R6/lib/X11/fonts/TTF
 will be a good start.
 /usr/X11R6/lib/X11/fonts exists but there is TTF directory  Perharps
 I need some specific packages ?
 
 The scalable fonts. That is
 xorg-x11-fscl

And i believe you need to call font-update after you put the dejavu font
 there.

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



Xterm, rxvt, mrxvt, etc....

2007-05-05 Thread Gustavo Seabra

Hi all,

I just wonder what is the current status of terminals for X in Cygwin. I 
currently use xterm, but I've seen people using rxvt and mrxvt. Also, I 
heard that rxvt is actually currently supported in Cygwin, something 
that xterm apparently isn't.


Is anybody using rxvt, mrxvt or something else that would care to share 
opinion/information/clues here?


Thanks,

Gustavo.

--
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: Problems with Startx even after rebaseall

2007-05-05 Thread Thorsten Kampe
* Robert Neville (Sat, 05 May 2007 00:10:50 -0700)
 On Thu, 3 May 2007 00:22:50 +0100, Thorsten Kampe [EMAIL PROTECTED] wrote:
  _XSERVTransSocketINETCreateListener: ...SocketCreateListener() failed
  _XSERVTransMakeAllCOTSServerListeners: server already running
  
  Fatal server error:
  Cannot establish any listening sockets - Make sure an X server isn't 
  already run
  ning
  winDeinitMultiWindowWM - Noting shutdown in progress
 
 It seems like there is something already listening or blocking the X 
 server...
 
 
 Do you have any suggestions on a solution?

Actually almost none (I just recently started using Xwinw and I'm 
still amazed who easy the setup is and that seemingly everything 
simply works).

 I have no idea why this would occur or how to troubleshoot these scenarios.
 
 The console keeps returning the font error. 
 
 Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from 
 li
 st!
 winPointerWarpCursor - Discarding first warp: 509 353
 winProcEstablishConnection - Hello
 winProcEstablishConnection - Clipboard is not enabled, returning.
 cat: /home/neville/.Xauthority: No such file or directory
 
 waiting for X server to shut down FreeFontPath: FPE 
 /usr/X11R6/lib/X11/fonts/mi
 sc/ refcount is 2, should be 1; fixing.
 winDeinitMultiWindowWM - Noting shutdown in progress

You seem to get different errors when starting startx or startxwin.sh 
and startxwin.bat. This log shows no reason for shutting down the X 
server - the other said there was already one running.
 
 This link gave me some insight, yet it did not resolve my main problem.
 
  http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof
 
 Apparently, mount does not list any mount points for /usr/X11R6/lib/X11/fonts 
 on my installation. 

Well, neither on mine and there are no mount statements in the 
postinstall scripts. I think some years ago there was a mounted font 
path but I might be mistaken.

Anyway, check if all the postinstall sripts have been run, and 
consider reinstalling X or Cygwin or Windows...

Thorsten
 


--
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: Xterm, rxvt, mrxvt, etc....

2007-05-05 Thread Thomas Dickey

On Sat, 5 May 2007, Gustavo Seabra wrote:


Hi all,

I just wonder what is the current status of terminals for X in Cygwin. I 
currently use xterm, but I've seen people using rxvt and mrxvt. Also, I heard 
that rxvt is actually currently supported in Cygwin, something that xterm 
apparently isn't.


support is relative.  There's apparently no X maintainer, so no updated 
packages.  On the other hand, while I respond to xterm issues(*) on this 
and other lists, I don't recall _ever_ seeing support from rxvt's 
maintainers on this list.


(*) aside from obvious ones - setting the font is an example that's best
done via the manpage.

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



Re: Xterm, rxvt, mrxvt, etc....

2007-05-05 Thread Thorsten Kampe
* Thomas Dickey (Sat, 5 May 2007 10:12:18 -0400 (EDT))
 On Sat, 5 May 2007, Gustavo Seabra wrote:
  I just wonder what is the current status of terminals for X in Cygwin. I 
  currently use xterm, but I've seen people using rxvt and mrxvt. Also, I 
  heard 
  that rxvt is actually currently supported in Cygwin, something that xterm 
  apparently isn't.
 
 support is relative.  There's apparently no X maintainer, so no updated 
 packages.  On the other hand, while I respond to xterm issues(*) on this 
 and other lists, I don't recall _ever_ seeing support from rxvt's 
 maintainers on this list.

rxvt is not an X package...


--
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: Xterm, rxvt, mrxvt, etc....

2007-05-05 Thread Thomas Dickey

On Sat, 5 May 2007, Thorsten Kampe wrote:


* Thomas Dickey (Sat, 5 May 2007 10:12:18 -0400 (EDT))

On Sat, 5 May 2007, Gustavo Seabra wrote:

I just wonder what is the current status of terminals for X in Cygwin. I
currently use xterm, but I've seen people using rxvt and mrxvt. Also, I heard
that rxvt is actually currently supported in Cygwin, something that xterm
apparently isn't.


support is relative.  There's apparently no X maintainer, so no updated
packages.  On the other hand, while I respond to xterm issues(*) on this
and other lists, I don't recall _ever_ seeing support from rxvt's
maintainers on this list.


rxvt is not an X package...


rxvt could run in X, but I agree it has a win32-specific chunk of code.

However, the last I read of _that_ was that it was no longer supported.
For example

http://www.cygwin.com/ml/cygwin-announce/2006-05/msg2.html

google's not showing me a recent maintainer for the code.

If there's no maintainer, it's not supported, no matter what the mailing 
list is.


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



startx fork() problem with Vista and solution

2007-05-05 Thread Joel Eidsath

I'm running a fairly vanilla install of Windows Vista and had the
fork() error with startx that has been previously reported. I would
run startx and it would only successfully start up every second time I
tried to run it, otherwise giving the fork() error.

The solution was to run rebaseall. Unfortunately, this didn't work
right away. It bombed out with error 6 on several files --
cygcrypto-0.9.8.dll, cygcrypt-0.dll and cygz.dll. I moved each of
these to a temporary directory to get rebaseall to run.

This fixed the fork() problem with startx.

Is rebaseall called by setup at any time? (I know the documentation,
which seems old, says not.) If so, then these error 6 problems may
be bombing it out.

Joel Eidsath

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