diff options
author | B. Watson <yalhcru@gmail.com> | 2014-10-17 08:52:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-17 08:52:55 +0700 |
commit | c9082984bbb9e4fe6790846a430d677a4d8c6b19 (patch) | |
tree | 566a831bae4dc72248f6597475c80043ececac55 /system/kmscon/kmscon.conf | |
parent | b4adb046e5ef406d91a16c3e296c643c984acbaa (diff) | |
download | slackbuilds-c9082984bbb9e4fe6790846a430d677a4d8c6b19.tar.gz |
system/kmscon: Added (KMS/DRM based System Console).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/kmscon/kmscon.conf')
-rw-r--r-- | system/kmscon/kmscon.conf | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/system/kmscon/kmscon.conf b/system/kmscon/kmscon.conf new file mode 100644 index 0000000000..727f428013 --- /dev/null +++ b/system/kmscon/kmscon.conf @@ -0,0 +1,40 @@ +# Config file for kmscon. +# Any long option listed in "man kmscon" can be used here. + +# As shipped, all the options in this file are commented out. + +# Use agetty for logging in. +# By default, kmscon spawns "/bin/login -p", which works fine but +# isn't as nice (or as familiar) as using agetty. +# If you plan to spawn kmscon from /etc/inittab, you probably want to +# uncomment this. + +#login=/sbin/agetty 38400 -- - linux + + +# Enable DRM 2D acceleration. 3D accel won't work unless you have +# GL/ES support (which Slackware doesn't ship with, and isn't available +# on SBo either). + +#drm + + +# Font size, in points (not pixels). Don't set too large, you want +# at least 80x25 character cells. 'echo $COLUMNS $LINES' should show +# at least 80 columns and 25 lines. + +#font-size=15 + + +# Enable shortcut keys for multiple sessions on the same +# virtual terminal. + +#session-control + + +# Keyboard repeat delay is in milliseconds. Repeat rate is *also* in +# milliseconds (unlike "xset r", which uses repeats-per-second). + +#xkb-repeat-delay=200 +#xkb-repeat-rate=12 + |