Results 1 to 4 of 4
This is actually two or three questions, but they are both asked for one purpose... please forgive ^,^
1: How can one control the amount of virtual terminals? I know ...
- 01-06-2009 #1Linux Newbie
- Join Date
- Jul 2007
- Location
- Here. There. Anywhere.
- Posts
- 150
virtual terminals & X
This is actually two or three questions, but they are both asked for one purpose... please forgive ^,^
1: How can one control the amount of virtual terminals? I know that Puppy just has two+X where most have 6+X (and I want to say I've seen more somewhere). I just want to know how to control that.
2: How can one control where X is run? What I'm actually wanting is to have X run in whatever v.t. it is called in (is this possible? I'd guess stdout could be routed to an output file...), conceptually even running multiple X's at once (is that possible?!).
Per usual in my head, I'm probably way out of my league, but no harm in asking at least....
- 01-06-2009 #2Just Joined!
- Join Date
- Jul 2008
- Posts
- 27
I don't know about virtual but if you want to run X on the terminal you want,edit the /etc/inittab file.There specify which terminal you want for X
- 01-06-2009 #3Linux Newbie
- Join Date
- Jul 2007
- Location
- Here. There. Anywhere.
- Posts
- 150
Well that's one step in the right direction, at least ^,^
Thank you very much
- 01-11-2009 #4
There is one line in inittab for each console opened. Just put in the number of lines you want using an existing one as a guide.
X always runs on the first free console it finds - i.e. the first that does not have a getty process running on it. But if you start it from the command line with startx, the X server messages will appear on the console you started it from instead of going into a log file. I think it is possible to have two Xs running at once but it must be a heavy load on your cpu.2: How can one control where X is run? What I'm actually wanting is to have X run in whatever v.t. it is called in (is this possible? I'd guess stdout could be routed to an output file...), conceptually even running multiple X's at once (is that possible?!)."I'm just a little old lady; don't try to dazzle me with jargon!"


Reply With Quote

