summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/hurd-console.default6
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'