Skip to content

Commit 10f1735

Browse files
committed
Mention that VT switching is not blocked by default (#16).
1 parent 86a6a9c commit 10f1735

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

50-dont-vt-switch.conf

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Placing this file in /etc/X11/xorg.conf.d (and restarting X) will disable
2+
# virtual terminal switching.
3+
#
4+
# NOTE that it is known to cause problems with gdm - see
5+
# https://github.com/porridge/bambam/issues/16
6+
# Make sure you have an alternative way to recover your system, or be prepared
7+
# for a hard reset.
8+
Section "ServerFlags"
9+
Option "DontVTSwitch" "true"
10+
EndSection

bambam.6

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH bambam 6 "14 November 2016" "version 0.6"
1+
.TH bambam 6 "8 December 2016" "version 0.6"
22
.SH NAME
33
bambam \- a keyboard mashing and doodling game for babies
44
.SH SYNOPSIS
@@ -30,6 +30,9 @@ The screen is cleared at random.
3030
.SH NOTES
3131
\fBTo quit, type quit in the game\fR.
3232
To turn the sound off and on, type mute and unmute, respectively, in the game.
33+
Be aware that bambam does not block virtual terminal switching (e.g.
34+
CTRL+ALT+F1). See the example 50-dont-vt-switch.conf file if you would like to
35+
block that.
3336
.SH AUTHOR
3437
Spike Burch <[email protected]>
3538
.BR

0 commit comments

Comments
 (0)