mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
sys940x: 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 <ross.burton@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
parent
fee90862ba
commit
ade3cbd98b
|
|
@ -1,26 +0,0 @@
|
|||
Section "Device"
|
||||
Identifier "Generic VESA"
|
||||
Driver "vesa"
|
||||
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
|
||||
|
|
@ -41,8 +41,3 @@ Section "ServerLayout"
|
|||
# InputDevice "Keyboard0" "CoreKeyboard"
|
||||
# InputDevice "DevInputMice" "SendCoreEvents"
|
||||
EndSection
|
||||
|
||||
Section "ServerFlags"
|
||||
Option "DontZap" "0"
|
||||
Option "AutoAddDevices" "False"
|
||||
EndSection
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user