Gentoo Archives: gentoo-user

From: Meino.Cramer@×××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] The X11-trap: Once back on textconsole...and no one comes back ever...
Date: Fri, 15 Jan 2016 12:27:39
Message-Id: 20160115122728.GA4786@solfire
1 Hi,
2
3
4 I got a strange problem:
5 From X11 I can switch to text console via CTRL-ALT-F(x).
6 From the text console I can switch to other text console
7 via ALT-F(x).
8
9 But once touching the console, where X11 should still be
10 running and which is now occupied by the deep dark unholy
11 "nothing" ;) I got trapped -- no way out and a bindly
12 keyed login followed by a reboot has nothing as result.
13
14 My /etc/inittab looks like:
15
16 # new-style single-user
17 su0:S:wait:/sbin/rc single
18 su1:S:wait:/sbin/sulogin
19
20 # TERMINALS
21 c1:12345:respawn:/sbin/agetty 38400 tty1 linux
22 c2:2345:respawn:/sbin/agetty 38400 tty2 linux
23 c3:2345:respawn:/sbin/agetty 38400 tty3 linux
24 c4:2345:respawn:/sbin/agetty 38400 tty4 linux
25 c5:2345:respawn:/sbin/agetty 38400 tty5 linux
26 c6:2345:respawn:/sbin/agetty 38400 tty6 linux
27
28 # SERIAL CONSOLES
29 #s0:12345:respawn:/sbin/agetty -L 115200 ttyS0 vt100
30 #s1:12345:respawn:/sbin/agetty -L 115200 ttyS1 vt100
31
32 # What to do at the "Three Finger Salute".
33 ca:12345:ctrlaltdel:/sbin/shutdown -r now
34
35 # Used by /etc/init.d/xdm to control DM startup.
36 # Read the comments in /etc/init.d/xdm for more
37 # info. Do NOT remove, as this will start nothing
38 # extra at boot if /etc/init.d/xdm is not added
39 # to the "default" runlevel.
40 x:a:once:/etc/X11/startDM.sh
41
42 <unrelated stuff removed>
43
44 From searching the web I found questions, from people, which
45 cannot switch to anything from X11...but I can.
46 That is another problem.
47 And a lot question are regarding the correct key-combo.
48
49 This has worked for years and didn't changed anything from
50 which I think it could be related.
51
52 How can I fix this?
53
54 Thank you very much in advance for any help!
55 Best regards,
56 mcc

Replies