From 433ba84f282a120d766f65fc3fb5a727a5f0483c Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 21 Jun 2011 16:24:24 +0200 Subject: 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) --- src/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh | 4 ++-- 1 file 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 -- cgit v1.2.3-55-g7522