[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg: Changes to 'ubuntu'



 debian/changelog     |    7 +++++++
 debian/local/dexconf |    1 +
 2 files changed, 8 insertions(+)

New commits:
commit 804d5aa240e39e954fd7d00f2fe6b579ef89926d
Author: Timo Aaltonen <tjaalton@cc.hut.fi>
Date:   Tue Mar 25 11:44:44 2008 +0200

    dexconf: Add mouse InputDevice to ServerLayout
    
    otherwise the server defaults are used.

diff --git a/debian/changelog b/debian/changelog
index 700c8f9..4c567c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xorg (1:7.3+10ubuntu8) UNRELEASED; urgency=low
+
+  * dexconf: Add mouse InputDevice to ServerLayout, otherwise the server
+    defaults are used.
+
+ -- Timo Aaltonen <tepsipakki@ubuntu.com>  Tue, 25 Mar 2008 11:41:17 +0200
+
 xorg (1:7.3+10ubuntu7) hardy; urgency=low
 
   * dexconf, failsafeDexconf: Default to using vmmouse, which is able to
diff --git a/debian/local/dexconf b/debian/local/dexconf
index 9e7ddce..1e2d9ff 100644
--- a/debian/local/dexconf
+++ b/debian/local/dexconf
@@ -327,6 +327,7 @@ cat >&4 <<SECTION
 Section "ServerLayout"
 	Identifier	"Default Layout"
 	Screen		"Default Screen"
+	InputDevice	"Configured Mouse"
 SECTION
 if [ -n "$LAPTOP" ]; then
   printf "\tInputDevice\t\"Synaptics Touchpad\"\n" >&4


Reply to: