Re: exec issue in tcsh?

2001-08-26 Thread Brandon D. Valentine

On Sat, 25 Aug 2001, Jim Bryant wrote:

 Wow.  Why not use xdm?  8)


Too lazy?

Heh.  You just uncomment one line in /etc/ttys and HUP init.  It's not
compilicated.

-- 
Never put off until tomorrow what you can do today.  There might be a
law against it by that time.   -- /usr/games/fortune, 07/30/2001

Brandon D. Valentine bandix at looksharp.net


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: exec issue in tcsh?

2001-08-26 Thread David Wolfskill

Date: Sun, 26 Aug 2001 02:43:56 -0400 (EDT)
From: Brandon D. Valentine [EMAIL PROTECTED]

On Sat, 25 Aug 2001, Jim Bryant wrote:

 Wow.  Why not use xdm?  8)

Too lazy?

Heh.  You just uncomment one line in /etc/ttys and HUP init.  It's not
compilicated.

Indeed.  However, there are some differences in startup of which to be
aware (.xinitrc vs. .xsession).

Cheers,
david (who quit using xinit about a year ago)
-- 
David H. Wolfskill  [EMAIL PROTECTED]
As a computing professional, I believe it would be unethical for me to
advise, recommend, or support the use (save possibly for personal
amusement) of any product that is or depends on any Microsoft product.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: exec issue in tcsh?

2001-08-26 Thread Nate Williams

  Wow.  Why not use xdm?  8)
 
 Too lazy?
 
 Heh.  You just uncomment one line in /etc/ttys and HUP init.  It's not
 compilicated.
 
 Indeed.  However, there are some differences in startup of which to be
 aware (.xinitrc vs. .xsession).

I just hard-link the two files together. :)


Nate

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: exec issue in tcsh?

2001-08-26 Thread Warner Losh

In message [EMAIL PROTECTED] Jim Bryant writes:
:  Wow.  Why not use xdm?  8)
: 
: Too lazy?

vi /etc/ttys; s/off/on on xdm line; kill -1 1

Too lazy to do even that?  Wow!  That's Lazy :-)

Warner

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: exec issue in tcsh?

2001-08-26 Thread Jim Bryant

David Wolfskill wrote:

Date: Sun, 26 Aug 2001 02:43:56 -0400 (EDT)
From: Brandon D. Valentine [EMAIL PROTECTED]

 
On Sat, 25 Aug 2001, Jim Bryant wrote:

 
Wow.  Why not use xdm?  8)

 
Too lazy?

 
Heh.  You just uncomment one line in /etc/ttys and HUP init.  It's not
compilicated.

 
 Indeed.  However, there are some differences in startup of which to be
 aware (.xinitrc vs. .xsession).
 
 Cheers,
 david (who quit using xinit about a year ago)
 


You are missing the point.

This is the way I choose to run X for the moment..

I have a quite nice multi-wm .xsession already in place that I like and works well.

Yes, it would take only a moment to enable xdm...

The point is that I'm using startx for now.


jim
-- 
ET has one helluva sense of humor!
He's always anal-probing right-wing schizos!


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: exec issue in tcsh?

2001-08-26 Thread Jim Bryant



Nate Williams wrote:

Wow.  Why not use xdm?  8)

Too lazy?

Heh.  You just uncomment one line in /etc/ttys and HUP init.  It's not
compilicated.

Indeed.  However, there are some differences in startup of which to be
aware (.xinitrc vs. .xsession).

 
 I just hard-link the two files together. :)
 
 
 Nate
 
 


That only works in a single wm arena...

What about:

case $WMCHOICE in

twm)
 xterm -bg black -fg cyan -sb -sl 5000 -geometry 132x60
 twm
;;

fvwm95)
 xterm -bg black -fg cyan -sb -sl 5000 -geometry 132x60
 fvwm95
;;

olwm)
 xterm -bg black -fg cyan -sb -sl 5000 -geometry 132x60
 olwm
;;

olvwm)
 xterm -bg black -fg cyan -sb -sl 5000 -geometry 132x60
 olvwm
;;

wmaker)
 xscreensaver -timeout 10 -lock-mode -no-splash
 wmaker
;;

motif)
 xterm -bg black -fg cyan -sb -sl 5000 -geometry 132x60
 mwm
;;

gnome)
 xterm -bg black -fg cyan -sb -sl 5000 -geometry 132x60
 gnome-session
;;

kde2)
 startkde
;;

esac


jim
-- 
ET has one helluva sense of humor!
He's always anal-probing right-wing schizos!


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: exec issue in tcsh?

2001-08-25 Thread Mike Smith

 * Jim Bryant [EMAIL PROTECTED] [010823 01:33] wrote:
  i noticed this after a build from -current of about 24 hours ago:
  
  due to problems getting kde-2.2 to compile under -current, I am
  currently using windowmaker and doing a `exec startx /dev/null`
  to get into X without leaving a console shell open...

Wow.  Why not use xdm?  8)

-- 
... every activity meets with opposition, everyone who acts has his
rivals and unfortunately opponents also.  But not because people want
to be opponents, rather because the tasks and relationships force
people to take different points of view.  [Dr. Fritz Todt]
   V I C T O R Y   N O T   V E N G E A N C E



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



exec issue in tcsh?

2001-08-23 Thread Jim Bryant

i noticed this after a build from -current of about 24 hours ago:

due to problems getting kde-2.2 to compile under -current, I am currently using 
windowmaker and doing a `exec startx /dev/null` to 
get into X without leaving a console shell open...

the problem i have is that when i switched back to vty0 to test to see if removing 
VESA support solved the panic issue with syscons, 
i noticed that i still didn't have a login prompt over there, and pressing enter just 
gives a new line...

i haven't tried a control-c, but i'd lay odds that it would kill the X session.

i don't know if this is a tcsh issue or a getty issue

i'll save my current session and do a conrol-c just to find out and post a followup 
message to this in a few minutes.

jim
-- 
ET has one helluva sense of humor!
He's always anal-probing right-wing schizos!


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



exec issue with tcsh?

2001-08-23 Thread Jim Bryant

Please DISREGARD my previous message on this topic...

I have issued myself a severe boot to the head in the true tradition of tai-kwan-leap 
as a result of sending that, so if you must, 
please remember that I booted myself in the head first, and was enlightened by the 
experience.

jim
-- 
ET has one helluva sense of humor!
He's always anal-probing right-wing schizos!


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message