From 8f9342484afbbd26296c627497cc278f600098ac Mon Sep 17 00:00:00 2001 From: Sascha Hlusiak Date: Wed, 16 Jan 2013 11:06:39 +0100 Subject: config: warning in default xorg.conf.d snippet: do not enable by default see discussion: https://bugs.gentoo.org/show_bug.cgi?id=403003 distributions should not ship the module enabled by default, because a lot of users have the joystick module installed without knowing, resulting in confusion and bad user experience when trying to play games, the more likely usecase when plugging in a joystick. the default configuration only fits for a limited number of users. it does not make much sense to automatically enable hotplugging of the module without explicit user consent and reviewing of the configuration. Signed-off-by: Sascha Hlusiak --- config/50-joystick-all.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/50-joystick-all.conf b/config/50-joystick-all.conf index 6e780fd..0723086 100644 --- a/config/50-joystick-all.conf +++ b/config/50-joystick-all.conf @@ -11,6 +11,10 @@ Section "InputClass" Identifier "joystick-all" + # Note, that enabling this by default without explicit user + # consent might result in unexpected behaviour for those, + # that do not know that this module has been installed. + # UNCOMMENT TO ENABLE HOTPLUGGING OF JOYSTICKS # Driver "joystick" # MatchIsJoystick "on" -- cgit v1.2.3