From dd2ec153e5476bc23899fd3115604cf657db982d Mon Sep 17 00:00:00 2001 From: Cecil Hugh Watson Date: Tue, 13 Jan 2009 17:00:44 -0800 Subject: Disabled input hot plugging. --- abs/core-testing/LinHES-config/PKGBUILD | 2 +- abs/core-testing/LinHES-config/templates/xorg/xorg.conf.ati | 4 ++++ abs/core-testing/LinHES-config/templates/xorg/xorg.conf.intel | 4 ++++ abs/core-testing/LinHES-config/templates/xorg/xorg.conf.nvidia | 3 +++ abs/core-testing/LinHES-config/templates/xorg/xorg.conf.vesa | 3 +++ abs/core-testing/LinHES-config/templates/xorg/xorg.conf.via | 3 +++ abs/core-testing/LinHES-config/templates/xorg/xorg.conf.vmware | 3 +++ 7 files changed, 21 insertions(+), 1 deletion(-) diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD index 6bc168e..76754da 100755 --- a/abs/core-testing/LinHES-config/PKGBUILD +++ b/abs/core-testing/LinHES-config/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-config pkgver=1.0 -pkgrel=177 +pkgrel=178 conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev ) pkgdesc="Install and configure your system" depends=(bc libstatgrab mysql-python expect curl dnsutils parted sg3_utils nmbscan ) diff --git a/abs/core-testing/LinHES-config/templates/xorg/xorg.conf.ati b/abs/core-testing/LinHES-config/templates/xorg/xorg.conf.ati index 53c8e0b..8c75552 100644 --- a/abs/core-testing/LinHES-config/templates/xorg/xorg.conf.ati +++ b/abs/core-testing/LinHES-config/templates/xorg/xorg.conf.ati @@ -1,3 +1,7 @@ +Section "ServerFlags" + Option "AutoAddDevices" "False" +EndSection + Section "ServerLayout" Identifier "X.org Configured" Screen 0 "aticonfig-Screen[0]" 0 0 diff --git a/abs/core-testing/LinHES-config/templates/xorg/xorg.conf.intel b/abs/core-testing/LinHES-config/templates/xorg/xorg.conf.intel index f3684fb..c4a67c9 100644 --- a/abs/core-testing/LinHES-config/templates/xorg/xorg.conf.intel +++ b/abs/core-testing/LinHES-config/templates/xorg/xorg.conf.intel @@ -1,3 +1,7 @@ +Section "ServerFlags" + Option "AutoAddDevices" "False" +EndSection + Section "ServerLayout" Identifier "Xorg Configured" Screen 0 "Screen0" 0 0 diff --git a/abs/core-testing/LinHES-config/templates/xorg/xorg.conf.nvidia b/abs/core-testing/LinHES-config/templates/xorg/xorg.conf.nvidia index 2cc4cb6..6e005a2 100755 --- a/abs/core-testing/LinHES-config/templates/xorg/xorg.conf.nvidia +++ b/abs/core-testing/LinHES-config/templates/xorg/xorg.conf.nvidia @@ -1,5 +1,8 @@ # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder3) Tue Aug 1 21:11:12 PDT 2006 +Section "ServerFlags" + Option "AutoAddDevices" "False" +EndSection Section "ServerLayout" Identifier "Layout0" diff --git a/abs/core-testing/LinHES-config/templates/xorg/xorg.conf.vesa b/abs/core-testing/LinHES-config/templates/xorg/xorg.conf.vesa index ce62457..90b426b 100755 --- a/abs/core-testing/LinHES-config/templates/xorg/xorg.conf.vesa +++ b/abs/core-testing/LinHES-config/templates/xorg/xorg.conf.vesa @@ -1,5 +1,8 @@ # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder3) Tue Aug 1 21:11:12 PDT 2006 +Section "ServerFlags" + Option "AutoAddDevices" "False" +EndSection Section "ServerLayout" Identifier "Layout0" diff --git a/abs/core-testing/LinHES-config/templates/xorg/xorg.conf.via b/abs/core-testing/LinHES-config/templates/xorg/xorg.conf.via index 8454767..96cae54 100644 --- a/abs/core-testing/LinHES-config/templates/xorg/xorg.conf.via +++ b/abs/core-testing/LinHES-config/templates/xorg/xorg.conf.via @@ -1,5 +1,8 @@ # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder3) Tue Aug 1 21:11:12 PDT 2006 +Section "ServerFlags" + Option "AutoAddDevices" "False" +EndSection Section "ServerLayout" Identifier "Layout0" diff --git a/abs/core-testing/LinHES-config/templates/xorg/xorg.conf.vmware b/abs/core-testing/LinHES-config/templates/xorg/xorg.conf.vmware index a7a5113..c4db4bf 100755 --- a/abs/core-testing/LinHES-config/templates/xorg/xorg.conf.vmware +++ b/abs/core-testing/LinHES-config/templates/xorg/xorg.conf.vmware @@ -1,5 +1,8 @@ # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder3) Tue Aug 1 21:11:12 PDT 2006 +Section "ServerFlags" + Option "AutoAddDevices" "False" +EndSection Section "ServerLayout" Identifier "Layout0" -- cgit v0.12