diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-05-30 18:44:36 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-05-30 18:44:36 +0200 |
commit | 08c6ac8acc802c03fc3d361895331bf6e25afec7 (patch) | |
tree | d010ab45968a3a72d9e96f56c090cb382da178db | |
parent | 3caca0a0fe11351992433c78e811c1b2760e1577 (diff) |
Enable keyboard and mouse repeaters by default
debian/hurd-console.default: Enable keyboard and mouse repeaters by
default for X11.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/hurd-console.default | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index c9d7c2ca..9aabc1a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ hurd (20110519-2) UNRELEASED; urgency=low /dev/*random working as early as d-i's base install. * debian/local/setup-translators: Add entries for partitions 9-16 too, as the full partman layout at least uses slice 9. + * debian/hurd-console.default: Enable keyboard and mouse repeaters by + default for X11. -- Samuel Thibault <sthibault@debian.org> Mon, 23 May 2011 15:03:43 +0200 diff --git a/debian/hurd-console.default b/debian/hurd-console.default index 1126516c..133604d8 100644 --- a/debian/hurd-console.default +++ b/debian/hurd-console.default @@ -24,13 +24,13 @@ KBD='-d pc_kbd' #KBD='-d xkb' # The keyboard repeater. Required for running X11. -#KBD_REPEAT='--repeat=kbd' +KBD_REPEAT='--repeat=kbd' # The mouse driver. Optional. -#MOUSE='-d pc_mouse --protocol=ps/2' +MOUSE='-d pc_mouse --protocol=ps/2' # The mouse repeater. Required for running X11. -#MOUSE_REPEAT='--repeat=mouse' +MOUSE_REPEAT='--repeat=mouse' # The pc speaker. Optional. #SPEAKER='-d generic_speaker' |