summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDirk von Suchodoletz2011-06-21 16:24:24 +0200
committerDirk von Suchodoletz2011-06-21 16:24:24 +0200
commit433ba84f282a120d766f65fc3fb5a727a5f0483c (patch)
treead598540929b4310cb6f05a28d6829ee4cc95afa /src
parentFixing call of find in xmlchooser.sh (might fail in certain setups) ... (diff)
downloadcore-433ba84f282a120d766f65fc3fb5a727a5f0483c.tar.gz
core-433ba84f282a120d766f65fc3fb5a727a5f0483c.tar.xz
core-433ba84f282a120d766f65fc3fb5a727a5f0483c.zip
Avoid hardware detection for Xorg (better use autoconfiguration since 1.7 ...) This is a quickfix for Ubuntu and SuSE, should be extended to other distros too ... (or better general rewrite)
Diffstat (limited to 'src')
-rw-r--r--src/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh b/src/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh
index 0b08ec13..3c266d72 100644
--- a/src/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh
+++ b/src/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh
@@ -1,5 +1,5 @@
# Copyright (c) 2008 - RZ Uni Freiburg
-# Copyright (c) 2008..2010 - OpenSLX GmbH
+# Copyright (c) 2008..2011 - OpenSLX GmbH
#
# This program/file is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -40,7 +40,7 @@ tabletdetect () {
# detection might be needed for proprietary Xorg drivers ...
# (clean up expected with rewritten stage3)
case ${slxconf_distro_ver} in
- "10.04"|"11.3")
+ "10.04"|"10.10"|"11.04"|"11.3"|"11.4")
;;
*)
# hwinfo --gfxcard moved to general hardware detection as needed for two