RE: X11/Xlib.h missing

2004-11-15 Thread Jörg Schaible
Jörg Schaible wrote on Friday, November 12, 2004 5:59 PM:

 Christopher Faylor wrote on Friday, November 12, 2004 5:16 PM: [snip]
 No problem, as long as there is at least an explanation for weird
 behaviour.  :)
 
 I spent way too long last night trying to figure out why *I* couldn't
 install X anymore.  I could see the setup.exe messages flashing by as
 it was installing the xorg packages but, when I was done, only some
 things from X were installed.  If I unpacked the tar.bz2 files by
 hand then I got everything I expected.  It took about an hour for a
 Oh. Wait a minute. reaction to kick in.
 
 The problem with the tar files was that I'd used the -o option to tar
 when creating the tar files.  This creates smaller tar files but
 apparently setup.exe doesn't like the old style tar format.
 
 Anyway, I'm just operating on a hunch here but I'll be REALLY
 interested to hear if this repackaging fixes the problems that people
 were seeing. If it does, I'll look into the setup code to see why
 that is.
 
 Thanks for your effort, Chris. I'll try it on Monday ASAP
 when I am in office again. At home I have the *real thing*
 and cannot test this sort of problems :))

Worked fine. Thanks.

- Jörg


fontconfig/fontconfig.h is missing

2004-11-15 Thread Jörg Schaible
Hi folks,

although I've reinstalled Xorg and now the X11 libs are present, 
libfontconfig-devel seems still have problems. I reassured, that the downloaded 
package, that was reinstalled today, includes the fontconfig/fontconfig.h file, 
but the header files were not installed though.

- Jörg


Re: manual installation of the x11 packages

2004-11-15 Thread Daniel Newhouse

--- Bobby McNulty [EMAIL PROTECTED] wrote:


 
 I installed cygwin first, and then xorg. 

Alright, Installed all packages with the Install
setting.  If I want to now add the X11 packages
without disturbing the other packages should I have
the X11 packages set to Install and the others set
to Reinstall?

I must install all of the packages because I once
tried installing X11 with Install after installing
everything else with Default and I did not have ssh functionality.



__ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 



small window size and multiple windows not working

2004-11-15 Thread Nikolay NIKOLAEV
Dear Sirs,
I have the follwing problems:
when I start xwin the size of window is too small for me and I 
can not make it larger (it is 1/4 of the size of the whole window).
I do not see well and I have a problems when I have to work
with xmrace.
I can not start multiwindows regime also.
Can some one tell me how it can be done.
On my computer it does not work. The system is WINDOWS
NT 4
Nikolaev


Re: small window size and multiple windows not working

2004-11-15 Thread Alexander Gottwald
On Mon, 15 Nov 2004, Nikolay NIKOLAEV wrote:

 Dear Sirs,
 I have the follwing problems:
 when I start xwin the size of window is too small for me and I 
 can not make it larger (it is 1/4 of the size of the whole window).
 I do not see well and I have a problems when I have to work
 with xmrace.
 I can not start multiwindows regime also.
 Can some one tell me how it can be done.
 On my computer it does not work. The system is WINDOWS

Please send /tmp/XWin.log

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: fontconfig/fontconfig.h is missing

2004-11-15 Thread Christopher Faylor
On Mon, Nov 15, 2004 at 09:42:49AM +0100, J?rg Schaible wrote:
although I've reinstalled Xorg and now the X11 libs are present,
libfontconfig-devel seems still have problems.  I reassured, that the
downloaded package, that was reinstalled today, includes the
fontconfig/fontconfig.h file, but the header files were not installed
though.

Oops.  libfontconfig-devel-2.2.2-1.tar.bz2 was the package that I
experimented with initially so I'd pulled it from the big list of
files that I converted -- meaning that it wasn't reconverted when
I fixed things.

It's ok now and will be on a mirror near you soon.

Sorry again for messing things up.  It's too bad that setup.exe doesn't
understand files built the way I built them since the tar files are
smaller.

cgf


Re: Problems with ssh and tunnelling with cygwin 1.5.12

2004-11-15 Thread Nick Wisniewski
Igor Pechtchanski wrote:
On Fri, 12 Nov 2004, Nicholas Wisniewski wrote:
Hello,
   I'm trying ssh and tunnel to various machines.  I can ssh just fine
without tunnelling (i.e. ssh [EMAIL PROTECTED]).  When I try to tell ssh
to tunnel (ssh -X [EMAIL PROTECTED]), it prompts me for my password, and
then hangs.

This is an X-related issue, and as such should go to the cygwin-xfree
list.  I'm redirecting my reply there -- please remove cygwin at cygwin
dot com from further discussion.
I'm using Exceed as an X-windows client, not Xorg, so I don't think it 
is.  In any case, I thought that all ssh cared about was whether there 
was a DISPLAY set or not.


When I look at the task manager, I see that sh.exe is taking up all of 
^^
the available CPU. If I kill sh.exe from the task manager, ssh 
^^
continues fine and I am connected and tunnelling. 

Is this really sh.exe?  Can you check whether this sh.exe process is
running before you start ssh (e.g., compare the outputs of ps -ef before
and after ssh -X)?
before
bash-2.05b$ ps -ef
 UID PIDPPID TTY STIME COMMAND
Nick2888   1 con  13:34:32 /usr/bin/bash
Nick4052   1 con  13:37:33 /usr/bin/bash
Nick 2364052 con  13:39:22 /usr/bin/ps
after
bash-2.05b$ ps -ef
 UID PIDPPID TTY STIME COMMAND
Nick2888   1 con  13:34:32 /usr/bin/bash
Nick4052   1 con  13:37:33 /usr/bin/bash
Nick39362888 con  13:40:16 /usr/bin/ssh
Nick40123936 con  13:40:25 /usr/bin/sh
Nick 9364052 con  13:40:29 /usr/bin/ps

I don't recall any option that would make ssh start a shell on the local
machine.  Are your ssh config files customized?  Are you running keychain,
or autossh, or any other ssh-related scripts?
I just uninstalled everything.  I reinstalled nothing but the default 
packages and open-ssh.  I'm running /usr/bin/ssh out of the box with no 
modifications.  As you can see from the ps, sh is being started by ssh.

As I mentioned before, if I kill sh.exe from the task manager, 
everything works fine (i.e. it finishes logging in and I can display 
things from the remote machine).


Are you running Cygwin's ssh?  Are you running /usr/bin/ssh, or is ssh
aliased to anything?  Is your DISPLAY set when you run ssh.exe?  Have you
tried trusted X forwarding (ssh -Y)?
I'm running /usr/bin/ssh. ssh -Y has the same symptoms as ssh -X
bash-2.05b$ echo $DISPLAY
localhost:0.0

   I'm running XP pro, service pack 2.  I've turned off the XP firewall and
Sophos virus programs and still get the same behaviour.  The same behavir
happens on this machine with cygwin 1.5.11 as well.
Has anybody ever seen this before? 

This doesn't sound like anything that's been reported before.
Igor
Nick



Re: Can't get startwin.bat to work

2004-11-15 Thread Mike McCollister
Mark,

It works fine if I open it up using a cygwin shell.  That is not the problem. 
When I run form a Windows cmd and run startxwin.bat, it does not work.  I've
tried to do it manually with this command:

run XWin -clipboard -silent-dup-error

no xwindow comes up with the checkered background.

If I do this from within bash:

XWin -clipboard -silent-dup-error 

there are no problems.

A little more research shows that at the cmd line that if I do not use the run,
then the Xwindows screen will come up but I can't startup the xterm since this
is not returned to the prompt.  I've tried:

start /b XWin -clipboard -silent-dup-error

and this works great  It looks as if the run command is broken. 

In summary, the run command does not seem to work.  the start /b option is the
thing to use, at least with Windows 2000.

Mike


--- Mark Paulus [EMAIL PROTECTED] wrote:

 Have you tried to open up a cygwin shell, and then 
 starting up an xterm, to see if it might just be there, awaiting
 connections?  If you open in multiwindow mode (native mode
 by default), then I wouldn't expect anything to happen until
 your X Server actually has a client window to display.
 
 open up a cygwin bash shell, make sure your DISPLAY is set, 
 or give the -display option to some xclient (xterm, xclock, etc),
 and see if it pops up on your desktop.
 
 On Wed, 10 Nov 2004 04:49:47 -0800 (PST), Mike McCollister wrote:
 
 I have been using cygwin for years and the X client under cygwin for about a
 year.  In order to get X to work, I have to make sure that I am running bash
 and then run startxwin.sh to get it to work.  Well, I've been trying to get
 it
 to work with just startxwin.bat but I am not successful.  It seems to have a
 problem with the run commands.  Here are the run commands:
 
 run XWin -clipboard -silent-dup-error
 run xterm -sl 1000 -sb -rightbar -ms red -fg yellow -bg black -e
 /usr/bin/bash
 -l
 
 I do have cygwin installed in c:\progra~1\cygwin and I have modified
 startxwin.bat so that
 
 SET CYGWIN_ROOT=c:\progra~1\cygwin
 
 The last time I updated anything in cygwin as last week (first week of
 November).
 
 Does anyone know how to get the startxwin.bat to work?
 
 Just a little more background.  When I mean that it does not work, I mean
 that
 the X shows up as an icon next to the clock but nothing else happens.  If
 I
 right click on the X, nothing happens.  I have to use the Task Manger to
 kill
 XWin.exe.
 
 Thanks,
 
 Mike
 
 
  
 __ 
 Do you Yahoo!? 
 Check out the new Yahoo! Front Page. 
 www.yahoo.com 
  
 
 
 
 
 




