summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh')
-rw-r--r--os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh b/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh
index b366683d..579e5a9a 100644
--- a/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh
+++ b/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh
@@ -35,11 +35,11 @@ tabletdetect () {
fi
}
-# not really needed for Xorg => 1.7 used in newer versions
-case ${slx_distro_ver} in
+# hardware detection not really needed for Xorg => 1.7 used in newer versions
+# distro distinguishing here not 100% conform to the OpenSLX ideas ...
+# (clean up expected with rewritten stage3)
+case ${slxconf_distro_ver} in
"10.04"|"11.3")
- echo ${slx_distro_ver}>/tmp/xsrv
- exit 0
;;
*)
( hwinfo --gfxcard >/etc/hwinfo.gfxcard ) &