Re: XDMCP

2002-11-18 Thread Papa Fox
It looks like the unix login is happening. What's in ~/.xsession-errors? PapaFox - Original Message - From: David Calkins [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, November 17, 2002 5:11 AM Subject: XDMCP I'm trying to connect up to a machine at work using XDMCP. My home

Re: xwinclip test 6 hacked to leave selection untouched

2002-11-18 Thread Chris Twiner
Hi, I'm curious has it been forgotten that I already fixed the selection grabbing over two months ago? Either way the latest code does the clipboard chain stuff and handles multiple windows ( -screen option), and some wierd bug were it doesn't free the dll properly. I can't get it to link

Re: XWin.exe -- xinit link

2002-11-18 Thread Pavel Holejsovsky
I think you are looking for $HOME/.xserverrc file. E.g. mine contains: #! /bin/sh X -nowinkill -nodecoration -lesspointer -rootless BTW, this all seems to be documented in xinit man page, as pointed out by Thomas. Pavel [EMAIL PROTECTED] wrote: Thanks Thomas, The thing is, no matter what I

Re: X11 and Heavy loadbalancing?

2002-11-18 Thread choice15
I *think* I understand what Jack is trying to do. The normal term for what he is attempting is host integration. This is where host-based applications are integrated into web-based applications. The most common example of this is the IBM product Host On Demand. The obvious way to do host

Re: XDMCP

2002-11-18 Thread Danilo Turina
I had the same problem some time ago and the solution was to start a font server on one of the HP-UX machines and the use that font server when connecting to any of the HP-UX machines. I also tried to copy all the needed fonts locally, bu I failed: I copied 60Mb of fonts from any directory

RE: Preventing X server resets

2002-11-18 Thread Oliver, Peter
-Original Message- From: Harold L Hunt II [SMTP:[EMAIL PROTECTED]] Sent: Friday, November 15, 2002 7:12 PM To: [EMAIL PROTECTED] Subject: Re: Preventing X server resets Peter, Let me rephrase your question and ask you if it makes sense: ``If I am talking on the phone

Re: xwinclip test 6 hacked to leave selection untouched

2002-11-18 Thread Harold L Hunt II
Chris, From what I understand, you are grabbing ownership of the selection when Cygwin/XFree86 loses focus... that is not the correct solution, as other X Server on Windows implementations out there (not to name any names) are able to watch the X selection without taking ownership of it

Re: Preventing X server resets

2002-11-18 Thread Harold L Hunt II
Peter, So, if you knew that this was possible with another product, then why did you bother asking us if it was possible only to make us look like chumps when we said it wasn't? Now I suppose we will look into it at some point in the future. Harold Oliver, Peter wrote: -Original

Re: xwinclip test 6 hacked to leave selection untouched

2002-11-18 Thread Chris Twiner
Hi Harold, From what I understand, you are grabbing ownership of the selection when Cygwin/XFree86 loses focus... that is not the correct solution, Nope, it only grabs X selection when both the windows clipboard has changed (in latest code) and any cygwin/xfree86 class window is activated.

Re: xwinclip test 6 hacked to leave selection untouched

2002-11-18 Thread Harold L Hunt II
Chris, Well, if you solution is everthing you claim, then you certainly have not been promoting it correctly. The impression I have gathered is that it requires hooks to watch messages for the XWin.exe windows, whereas today's solution does not require such hooks. I have really been waiting

RE: Preventing X server resets

2002-11-18 Thread Jean-Claude Gervais
if a machine running an X server is rebooted then the server is lost, and there's typically no way to tell the clients where to reconnect to Isn't that what xmove does?

Re: xwinclip test 6 hacked to leave selection untouched

2002-11-18 Thread Chris Twiner
Well, if you solution is everthing you claim, then you certainly have not been promoting it correctly. It's my fault that you have forgotten it? I don't thinks so. If you did not want to use it then you should have said a long time ago before I wasted days on it. The impression I have

Re: XWin.exe -- xinit link

2002-11-18 Thread Thomas Chadwick
xinit does 2 things - it launches the X server and then one or more X clients. If you want to customize the X client part (including the Window Manager), create/modify/edit the file $HOME/.xinitrc. If you want to customize the X server part, create/modify/edit the file $HOME/.xserverrc.

Re: Cygwin XFre86 - Redhat XDM login

