diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2008-07-25 16:46:44 +0930 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2008-07-28 09:06:02 +0930 |
commit | 3575d9584edf35ec1720bc3755b6576a56613685 (patch) | |
tree | 245fe81e7341eb7f62b7fafd23612c65e4740617 /config | |
parent | 54651ff5ec54f4c621e060b19f31d77d519ef158 (diff) |
config: note that HAL options must be strings.
Only strings are parsed by the server, all others are ignored. Doesn't matter,
specifying int options as strings works fine anyway.
Diffstat (limited to 'config')
-rw-r--r-- | config/x11-input.fdi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/x11-input.fdi b/config/x11-input.fdi index f2e2d50ab..9c3f9fb72 100644 --- a/config/x11-input.fdi +++ b/config/x11-input.fdi @@ -26,6 +26,9 @@ Do not specify "input.x11_options.Device" since "input.device" will be used automatically. + You MUST specify all options as strings, otherwise the server will + ignore them. + Legacy Keys "input.xkb.rules" "input.xkb.model" |