diff options
author | Richard Purdie <richard@ted.(none)> | 2009-06-04 19:41:32 +0100 |
---|---|---|
committer | Richard Purdie <richard@ted.(none)> | 2009-06-04 19:41:32 +0100 |
commit | 497fe49727bb0f88c27c74da67073225632cbb35 (patch) | |
tree | a266ac43cee908cb719ebf8ad4d0237d7051be1c /meta | |
parent | ae950c85d79acbaa03f8fbb0df067b22d0766623 (diff) | |
download | poky-497fe49727bb0f88c27c74da67073225632cbb35.tar.gz |
xserver-xf86-config: Set AllowEmptyInput to no fixing chaned defaults in modern xservers
Signed-off-by: Richard Purdie <richard@ted.(none)>
Diffstat (limited to 'meta')
3 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf b/meta/packages/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf index da7f37cebe..5d7bc6d9b2 100644 --- a/meta/packages/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf +++ b/meta/packages/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf | |||
@@ -68,7 +68,7 @@ Section "ServerLayout" | |||
68 | Screen "Default Screen" | 68 | Screen "Default Screen" |
69 | InputDevice "Generic Keyboard" | 69 | InputDevice "Generic Keyboard" |
70 | InputDevice "Configured Mouse" | 70 | InputDevice "Configured Mouse" |
71 | 71 | Option "AllowEmptyInput" "no" | |
72 | # Uncomment if you have a wacom tablet | 72 | # Uncomment if you have a wacom tablet |
73 | InputDevice "stylus" "SendCoreEvents" | 73 | InputDevice "stylus" "SendCoreEvents" |
74 | # InputDevice "cursor" "SendCoreEvents" | 74 | # InputDevice "cursor" "SendCoreEvents" |
diff --git a/meta/packages/xorg-xserver/xserver-xf86-config/xorg.conf b/meta/packages/xorg-xserver/xserver-xf86-config/xorg.conf index 44a530e0f9..5e5a79b6f3 100644 --- a/meta/packages/xorg-xserver/xserver-xf86-config/xorg.conf +++ b/meta/packages/xorg-xserver/xserver-xf86-config/xorg.conf | |||
@@ -77,7 +77,7 @@ Section "ServerLayout" | |||
77 | Screen "Default Screen" | 77 | Screen "Default Screen" |
78 | InputDevice "Generic Keyboard" | 78 | InputDevice "Generic Keyboard" |
79 | InputDevice "Configured Mouse" | 79 | InputDevice "Configured Mouse" |
80 | 80 | Option "AllowEmptyInput" "no" | |
81 | # Uncomment if you have a wacom tablet | 81 | # Uncomment if you have a wacom tablet |
82 | # InputDevice "stylus" "SendCoreEvents" | 82 | # InputDevice "stylus" "SendCoreEvents" |
83 | # InputDevice "cursor" "SendCoreEvents" | 83 | # InputDevice "cursor" "SendCoreEvents" |
diff --git a/meta/packages/xorg-xserver/xserver-xf86-config_0.1.bb b/meta/packages/xorg-xserver/xserver-xf86-config_0.1.bb index db2f199125..e6f0c4df2e 100644 --- a/meta/packages/xorg-xserver/xserver-xf86-config_0.1.bb +++ b/meta/packages/xorg-xserver/xserver-xf86-config_0.1.bb | |||
@@ -2,6 +2,7 @@ DESCRIPTION = "X.Org X server configuration file" | |||
2 | HOMEPAGE = "http://www.x.org" | 2 | HOMEPAGE = "http://www.x.org" |
3 | SECTION = "x11/base" | 3 | SECTION = "x11/base" |
4 | LICENSE = "MIT-X" | 4 | LICENSE = "MIT-X" |
5 | PR = "r1" | ||
5 | 6 | ||
6 | SRC_URI = "file://xorg.conf" | 7 | SRC_URI = "file://xorg.conf" |
7 | 8 | ||