Re: Need help in X Windows installation

1997-12-13 Thread Bryan Barcelo
At 08:50 AM 12/12/97 +0100, Sten Anderson wrote: Tommy Lakofski [EMAIL PROTECTED] writes: whoops, this should have gone to the list too. -- Forwarded message -- On Thu, 11 Dec 1997, Hamish Moffatt wrote: [ I said: ] It is NOT necessary for the last command to be

Re: Need help in X Windows installation

1997-12-13 Thread Remco Blaakmeer
On 12 Dec 1997, Sten Anderson wrote: Tommy Lakofski [EMAIL PROTECTED] writes: Yes, by using exec to launch a command from a script, the process associated with the script (/bin/sh) is replaced by the process associated with the command. This saves a few system resources, since the script

Re: Need help in X Windows installation

1997-12-12 Thread Tommy Lakofski
whoops, this should have gone to the list too. -- Forwarded message -- On Thu, 11 Dec 1997, Hamish Moffatt wrote: It is NOT necessary for the last command to be started with exec. In fact, exec should only be used on the window manager, and only if that is the last command

Re: Need help in X Windows installation

1997-12-12 Thread Sten Anderson
Tommy Lakofski [EMAIL PROTECTED] writes: whoops, this should have gone to the list too. -- Forwarded message -- On Thu, 11 Dec 1997, Hamish Moffatt wrote: [ I said: ] It is NOT necessary for the last command to be started with exec. In fact, exec should only be

Re: Need help in X Windows installation

1997-12-11 Thread Bryan Barcelo
At 09:15 AM 12/10/97 -0600, Jens B. Jorgensen wrote: These messages do not indicate a fatal error, only that you haven't installed these X extensions. If you're using your own .xinitrc, are you sure that the last command uses 'exec' rather than just running a program? This would cause the X server

Re: Need help in X Windows installation

1997-12-11 Thread Bryan Barcelo
At 04:32 PM 12/10/97 +0100, Sten Anderson wrote: Jens B. Jorgensen [EMAIL PROTECTED] writes: These messages do not indicate a fatal error, only that you haven't installed these X extensions. If you're using your own .xinitrc, are you sure that the last command uses 'exec' rather than just

Re: Need help in X Windows installation

1997-12-11 Thread Hamish Moffatt
On Wed, Dec 10, 1997 at 05:51:40AM +0800, Bryan Barcelo wrote: At 04:32 PM 12/10/97 +0100, Sten Anderson wrote: Jens B. Jorgensen [EMAIL PROTECTED] writes: These messages do not indicate a fatal error, only that you haven't installed these X extensions. If you're using your own .xinitrc,

Re: Need help in X Windows installation

1997-12-11 Thread Daniel Martin at cush
Hamish Moffatt [EMAIL PROTECTED] writes: The window manager should always be last too. Specifically, the last command should not end in , but it's most useful if that's the window manager. You could make it xclock or something, but then you'd have to kill the clock somehow to logout. Depends

Re: Need help in X Windows installation

1997-12-11 Thread Alan Su
Daniel Martin at cush wrote (Wed, 10 Dec 1997 22:34:52 -0500 ): |Hamish Moffatt [EMAIL PROTECTED] writes: | | The window manager should always be last too. Specifically, the last | command should not end in , but it's most useful if that's the window | manager. You could make it xclock or

Re: Need help in X Windows installation

1997-12-11 Thread Sten Anderson
Alan Su [EMAIL PROTECTED] writes: Daniel Martin at cush wrote (Wed, 10 Dec 1997 22:34:52 -0500 ): |Hamish Moffatt [EMAIL PROTECTED] writes: | | The window manager should always be last too. Specifically, the last | command should not end in , but it's most useful if that's the window |

Re: Need help in X Windows installation

1997-12-11 Thread Daniel Martin at cush
Alan Su [EMAIL PROTECTED] writes: Daniel Martin at cush wrote (Wed, 10 Dec 1997 22:34:52 -0500 ): | |Depends - most window managers will send a message to all active X |clients when they exit that causes them to shut down. | I don't think this is right...I've fiddled a lot with window

