* [gentoo-user] modular X : Ctl-Alt-F7 fails
@ 2006-09-20 21:30 Philip Webb
2006-09-21 13:16 ` Andrew Frink
0 siblings, 1 reply; 8+ messages in thread
From: Philip Webb @ 2006-09-20 21:30 UTC (permalink / raw
To: Gentoo User
I've just updated to modular X & everything seems to be working,
except that after Ctl-Alt-F2 I can't get back to X with Ctl-Alt-F7 .
I can get back to the original raw terminal with Ctl-Alt-F1 ,
which shows 3 identical error messages. I tried remerging Xkeyboard-config
(from a previous reply here), but it didn't make any difference.
Does anyone have a helpful suggestion ?
--
========================,,============================================
SUPPORT ___________//___, Philip Webb : purslow@chass.utoronto.ca
ELECTRIC /] [] [] [] [] []| Centre for Urban & Community Studies
TRANSIT `-O----------O---' University of Toronto
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] modular X : Ctl-Alt-F7 fails
2006-09-20 21:30 [gentoo-user] modular X : Ctl-Alt-F7 fails Philip Webb
@ 2006-09-21 13:16 ` Andrew Frink
2006-09-21 17:48 ` Mick
2006-09-21 21:24 ` Philip Webb
0 siblings, 2 replies; 8+ messages in thread
From: Andrew Frink @ 2006-09-21 13:16 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 838 bytes --]
On 9/20/06, Philip Webb <purslow@sympatico.ca> wrote:
>
> I've just updated to modular X & everything seems to be working,
> except that after Ctl-Alt-F2 I can't get back to X with Ctl-Alt-F7 .
> I can get back to the original raw terminal with Ctl-Alt-F1 ,
> which shows 3 identical error messages. I tried remerging
> Xkeyboard-config
> (from a previous reply here), but it didn't make any difference.
>
> Does anyone have a helpful suggestion ?
>
> --
> ========================,,============================================
> SUPPORT ___________//___, Philip Webb : purslow@chass.utoronto.ca
> ELECTRIC /] [] [] [] [] []| Centre for Urban & Community Studies
> TRANSIT `-O----------O---' University of Toronto
> --
> gentoo-user@gentoo.org mailing list
>
> Philip,
is X running on VT7, or is it 9,10,11,12?
Andrew
[-- Attachment #2: Type: text/html, Size: 1390 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] modular X : Ctl-Alt-F7 fails
2006-09-21 13:16 ` Andrew Frink
@ 2006-09-21 17:48 ` Mick
2006-09-21 21:24 ` Philip Webb
1 sibling, 0 replies; 8+ messages in thread
From: Mick @ 2006-09-21 17:48 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 640 bytes --]
On Thursday 21 September 2006 14:16, Andrew Frink wrote:
> On 9/20/06, Philip Webb <purslow@sympatico.ca> wrote:
> > I've just updated to modular X & everything seems to be working,
> > except that after Ctl-Alt-F2 I can't get back to X with Ctl-Alt-F7 .
> > I can get back to the original raw terminal with Ctl-Alt-F1 ,
> > which shows 3 identical error messages. I tried remerging
> > Xkeyboard-config
> > (from a previous reply here), but it didn't make any difference.
> >
> > Does anyone have a helpful suggestion ?
> is X running on VT7, or is it 9,10,11,12?
What is the 3x<error message>?
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] modular X : Ctl-Alt-F7 fails
2006-09-21 13:16 ` Andrew Frink
2006-09-21 17:48 ` Mick
@ 2006-09-21 21:24 ` Philip Webb
2006-09-21 22:58 ` Benno Schulenberg
2006-09-25 2:39 ` [gentoo-user] modular X : Ctl-Alt-F7 fails Walter Dnes
1 sibling, 2 replies; 8+ messages in thread
From: Philip Webb @ 2006-09-21 21:24 UTC (permalink / raw
To: gentoo-user
060921 Andrew Frink wrote:
> On 9/20/06, Philip Webb <purslow@sympatico.ca> wrote:
>> I've just updated to modular X & everything seems to be working,
>> except that after Ctl-Alt-F2 I can't get back to X with Ctl-Alt-F7 .
>> I can get back to the original raw terminal with Ctl-Alt-F1 ,
>> which shows 3 identical error messages.
> is X running on VT7, or is it 9,10,11,12?
I've never quite understood why it's Ctl-Alt-F7 which returns,
when the TTY's involved seem to be 1 & 2 . In fact,
I've suppressed higher-numbered TTY 3-6 in /etc/inittab .
Another test reveals that Ctl-Alt-F3 returns to the X session,
so perhaps the command to return uses the next free F key.
Can anyone confirm that ? Anyway the problem is solved.
--
========================,,============================================
SUPPORT ___________//___, Philip Webb : purslow@chass.utoronto.ca
ELECTRIC /] [] [] [] [] []| Centre for Urban & Community Studies
TRANSIT `-O----------O---' University of Toronto
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] modular X : Ctl-Alt-F7 fails
2006-09-21 21:24 ` Philip Webb
@ 2006-09-21 22:58 ` Benno Schulenberg
2006-09-21 23:25 ` [gentoo-user] modular X : Ctl-Alt-F7 fails (solved) Philip Webb
2006-09-25 2:39 ` [gentoo-user] modular X : Ctl-Alt-F7 fails Walter Dnes
1 sibling, 1 reply; 8+ messages in thread
From: Benno Schulenberg @ 2006-09-21 22:58 UTC (permalink / raw
To: gentoo-user
Philip Webb wrote:
> I've never quite understood why it's Ctl-Alt-F7 which returns,
> when the TTY's involved seem to be 1 & 2 .
Because on most machines inittab tells init to start agetty on the
first six VTs, and X then takes the first free VT.
> In fact,
> I've suppressed higher-numbered TTY 3-6 in /etc/inittab .
> Another test reveals that Ctl-Alt-F3 returns to the X session,
> so perhaps the command to return uses the next free F key.
In /etc/X11/xdm/Xservers you could set X to always start on VT7.
Benno
--
Cetere mi opinias ke ne ĉio tradukenda estas.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] modular X : Ctl-Alt-F7 fails (solved)
2006-09-21 22:58 ` Benno Schulenberg
@ 2006-09-21 23:25 ` Philip Webb
0 siblings, 0 replies; 8+ messages in thread
From: Philip Webb @ 2006-09-21 23:25 UTC (permalink / raw
To: gentoo-user
060922 Benno Schulenberg wrote:
> Philip Webb wrote:
>> I've never quite understood why it's Ctl-Alt-F7 which returns,
>> when the TTY's involved seem to be 1 & 2 .
> Because on most machines inittab tells init to start agetty
> on the first six VTs, and X then takes the first free VT.
>> Another test reveals that Ctl-Alt-F3 returns to the X session,
>> so perhaps the command to return uses the next free F key.
> In /etc/X11/xdm/Xservers you could set X to always start on VT7.
Yes, thanks, you've confirmed what I surmised from this test.
I'm quite content to have it be F3 , now I know what's going on.
--
========================,,============================================
SUPPORT ___________//___, Philip Webb : purslow@chass.utoronto.ca
ELECTRIC /] [] [] [] [] []| Centre for Urban & Community Studies
TRANSIT `-O----------O---' University of Toronto
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] modular X : Ctl-Alt-F7 fails
2006-09-21 21:24 ` Philip Webb
2006-09-21 22:58 ` Benno Schulenberg
@ 2006-09-25 2:39 ` Walter Dnes
2006-09-25 3:00 ` Philip Webb
1 sibling, 1 reply; 8+ messages in thread
From: Walter Dnes @ 2006-09-25 2:39 UTC (permalink / raw
To: gentoo-user
On Thu, Sep 21, 2006 at 05:24:44PM -0400, Philip Webb wrote
> I've never quite understood why it's Ctl-Alt-F7 which returns,
> when the TTY's involved seem to be 1 & 2 . In fact,
> I've suppressed higher-numbered TTY 3-6 in /etc/inittab .
> Another test reveals that Ctl-Alt-F3 returns to the X session,
> so perhaps the command to return uses the next free F key.
> Can anyone confirm that ? Anyway the problem is solved.
My own setup is somewhat non-standard. I have...
# TERMINALS
c1:12345:respawn:/sbin/agetty 38400 tty1 linux
c2:2345:respawn:/sbin/agetty 38400 tty2 linux
c3:2345:respawn:/sbin/agetty 38400 tty3 linux
c4:2345:respawn:/sbin/agetty 38400 tty4 linux
c5:2345:respawn:/sbin/agetty 38400 tty5 linux
c6:2345:respawn:/sbin/agetty 38400 tty6 linux
c7:2345:respawn:/sbin/agetty 38400 tty7 linux
c8:2345:respawn:/sbin/agetty 38400 tty8 linux
c9:2345:respawn:/sbin/agetty 38400 tty9 linux
I have a regular user account. I launch X, which takes tty10. I have
a second "scratch" account for certain tasks, and viewing Google and
other video sites in 400x300 mode or lower. I tell it to use display :1,
which is tty11. tty12 is used by kernel log messages.
A hint for tweaking xorg.conf files. I have several files in /etc/X11
i.e. /etc/X11/1024xorg.conf /etc/X11/2048xorg.conf /etc/X11/320xorg.conf
/etc/X11/360xorg.conf /etc/X11/400xorg.conf /etc/X11/800xorg.conf and
/etc/X11/xorg.conf. My regular account has a script ~/bin/x
#! /bin/bash
startx -- -nolisten tcp -nosilk -config ${1}xorg.conf &
and the scratch account has ~/bin/x1
#! /bin/bash
startx -- :1 -nolisten tcp -nosilk -config ${1}xorg.conf &
The regular account launches X with the command "x" to give me a
1280x1024 screen. When I'm editing large digital photos, I use the
command "x 2048". This launches X with the file 2048xorg.conf, which
I've set to give me 2048x1536. When I want to run at 400x300 for
viewing videos, I launch with "x1 400", which invokes X with the config
file 400xorg.conf. I generally run with the following textmode ttys...
tty1 regular user, mutt (email)
tty2 regular user, slrn (usenet)
tty3 regular user, general purpose console
tty4 scratch account
tty5 scratch account
tty7 console when ssh'ing into the other machine (I have a 1999 Dell
450 mhz PIII that is my emergency backup machine).
tty8 root (occasional use only) when doing admin stuff that requires
root (emerge sync, etc).
tty9 regular user, used for launching X. I find that X spits out a lot
of logging garbage to the tty that launched it.
tty10 used by X session :0
tty11 used by X session :1
tty12 used by kernel logger for message output
I run textmode at 80x48 (YES, forty-eight rows with 10-pixel-high
font, which is much easier on the eyes than 8x8 font).
--
Walter Dnes <waltdnes@waltdnes.org> In linux /sbin/init is Job #1
My musings on technology and security at http://tech_sec.blog.ca
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] modular X : Ctl-Alt-F7 fails
2006-09-25 2:39 ` [gentoo-user] modular X : Ctl-Alt-F7 fails Walter Dnes
@ 2006-09-25 3:00 ` Philip Webb
0 siblings, 0 replies; 8+ messages in thread
From: Philip Webb @ 2006-09-25 3:00 UTC (permalink / raw
To: gentoo-user
060924 Walter Dnes wrote:
> On Thu, Sep 21, 2006 at 05:24:44PM -0400, Philip Webb wrote
>> I've never quite understood why it's Ctl-Alt-F7 which returns,
>> Another test reveals that Ctl-Alt-F3 returns to the X session,
>> so perhaps the command to return uses the next free F key.
-- lots of interesting details snipped --
I have simpler needs & use TTY2 only in emergency,
if something has jammed up on TTY1 : I can't remember the last time.
I'll save your description among my "nnotes".
--
========================,,============================================
SUPPORT ___________//___, Philip Webb : purslow@chass.utoronto.ca
ELECTRIC /] [] [] [] [] []| Centre for Urban & Community Studies
TRANSIT `-O----------O---' University of Toronto
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-09-25 3:07 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-20 21:30 [gentoo-user] modular X : Ctl-Alt-F7 fails Philip Webb
2006-09-21 13:16 ` Andrew Frink
2006-09-21 17:48 ` Mick
2006-09-21 21:24 ` Philip Webb
2006-09-21 22:58 ` Benno Schulenberg
2006-09-21 23:25 ` [gentoo-user] modular X : Ctl-Alt-F7 fails (solved) Philip Webb
2006-09-25 2:39 ` [gentoo-user] modular X : Ctl-Alt-F7 fails Walter Dnes
2006-09-25 3:00 ` Philip Webb
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox