From fee90862badcc8dada39ba07ec25489f1e9cc34d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 19 Sep 2013 00:48:24 +0100 Subject: fri2: enable input device hotplug in xserver-xf86-config xorg.conf was disabling hotplugged input devices for no known reason, so remove that option. Also remove the setting of DontZap to the default value for clarity. Signed-off-by: Ross Burton Acked-by: Darren Hart --- .../xserver-xf86-config/fri2-noemgd/xorg.conf | 26 ---------------------- .../xserver-xf86-config/fri2/xorg.conf | 5 ----- 2 files changed, 31 deletions(-) delete mode 100644 meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2-noemgd/xorg.conf (limited to 'meta-fri2') diff --git a/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2-noemgd/xorg.conf b/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2-noemgd/xorg.conf deleted file mode 100644 index bda3535a..00000000 --- a/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2-noemgd/xorg.conf +++ /dev/null @@ -1,26 +0,0 @@ -Section "Device" - Identifier "Generic VESA" - Driver "fbdev" -EndSection - -Section "Monitor" - Identifier "Generic Monitor" - Option "DPMS" -EndSection - -Section "Screen" - Identifier "Default Screen" - Device "Generic VESA" - Monitor "Generic Monitor" - DefaultDepth 24 -EndSection - -Section "ServerLayout" - Identifier "Default Layout" - Screen "Default Screen" -EndSection - -Section "ServerFlags" - Option "DontZap" "0" - Option "AutoAddDevices" "False" -EndSection diff --git a/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf b/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf index 8c315658..a9211e78 100644 --- a/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf +++ b/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf @@ -58,8 +58,3 @@ Section "ServerLayout" # InputDevice "Keyboard0" "CoreKeyboard" # InputDevice "DevInputMice" "SendCoreEvents" EndSection - -Section "ServerFlags" - Option "DontZap" "0" - Option "AutoAddDevices" "False" -EndSection -- cgit v1.2.3-54-g00ecf