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/packages/xorg-xserver/xserver-xf86-config/qemux86 | |
| 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/packages/xorg-xserver/xserver-xf86-config/qemux86')
| -rw-r--r-- | meta/packages/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf | 2 |
1 files changed, 1 insertions, 1 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" |
