X in 8 bit mode - Perfomancetroubles

2003-10-15 Thread Harald Pollak
Hy! 
Im  using Cygwin XFree on a Acer Travelmate 634lci with Windows XP (
Color 32 bit )
my Application running on OpenVMS.

I have to use 8 Bit Colormode for correct display.

When i start X with the command:

X -ac -fullscreen -depth 8 

The display is ok, but the perfomane is unuseabel. 

When i use :

X -ac -fullscreen -emulatepseudo 

Then the Applicationdisplay isn't working correct.

Does anyone have a idea how I can use 8bit-colored Application with good
performace on 

Cygwin Xwin

I'm sure anybody outthere has an solution for my problem, so let me
know.

Thanks  best regards

Harry



Re: X in 8 bit mode - Perfomancetroubles

2003-10-15 Thread Thomas Chadwick
I think the best 8-bit performance will result if you downshift the 
Windows desktop to 256 colors and run XWin in windowed mode, which will 
allow it to use the DirectDraw engine.

From: Harald Pollak [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: X in 8 bit mode - Perfomancetroubles
Date: Wed, 15 Oct 2003 10:48:32 +0200
Hy!
Im  using Cygwin XFree on a Acer Travelmate 634lci with Windows XP (
Color 32 bit )
my Application running on OpenVMS.
I have to use 8 Bit Colormode for correct display.

When i start X with the command:

X -ac -fullscreen -depth 8 

The display is ok, but the perfomane is unuseabel.

When i use :

X -ac -fullscreen -emulatepseudo 

Then the Applicationdisplay isn't working correct.

Does anyone have a idea how I can use 8bit-colored Application with good
performace on
Cygwin Xwin

I'm sure anybody outthere has an solution for my problem, so let me
know.
Thanks  best regards

Harry

_
Enjoy MSN 8 patented spam control and more with MSN 8 Dial-up Internet 
Service.  Try it FREE for one month!   http://join.msn.com/?page=dept/dialup



Can't start gnome-terminal, fatal error

2003-10-15 Thread Jonathan Primeau
Hi,

I am running the latest version of XWin on my Windows XP machine. I am
able to connect to the remote Sun Ultra 5 (running Solaris 9 w/ GNOME
2.0) by using the following command:

Xwin -screen 0 1280 1024 -from myhost -query remote_host -fp
tcp/remote_host:7100 -fullscreen -depth 24 -refresh 85 

The GNOME desktop displays properly. However, when I run the
gnome-terminal application, the following error occurs:

Application gnome-terminal (process 29819) has crashed due to a fatal
error. (Arithmetic Exception)

I am unable to run Netscape as well. However, I don't get any error
message (the dtaction window appears but nothing happens).

Any help would be appreciated,
Best Regards,
Jonathan Primeau


(additional info) Can't start gnome-terminal, fatal error

2003-10-15 Thread Jonathan Primeau
I have more information related to my problem. I hope that this will
make my problem more obvious...

When I run gnome-terminal from a standard terminal I get:

BEGIN OUTPUT


** (gnome-terminal:161): WARNING **: Cannot load font for XLFD
'-bitstream-courier-medium-r-normal--14-*-*-*-*-*-iso8859-1

(gnome-terminal:161): ZVT-WARNING **: Cannot get required fonts from
monospace13

(gnome-terminal:161): ZVT-WARNING **: Use
-*-*-*-*-*-*-13-*-*-*-*-*-*-* XLFD fontname - some characters may not
appear correctly

(gnome-terminal:161): ZVT-WARNING **: Use -*-*-*-*-*-*-0-*-*-*-*-*-*-*
XLFD fontname - some characters may not appear correctly

(gnome-terminal:161): ZVT-CRITICAL **: file zvti18n.c: line 831:
assertion `new_fontset != NULL' failed

(gnome-terminal:161): ZVT-WARNING **: Failed to load any required font,
so crash will occur..check X11 font pathes and etc/pangox.alias file

** (gnome-terminal:161): WARNING **: Cannot load font for XLFD
'-adobe-helvetica-medium-r-normal--10-*-*-*-*-*-iso8859-1

** (gnome-terminal:161): WARNING **: Cannot load font for XLFD
'-bitstream-courier-medium-r-normal--10-*-*-*-*-*-iso8859-1

(gnome-terminal:161): ZVT-WARNING **: Cannot get required fonts from
monospace10

(gnome-terminal:161): ZVT-WARNING **: Use
-*-*-*-*-*-*-10-*-*-*-*-*-*-* XLFD fontname - some characters may not
appear correctly

(gnome-terminal:161): ZVT-WARNING **: Use -*-*-*-*-*-*-0-*-*-*-*-*-*-*
XLFD fontname - some characters may not appear correctly

(gnome-terminal:161): ZVT-CRITICAL **: file zvti18n.c: line 831:
assertion `new_fontset != NULL' failed

(gnome-terminal:161): ZVT-WARNING **: Failed to load any required font,
so crash will occur..check X11 font pathes and etc/pangox.alias file

** (gnome_segv:162): WARNING **: Cannot load font for XLFD
'-adobe-helvetica-medium-r-normal--10-*-*-*-*-*-iso8859-1

--
END OUTPUT

I guess that the problem comes from the missing fonts, it says: Failed
to load any required font, so crash will occur..check X11 font pathes
and etc/pangox.alias file.

Is there any way I can fix that? By the way, I use the -fp option for
Xwin (Font server).

Regards,
Jonathan Primeau


Re: Copy / Paste

2003-10-15 Thread Cliff Stanford
In message [EMAIL PROTECTED], Harold L Hunt II 
[EMAIL PROTECTED] writes

I have written many messages about this before.  I am surprised you 
haven't seen one yet.
Thank you for your excellent responses.  I had actually totally missed 
that there were searchable archives available. *blush*

So, development is stuck now since I am working 30 or more hours a week 
and spending about 20 hours a week on my master's CS degree classes. 
The code is in the XFIXES_BRANCH in our xoncygwin CVS tree (see the 
message above for more details, I think), if you are interested in 
working on it.
I've pulled down the tree but I'm not sure that the learning curve isn't 
going to be too great for me to get to grips with this code.

Anyway, you're only working 50 hours a week.  Put aside another 14 for 
sleep and you'll have it done in no time. :-)

Good luck on the Masters and thanks for all the effort.  Cygwin + XWin 
has made my life *so* much simpler.

Yes, in Windows XP, turn on the 'quick edit' more for the command 
shell.  This enables right-click to paste the current clipboard 
contents in your Cygwin bash shell.  Other than that, good luck.  :)
Ooh, I never knew that.  Thanks again.

