diff options
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 + |