Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] generic X window...
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
cgmd
Veteran
Veteran


Joined: 17 Feb 2005
Posts: 1585
Location: Louisiana

PostPosted: Sat Oct 28, 2006 9:36 pm    Post subject: [Solved] generic X window... Reply with quote

Prior to having a fancy DM installed, startx would bring up a rather generic set of 3 rectangular X terminal windows. For X troubleshooting reasons I would like to be able to circumvent my usual DM and, instead, open those generic windows instead.

Does anyone have an idea of what I'm thinking about and how to make it happen?

Thanks!
_________________
"Primum non nocere" ---Galen


Last edited by cgmd on Sat Oct 28, 2006 11:05 pm; edited 1 time in total
Back to top
View user's profile Send private message
widremann
Veteran
Veteran


Joined: 14 Mar 2005
Posts: 1314

PostPosted: Sat Oct 28, 2006 10:36 pm    Post subject: Reply with quote

Create a script called "mystartx.sh" with the following:
Code:

#! /bin/sh
X &
export DISPLAY=:0
xterm &
exec twm

Then chmod +x the script and run it "./mystartx.sh".
Back to top
View user's profile Send private message
cgmd
Veteran
Veteran


Joined: 17 Feb 2005
Posts: 1585
Location: Louisiana

PostPosted: Sat Oct 28, 2006 11:05 pm    Post subject: Reply with quote

That did it!

Thanks! :)
_________________
"Primum non nocere" ---Galen
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum