HOWTO - Run "plain jane" x windows with mulitple xterm windows

HOWTO - Run "plain jane" x windows with mulitple xterm windows

Post by int_8 » Sun, 16 Jun 2002 04:23:33



Basically I want to run X with mulitple xterms running and nothing
else. I don't want to run Gnome / KDE or other "click, click, click"
desktops. I want it to run very similar to the old XStations (terminal
client).

Can someone help me out here (specifics or point me in the right
direction)?

int_

 
 
 

HOWTO - Run "plain jane" x windows with mulitple xterm windows

Post by Lew Pitch » Sun, 16 Jun 2002 04:33:43



Quote:>Basically I want to run X with mulitple xterms running and nothing
>else. I don't want to run Gnome / KDE or other "click, click, click"
>desktops. I want it to run very similar to the old XStations (terminal
>client).

>Can someone help me out here (specifics or point me in the right
>direction)?

Here's the basics:

Get out of X, and log on in non-gui mode ('console' mode)

At the prompt, type
  X &
which will start up a raw X window

Toggle back to the non-gui commandline and at the prompt, type
  xterm -display :0 -geometry 80x24+0+0 &
which will start an 80x24 xterm at position (0,0) on the screen

Now, at the commandline prompt, type
  xeyes -display :0 -geometry 30x30+100+200 &
which will start a 30x30 xeyes program at position (100,200) on the screen

That's the sort of thing that you have to do, but in a script.

Locate where your startx scripts are held, and write a script that
explicitly sets everything up using the -geometry options.

'man X' will give you some guidance here

Lew Pitcher, Information Technology Consultant, Toronto Dominion Bank Financial Group

(Opinions expressed are my own, not my employer's.)

 
 
 

HOWTO - Run "plain jane" x windows with mulitple xterm windows

Post by rcarte » Sun, 16 Jun 2002 05:52:10



Quote:> Basically I want to run X with mulitple xterms running and nothing
> else. I don't want to run Gnome / KDE or other "click, click, click"
> desktops. I want it to run very similar to the old XStations (terminal
> client).

> Can someone help me out here (specifics or point me in the right
> direction)?

> int_

Try one of the slimmer window managers/environments. I find that xfce is a
good replacement.
 
 
 

HOWTO - Run "plain jane" x windows with mulitple xterm windows

Post by rcarte » Sun, 16 Jun 2002 05:52:58



Quote:> Basically I want to run X with mulitple xterms running and nothing
> else. I don't want to run Gnome / KDE or other "click, click, click"
> desktops. I want it to run very similar to the old XStations (terminal
> client).

> Can someone help me out here (specifics or point me in the right
> direction)?

> int_

Try blackbox, windowmaker, or xfce (my choice). They are much reduced in
overhed.
 
 
 

HOWTO - Run "plain jane" x windows with mulitple xterm windows

Post by Hal Burgis » Sun, 16 Jun 2002 07:43:29



Quote:> Basically I want to run X with mulitple xterms running and nothing
> else. I don't want to run Gnome / KDE or other "click, click, click"
> desktops. I want it to run very similar to the old XStations (terminal
> client).

> Can someone help me out here (specifics or point me in the right
> direction)?

Put whatever you want in ~/.xinitrc, and run 'startx' from shell
prompt. If you want to move, resize xterm windows, you probaly want a
window manager of some kind (GNOME and KDE don't count as window
managers). man xinit.

--
Hal Burgiss

 
 
 

HOWTO - Run "plain jane" x windows with mulitple xterm windows

Post by David L. Johnso » Sun, 16 Jun 2002 10:46:14



> Basically I want to run X with mulitple xterms running and nothing
> else. I don't want to run Gnome / KDE or other "click, click, click"
> desktops. I want it to run very similar to the old XStations (terminal
> client).

> Can someone help me out here (specifics or point me in the right
> direction)?

What appears on your X session depends on what you have in your ~/.xinitrc
file (~/.xsession for xdm users).  You can have whatever window manager,
Gui-BS, and always-running programs you want.  Look at these files to see.  

--

David L. Johnson

   __o   | Enron's slogan: Respect, Communication, Integrity, and
 _`\(,_  | Excellence.  
(_)/ (_) |

 
 
 

HOWTO - Run "plain jane" x windows with mulitple xterm windows

Post by Bill Marc » Tue, 18 Jun 2002 11:57:16


On 14 Jun 2002 12:23:33 -0700,

>Basically I want to run X with mulitple xterms running and nothing
>else. I don't want to run Gnome / KDE or other "click, click, click"
>desktops. I want it to run very similar to the old XStations (terminal
>client).

>Can someone help me out here (specifics or point me in the right
>direction)?

Try 9wm.