Regards,
Cliff.
--
Cliff Stanford
Might Limited  +44 20 7257 2000 (Office)
17-18 Henrietta Street +44 7973 616 666 (Mobile)
London  WC2E 8QH


Re: Cygwin Setup 99%

2003-10-15 Thread Jean-Claude Gervais
A bit of bad luck here:

I'm reinstalling Cygwin on a newly formatted machine this morning.

So what do I do to get it installed now?
The setup is hung.

Do I cancel and run it again? What?

Thanks.

On Mon, 2003-10-13 at 18:13, Harold L Hunt II wrote:
 Wayne,
 
 While we can't expect everyone to do a thorough mailing list archive 
 search before posting, we do at least expect them to look at the posts 
 from today.  You problem has been reported before, and was, in fact, 
 reported again today:
 
 http://cygwin.com/ml/cygwin-xfree/2003-10/msg00134.html
 
 
 The problem is known.  You can just move 
 /etc/postinstall/XFree86-bin-icons.sh to 
 /etc/postinstall/XFree86-bin-icons.sh.done.  Then, from a Cygwin bash 
 shell run '/usr/XFree86/bin/XFree86-bin-icons.sh'.  That should create 
 the icons for you.  The problem right now is that one of the utilities 
 we use hangs when we run the script from setup.exe, but it does not hang 
 when we run the script from a bash shell.  The problem is being looked into.
 
 Harold
 
 [EMAIL PROTECTED] wrote:
  
  
  
  I'm trying to install cygwin/xFree86.   The install program runs to 99% but
  does not finish.   It stops at 'Running...' the
  /etc/postinstall/XFree86-bin-icons.sh
  
  Any suggestions?
  
  Wayne Harpenau
  Sony Disc Manufacturing
  [EMAIL PROTECTED]
  
  
 



