Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#301681 - 23/08/2007 09:14 How do I switch virtual consoles in debian etch ?
andy
carpal tunnel

Registered: 10/06/1999
Posts: 5914
Loc: Wivenhoe, Essex, UK
I've just successfully upgraded one of my servers from sarge to etch.

Before the upgrade I had it booting to the console, rather than to X, as I rarely use X on my servers.

After the upgrade it booted into X. I tried to switch to the first virtual console, using the same key stroke I have been using since X first ran on Linux, i.e. Ctrl-Alt-F1. I didn't work, I am stuck in X.

Have they changed the keystroke or is something broken on my install ?

I tried Googling and didn't find anything, so I am assuming they haven't changed the keystroke.

Edit:

I should have said, I know how to kill off X via a "/etc/init.d/gdm stop", I'm just puzzled as to while virtual console switching isn't working anymore.


Edited by andy (23/08/2007 09:23)
_________________________
Remind me to change my signature to something more interesting someday

Top
#301682 - 23/08/2007 16:11 Re: How do I switch virtual consoles in debian etch ? [Re: andy]
LittleBlueThing
addict

Registered: 11/01/2002
Posts: 612
Loc: Reading, UK
Oh, I remember this happening to me ... I'll have to look it up though.

In the meantime try:
chvt 1

from an
apt-get install console-tools
_________________________
LittleBlueThing Running twin 30's

Top
#301683 - 23/08/2007 16:15 Re: How do I switch virtual consoles in debian etch ? [Re: andy]
siberia37
old hand

Registered: 09/01/2002
Posts: 702
Loc: Tacoma,WA
I think it's Ctrl-Alt-F5 to switch out of an X console. Or one of those F keys- try them all.

Top
#301684 - 23/08/2007 16:21 Re: How do I switch virtual consoles in debian etch ? [Re: LittleBlueThing]
LittleBlueThing
addict

Registered: 11/01/2002
Posts: 612
Loc: Reading, UK
Have you got:
Code:

Section "ServerFlags"
...
Option "Allow VTSwitch"
...
EndSection


set in /etc/X11/xorg.conf ?

Or try this:
http://lists.freedesktop.org/archives/xorg/2004-September/003473.html

I think it may have been a keyboard config thing - I have a UK Microsoft keyboard....

my xorg.conf looks like this now:
Code:

Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
# Option "XkbModel" "pc105"
Option "XkbModel" "microsoft"
Option "XkbLayout" "gb"
# Option "XkbGeometry" "microsoft"
EndSection

_________________________
LittleBlueThing Running twin 30's

Top
#301685 - 23/08/2007 16:23 Re: How do I switch virtual consoles in debian etch ? [Re: siberia37]
LittleBlueThing
addict

Registered: 11/01/2002
Posts: 612
Loc: Reading, UK
It's Ctl-Alt and any Fn key - each goes to a different virtual terminal
_________________________
LittleBlueThing Running twin 30's

Top
#301686 - 23/08/2007 16:40 Re: How do I switch virtual consoles in debian etch ? [Re: LittleBlueThing]
andy
carpal tunnel

Registered: 10/06/1999
Posts: 5914
Loc: Wivenhoe, Essex, UK
I tried adding the AllowVTSwitch (and a few others suggested in that link), but no joy.

Thankfully it isn't something I really need to fix as I will never be using X on this box (I'll rarely even be using the console). Very annoying though.
_________________________
Remind me to change my signature to something more interesting someday

Top