2002-11-18 Thread swhatley
I'll check gdm. I know hosts.allow is set up right. I can telnet, FTP, SSH, HTTP, SWAT, et.c to the Linux box. I have commented out the last line .../xdm/xdm.conf and modified the .../xdm/Xaccess file. BTW, I didn't mean to put down XFree86 in any way. It is a great product. Folks have put a

Re: xwinclip test 6 hacked to leave selection untouched

2002-11-18 Thread Harold L Hunt II
Robert, In an intial test of your patch, I noticed that your patch, after the first selection, only tends to grab every other selection that I make on both the Windows clipboard and the X clipboard. For example, I go into emacs under X and select a region, then I go to emacs under Windows and

beinnner frustration ...

2002-11-18 Thread Kenn Murrah
okay, i've read the user manual and the FAQ and still can't figure out how to get started ... please feel free to tell me to RTFM, but please oh please help me figure out WHAT and WHERE to read :-) anyway, i installed xfree86/cygwin and i have an icon on my windows desktop to prove it ... how the

Re: beinnner frustration ...

2002-11-18 Thread Harold L Hunt II
Kenn, You must have missed the most relevant section of the Cygwin/XFree86 User's Guide: http://xfree86.cygwin.com/docs/ug/using-remote-session.html Harold Kenn Murrah wrote: okay, i've read the user manual and the FAQ and still can't figure out how to get started ... please feel free to

Re: beinnner frustration ...

2002-11-18 Thread Kenn Murrah
no, i found that section, but was confused by it (sorry!) ... it looked like a linux-style syntax, so i tried entering it at the $ prompt in cygwin ... but it could not find the program ... so i tried to find that program as a windows command (such as the .exe extension would indicate) and i

Re: beinnner frustration ...

2002-11-18 Thread Harold L Hunt II
Kenn, You have not installed Cygwin/XFree86. You need to run Cygwin's setup.exe again (you do not need to uninstall Cygwin, setup is smart enough to download only the new packages), and you need to be sure to expand the XFree86 category and select the XFree86-base package. You can then

Re: beinnner frustration ...

2002-11-18 Thread Kenn Murrah
Harold: I'm doing that now ... thanks for getting me pointed in the right direction. kennM - Original Message - From: Harold L Hunt II [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 18, 2002 3:39 PM Subject: Re: beinnner frustration ... Kenn, You have not installed

Re: [xfree] Re: Cygwin XFre86 - Redhat XDM login

2002-11-18 Thread Steven Whatley
Hi all, I must not have been doing a 'kill -1' on the right process. Rebooting the RH server got the login screen coming up. But now, it exits back to the login screen when I try to login. I am getting a 'Can't open display' message in my RH account ~/.xsession-errors file. I am now looking

Re: XDMCP

2002-11-18 Thread Steven Whatley
The error I am getting in the ~/.xsessoin-errors is: Xlib: connection to :0.0 refused by server Xlib: Client is not authorized to connect to Server Gtk-WARNING **: cannot open display: :0 Thanks, Steven From: Papa Fox papafox888 at hotmail dot com Date: Mon, 18 Nov 2002 19:23:17 +1100 Subject:

Fwd: Re: XDMCP

2002-11-18 Thread David Calkins
I'm seeing the following in /tmp/XWin.log AUDIT: Mon Nov 18 22:22:19 2002: 5924 XWin: client 1 rejected from IP WORKMACHINEIP port 3468 I get a bunch of the above messages in my XWin.log. Sounds like we're both having problems with convincing the X server that we do, in fact, want to allow

Fwd: Re: XDMCP

2002-11-18 Thread David Calkins
Well, tried it again to make sure, and if I run XWin *without* the -query option, I can set my DISPLAY to 127.0.0.1:0.0 and then run xhost and it (xhost) works. If I then connect via the VPN to my work's intranet, and then run XWin *with* the -query option, xhost now hangs... argh! I

Re: [xfree] Fwd: Re: XDMCP

2002-11-18 Thread Steven Whatley
Have you modified Cygwin's /etc/hsots.allow and /etc/hosts.deny files? I'm trying this but no go yet. Later, Steven On Mon, 18 Nov 2002, David Calkins wrote: Well, tried it again to make sure, and if I run XWin *without* the -query option, I can set my DISPLAY to 127.0.0.1:0.0 and then run