RE: Cygwin Setup 99%

2003-10-15 Thread Jonathan Primeau
Hi Jean-Claude,

When does the setup hang exactly? I installed Xwin this morning and it
hangs while executing XFree86-bin-icons.sh. So I cancelled the
installation and I went in the /etc/postinstall directory and I executed
all the sh scripts one by one and renamed them *.done.

I don't know why it happens though. Executing XFree86-bin-icons.sh
manually seems to work fine...

Hope this helps...
Jonathan

 -Original Message-
 From: Jean-Claude Gervais [mailto:[EMAIL PROTECTED]
 Sent: October 15, 2003 12:50 PM
 To: Cygwin-XFree
 Subject: Re: Cygwin Setup 99%
 
 A bit of bad luck here:
 
 I'm reinstalling Cygwin on a newly formatted machine this morning.
 
 So what do I do to get it installed now?
 The setup is hung.
 
 Do I cancel and run it again? What?
 
 Thanks.
 
 On Mon, 2003-10-13 at 18:13, Harold L Hunt II wrote:
  Wayne,
 
  While we can't expect everyone to do a thorough mailing list archive
  search before posting, we do at least expect them to look at the
posts
  from today.  You problem has been reported before, and was, in fact,
  reported again today:
 
  http://cygwin.com/ml/cygwin-xfree/2003-10/msg00134.html
 
 
  The problem is known.  You can just move
  /etc/postinstall/XFree86-bin-icons.sh to
  /etc/postinstall/XFree86-bin-icons.sh.done.  Then, from a Cygwin
bash
  shell run '/usr/XFree86/bin/XFree86-bin-icons.sh'.  That should
create
  the icons for you.  The problem right now is that one of the
utilities
  we use hangs when we run the script from setup.exe, but it does not
hang
  when we run the script from a bash shell.  The problem is being
looked
 into.
 
  Harold
 
  [EMAIL PROTECTED] wrote:
  
  
  
   I'm trying to install cygwin/xFree86.   The install program runs
to
 99% but
   does not finish.   It stops at 'Running...' the
   /etc/postinstall/XFree86-bin-icons.sh
  
   Any suggestions?
  
   Wayne Harpenau
   Sony Disc Manufacturing
   [EMAIL PROTECTED]
  
  
 



Re: Cygwin Setup 99%

2003-10-15 Thread Igor Pechtchanski
Open a bash shell and run kill -9 `ps -s|grep cygpath|awk '{print $1}'`
from it.  Setup should then simply continue.
Igor

On Wed, 15 Oct 2003, Jean-Claude Gervais wrote:

 A bit of bad luck here:

 I'm reinstalling Cygwin on a newly formatted machine this morning.

 So what do I do to get it installed now?
 The setup is hung.

 Do I cancel and run it again? What?

 Thanks.

 On Mon, 2003-10-13 at 18:13, Harold L Hunt II wrote:
  Wayne,
 
  While we can't expect everyone to do a thorough mailing list archive
  search before posting, we do at least expect them to look at the posts
  from today.  You problem has been reported before, and was, in fact,
  reported again today:
 
  http://cygwin.com/ml/cygwin-xfree/2003-10/msg00134.html
 
  The problem is known.  You can just move
  /etc/postinstall/XFree86-bin-icons.sh to
  /etc/postinstall/XFree86-bin-icons.sh.done.  Then, from a Cygwin bash
  shell run '/usr/XFree86/bin/XFree86-bin-icons.sh'.  That should create
  the icons for you.  The problem right now is that one of the utilities
  we use hangs when we run the script from setup.exe, but it does not hang
  when we run the script from a bash shell.  The problem is being looked into.
 
  Harold
 
  [EMAIL PROTECTED] wrote:
 
   I'm trying to install cygwin/xFree86.   The install program runs to 99% but
   does not finish.   It stops at 'Running...' the
   /etc/postinstall/XFree86-bin-icons.sh
  
   Any suggestions?
  
   Wayne Harpenau

-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster.  -- Patrick Naughton


Re: Copy / Paste

2003-10-15 Thread Cliff Stanford
In message [EMAIL PROTECTED], Harold L Hunt II 
[EMAIL PROTECTED] writes

The code is in the XFIXES_BRANCH in our xoncygwin CVS tree (see the 
message above for more details, I think), if you are interested in 
working on it.
Hmm... CVS seems to be missing a copy of
xc/programs/Xserver/xfixes/xfixesproto.h in the XFIXES_BRANCH which 
means that xfixes.c won't build.

Cliff.
--
Cliff Stanford
Might Limited  +44 20 7257 2000 (Office)
17-18 Henrietta Street +44 7973 616 666 (Mobile)
London  WC2E 8QH


Re: Copy / Paste

2003-10-15 Thread Alexander Gottwald
On Wed, 15 Oct 2003, Cliff Stanford wrote:

 In message [EMAIL PROTECTED], Harold L Hunt II 
 [EMAIL PROTECTED] writes
 
 The code is in the XFIXES_BRANCH in our xoncygwin CVS tree (see the 
 message above for more details, I think), if you are interested in 
 working on it.
 
 Hmm... CVS seems to be missing a copy of
 xc/programs/Xserver/xfixes/xfixesproto.h in the XFIXES_BRANCH which 
 means that xfixes.c won't build.
 

The files were in xc/include/extensions I've added them to the  xoncygwin 
cvs. They will show up on public cvs tomorrow,

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


Re: XWin --query

2003-10-15 Thread Sylvain Petreolle
Just to be sure: are you using the correct option :
XWin -query dmcphost  (good)

 not

XWin --query dmcphost (bad) ?
 
 Has there been a security change that now requires xhosts +node to be
 run somehow with the XWin --query command?
 
 Greg
 -- 
 Greg Freemyer
  

=
Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net)
 ICQ #170597259
Say NO to software patents
Dites NON aux brevets logiciels

What if tomorrow the War could be over ? Morpheus, in Reloaded.

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com


GOOD NEWS

2003-10-15 Thread PAUL COKER
Dear Ron Eijling

 I am an Administrative Staff of the Federal Ministry
 of Petroleum Resources, as I represent a group that is
 interested in engaging your service as Manager for
 investment purpose, of a large volume of fund.
 If this proposal is acceptable to you, please get back
 to me via my eamil address :[EMAIL PROTECTED], so
that I can work out a remuneration for your participation in the transaction,
and also let you know how I came to select you for this purpose.

 As i await to here from you my warm regard goes to you and
 your family.

 Paul Coker.




Questions

2003-10-15 Thread Robert Chong
Hi, 
 
I've installed Cygwin and XFree86 in my Windows XP
laptop. XFree86 works great! I really like it, and
enjoy using the X Windows.

Now I've got questions regarding security. It seems to
me that someone could use X Windows to spy on what I'm
doing on my laptop. Is there any settings in XFree86 I
can adjust to prevent any snooper? I also have a
ZoneAlarm firewall installed. Are there any ports I
should set rules to block? In UNIX, I can use xhost -
'hostname' to remove the remote host from access
control list, but the Free86/xhost command doesn't
seem to have such option. Is there any other command
that can do this?
 
Thanks much in advance,
Robert


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com