[Pkg-kbd-commit] r250 - in kbd/trunk/debian: . conffiles.d

Anton Zinoviev zinoviev at alioth.debian.org
Thu May 10 15:22:02 UTC 2007


Author: zinoviev
Date: 2007-05-10 15:22:02 +0000 (Thu, 10 May 2007)
New Revision: 250

Modified:
   kbd/trunk/debian/changelog
   kbd/trunk/debian/conffiles.d/config
Log:
kbd: improved /etc/kbd/config


Modified: kbd/trunk/debian/changelog
===================================================================
--- kbd/trunk/debian/changelog	2007-05-10 14:35:48 UTC (rev 249)
+++ kbd/trunk/debian/changelog	2007-05-10 15:22:02 UTC (rev 250)
@@ -19,9 +19,11 @@
     - do not run unicode_start if CONSOLE_MAP (or CONSOLE_MAP_vcN) is defined;
     - run unicode_start/unicode_stop only on consoles where we load a font;
     - do not use static paths such as /usr/bin/setfont.
-  
- -- Anton Zinoviev <zinoviev at debian.org>  Thu, 10 May 2007 11:21:53 +0300
+  * Use more substantial example for /etc/kbd/config based on the config
+    file of console-tools.  Thanks to Jonny, closes: #410553.
 
+ -- Anton Zinoviev <zinoviev at debian.org>  Thu, 10 May 2007 18:20:42 +0300
+
 kbd (1.12-17) unstable; urgency=low
 
   * debian/rules: Drop bashisms.  Closes: #379500  Thanks Julien Danjou

Modified: kbd/trunk/debian/conffiles.d/config
===================================================================
--- kbd/trunk/debian/conffiles.d/config	2007-05-10 14:35:48 UTC (rev 249)
+++ kbd/trunk/debian/conffiles.d/config	2007-05-10 15:22:02 UTC (rev 250)
@@ -1,19 +1,66 @@
 #
-# This files tells the `kbd' package:
+# This files tells the 'kbd' package:
 #
-# - whether to load a specific font and boot and/or to setup a default screen
-# mapping. This may be useful, if not using SVGATextMode, to load a font with
-# an another encoding than default.
+# - whether to load a specific font and boot (and maybe a screen-font map,
+#   but you should avoid that if possible).
+# - whether to setup an Application-Charset Map other than the default CP437.
+# - whether to do screen saver/DPMS settings
+# - whether to change the keyboard rate/delay or the state of the
+#   keyboard indicators 
 #
+# You can also specify per-VC settings by suffixing variable names as in
+# the examples below. This only works on framebuffer devices.
 #
+# For consistency with the configuration file of console-tools the
+# following variables and their _vcN versions are also supported:
+# SCREEN_FONT, SCREEN_FONT_MAP and APP_CHARSET_MAP.
+#
+#
 # Example:
 #
 #CONSOLE_FONT=iso01.f16
+#CONSOLE_FONT_vc2=LatArCyrHeb-16
+#
+#CONSOLE_MAP=iso05
+#CONSOLE_MAP_vc2=user
+#
+# Set the following - more euro-friendly default than kernel font.
+#CONSOLE_FONT=latarcyrheb-sun16.psf
 
-# Be warned that kbd (8bit) console maps are dependant on both the encoding
-# you wish your apps to use, and the actual encoding of the font you
-# use.  Look at console-tools 16bit console maps to get rid of
-# font-encoding dependancy.
+# Forget this one unless you _know_ it is necessary for your font:
+#FONT_MAP=iso01
 
-#CONSOLE_MAP=trivial
-#CONSOLE_MAP=vga2iso
+#  **** screen saver/DPMS settings: all VCs ****
+# These settings are commented by default to avoid the chance of damage to
+# very old monitors that don't support DPMS signalling.
+
+# screen blanking timeout.  monitor remains on, but the screen is cleared to
+# range: 0-60 min (0==never)  kernels I've looked at default to 10 minutes.
+# (see linux/drivers/char/console.c)
+BLANK_TIME=30
+
+# blanking method (VESA DPMS mode to use after BLANK_TIME, before powerdown):
+# on: the default, no DPMS signalling. near instant powerup, no power saving
+# vsync: DPMS Standby mode. nearly instant recovery, uses 110/120W (17" screen)
+# hsync: DPMS Suspend mode. typically 3s recovery, uses 15/120W (17" screen)
+# powerdown,off: DPMS Off mode, typ. 10s recovery, uses  5/120W (17" screen)
+
+# Those values are for my 17" Mag, but some monitors do suspend the same as
+# standby.  xset dpms force {off|standby|suspend|on} is useful for this, if X
+# supports DPMS on your video card.  Set X's DPMS screensaver with xset dpms
+# or use option power_saver in XF86Config
+#
+# DPMS set by default to on, because hsync can cause problems on certain
+# hardware, such as Armada E500 laptops
+BLANK_DPMS=off
+
+# Powerdown time.  The console will go to DPMS Off mode POWERDOWN_TIME
+# minutes _after_ blanking.  (POWERDOWN_TIME + BLANK_TIME after the last input)
+POWERDOWN_TIME=30
+
+# rate and delay can get only specific values, consult kbdrate(1) for help
+#KEYBOARD_RATE="30"
+#KEYBOARD_DELAY="250"
+
+# Turn on numlock by default
+#LEDS=+num




More information about the Pkg-kbd-commit mailing list