Re: Need help in X Windows installation

1997-12-11 Thread Hamish Moffatt
On Wed, Dec 10, 1997 at 08:00:30PM -0800, Alan Su wrote: Daniel Martin at cush wrote (Wed, 10 Dec 1997 22:34:52 -0500 ): |Hamish Moffatt [EMAIL PROTECTED] writes: | | The window manager should always be last too. Specifically, the last | command should not end in , but it's most useful if

Re: Need help in X Windows installation

1997-12-11 Thread Alan Su
Hamish Moffatt wrote (Thu, 11 Dec 1997 18:36:55 +1100 ): |On Wed, Dec 10, 1997 at 08:00:30PM -0800, Alan Su wrote: | Daniel Martin at cush wrote (Wed, 10 Dec 1997 22:34:52 -0500 ): | |Hamish Moffatt [EMAIL PROTECTED] writes: | | | | The window manager should always be last too. Specifically, the

Re: Need help in X Windows installation

1997-12-10 Thread Alan Su
Sten Anderson wrote (10 Dec 1997 16:32:12 +0100 ): |Jens B. Jorgensen [EMAIL PROTECTED] writes: | | These messages do not indicate a fatal error, only that you haven't | installed these X extensions. If you're using your own .xinitrc, | are you sure that the last command uses 'exec' rather than

Re: Need help in X Windows installation

1997-12-10 Thread Sten Anderson
Alan Su [EMAIL PROTECTED] writes: Is there something wrong with using exec on an xterm, rather than a window manager? I'm currently doing that which makes the duration of an x session depend on the xterm rather than the window manager (which is what I prefer), and I haven't run into any

Re: Need help in X Windows installation

1997-12-10 Thread Jens B. Jorgensen
Alan Su wrote: Sten Anderson wrote (10 Dec 1997 16:32:12 +0100 ): |Jens B. Jorgensen [EMAIL PROTECTED] writes: | | These messages do not indicate a fatal error, only that you haven't | installed these X extensions. If you're using your own .xinitrc, | are you sure that the last command

Re: Need help in X Windows installation

1997-12-10 Thread Bryan Barcelo
Hi Paul, Sorry to bother you again, but I found the file you said and checked it out and it seemed okay. I also made changes to the .xinitrc file in my subdirectory. It worked for fvwm2 but when I replaced fvwm2 with olvwm, xwindows loads up to the light blue background and then shuts down

Re: Need help in X Windows installation

1997-12-10 Thread Jens B. Jorgensen
Bryan Barcelo wrote: Hi Paul, Sorry to bother you again, but I found the file you said and checked it out and it seemed okay. I also made changes to the .xinitrc file in my subdirectory. It worked for fvwm2 but when I replaced fvwm2 with olvwm, xwindows loads up to the light blue

Re: Need help in X Windows installation

1997-12-10 Thread Sten Anderson
Jens B. Jorgensen [EMAIL PROTECTED] writes: These messages do not indicate a fatal error, only that you haven't installed these X extensions. If you're using your own .xinitrc, are you sure that the last command uses 'exec' rather than just running a program? This would cause the X server to

Re: Need help in X Windows installation

1997-12-10 Thread Jens B. Jorgensen
Sten Anderson wrote: Jens B. Jorgensen [EMAIL PROTECTED] writes: These messages do not indicate a fatal error, only that you haven't installed these X extensions. If you're using your own .xinitrc, are you sure that the last command uses 'exec' rather than just running a program? This

Need help in X Windows installation

1997-12-09 Thread Bryan Barcelo
Hi! I'm having problems running X Windows after installing it. There's no default window manager after running 'startx' at the command prompt even if I specified one during the installation, so I have to type whatever window manager I want to use at the console after it starts up. Does anyone

Re: Need help in X Windows installation

1997-12-09 Thread Paul
Hello Bryan,yes there is a file that has the windows manager information. It also tells what order to start them in. But you can only have one running at a time. Here is mine, it is in /etc/X11/windows-managers # This file contains a list of available window managers. The default # Xsession