Gentoo Archives: gentoo-user

From: Thomas Kear <thomas.kear@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Switching from X to a VT
Date: Sat, 08 Jul 2006 00:30:53
Message-Id: 2b1fa7660607071716w498c6c0ft29a8b92c60a4d82c@mail.gmail.com
In Reply to: [gentoo-user] Switching from X to a VT by Statux
1 xorg.conf options relating to that:
2
3 (ServerFlags section)
4
5 Option "DontVTSwitch" "boolean"
6 This disallows the use of the Ctrl+Alt+Fn sequence (where Fn
7 refers to one of the numbered function keys). That sequence is
8 normally used to switch to another "virtual terminal" on operating
9 systems that have this feature. When this option is enabled, that key
10 sequence has no special meaning and is passed to clients.
11 Default: off.
12
13 Option "DontZap" "boolean"
14 This disallows the use of the Ctrl+Alt+Backspace sequence. That
15 sequence is normally used to terminate the Xorg server. When this
16 option is enabled, that key sequence has no special meaning and is
17 passed to clients. Default: off.
18
19
20 Seems odd, given the above defaults, that they don't work, but check
21 your xorg.conf anyway.
22 --
23 gentoo-user@g.o mailing list