__ 
Do you Yahoo!? 
The all-new My Yahoo! - Get yours free! 
http://my.yahoo.com 
 



Re: Can't get startwin.bat to work

2004-11-15 Thread Alexander Gottwald
Mike McCollister wrote:

 It works fine if I open it up using a cygwin shell.  That is not the problem.
 When I run form a Windows cmd and run startxwin.bat, it does not work.  I've
 tried to do it manually with this command:

 run XWin -clipboard -silent-dup-error

 no xwindow comes up with the checkered background.

 If I do this from within bash:

 XWin -clipboard -silent-dup-error 

 A little more research shows that at the cmd line that if I do not use the 
 run,
 then the Xwindows screen will come up but I can't startup the xterm since this
 is not returned to the prompt.  I've tried:

 start /b XWin -clipboard -silent-dup-error

 and this works great  It looks as if the run command is broken.

 In summary, the run command does not seem to work.  the start /b option is the
 thing to use, at least with Windows 2000.

There is a small drawback with run.exe. The windowed mode does not work
properly. You can start XWin with -nodecoration or -multiwindow or -rootless
which all work fine. But the windowed mode will not work. This is because
run is designed to supress the console window. Somehow windows supresses the
x11 window too. I've not been able to track this down yet.

bye
ago
NP: Welle Erdball - Frontalaufprall
-- 
 [EMAIL PROTECTED]
 http://www.gotti.org   ICQ: 126018723


WMaker 0.90 broken?

2004-11-15 Thread Mark Paulus
I just did an cygwin upgrade, hoping to get the
latest cygwin1.dll.  Got a whole bunch more than that,
including wmaker 0.90.  However, after doing the 
upgrade, wmaker seems to be broken.  
(Mind you, everything was working before I upgraded,
then after I upgraded, it broke.)


Here is the output from running startx:
$ startx

Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 6.8.1.0-5

Contact: [EMAIL PROTECTED]

XWin was started with the following command line:

X :0 -clipboard

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/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 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: 636 496
winProcEstablishConnection - Hello
cat: /home/Mark.Paulus/.Xauthority: No such file or directory
winInitClipboard ()
winProcEstablishConnection - winInitClipboard returned.
winClipboardProc - Hello
DetectUnicodeSupport - Windows NT/2000/XP
winClipboardProc - DISPLAY=127.0.0.1:0.0
winClipboardProc - XOpenDisplay () returned and successfully opened the display.

Xlib:  extension MIT-SHM missing on display :0.0.
wmaker warning: could not load font: helvetica:slant=0:weight=100:pixelsize=12.
wmaker warning: could not load font: helvetica:xlfd=-*-helvetica-bold-r-normal-*
-12-*-*-*-*-*-*-*:slant=0:weight=200:pixelsize=12.
wmaker warning: could not load any fonts. Make sure your font installation and l
ocale settings are correct.
wmaker fatal error: could not initialize WINGs widget set
wmaker fatal error: it seems that there is already a window manager running

waiting for X server to shut down winClipboardProc - Call to select () failed: -
1.  Bailing.
winClipboardProc - XDestroyWindow succeeded.
winDeinitMultiWindowWM - Noting shutdown in progress



[EMAIL PROTECTED] ~

===
Here is the XWin.log:
$ cat /tmp/XWin.log
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 6.8.1.0-5

Contact: [EMAIL PROTECTED]

XWin was started with the following command line:

X :0 -clipboard

ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1280 h 1024
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/TT
F/,/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 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
(--) 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!
winProcEstablishConnection - Hello
winInitClipboard ()
winProcEstablishConnection - winInitClipboard returned.
winClipboardProc - Hello
DetectUnicodeSupport - Windows NT/2000/XP
winClipboardProc - DISPLAY=127.0.0.1:0.0
winClipboardProc - XOpenDisplay () returned and successfully