summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/init-hooks
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-01-11 22:50:42 +0100
committerDirk von Suchodoletz2009-01-11 22:50:42 +0100
commit4cbd6c0622e693f279c9264d8c4119855dbafb86 (patch)
treef71c21d0e61d7a0497dfd349984cb83f183262e9 /os-plugins/plugins/xserver/init-hooks
parentFixes to xserver plugin ... (diff)
downloadcore-4cbd6c0622e693f279c9264d8c4119855dbafb86.tar.gz
core-4cbd6c0622e693f279c9264d8c4119855dbafb86.tar.xz
core-4cbd6c0622e693f279c9264d8c4119855dbafb86.zip
More fixes for xserver setup ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2465 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/xserver/init-hooks')
-rw-r--r--os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh2
1 files changed, 1 insertions, 1 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 4efee5a3..5af4d605 100644
--- a/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh
+++ b/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh
@@ -17,8 +17,8 @@ tabletdetect () {
fi
}
+( hwinfo --gfxcard >/etc/hwinfo.gfxcard ) &
( hwinfo --monitor >/etc/hwinfo.display; grep "Generic Monitor" \
/etc/hwinfo.display >/dev/null 2>&1 && rm /etc/hwinfo.display ) &
-( hwinfo --gfxcard >/etc/hwinfo.gfxcard ) &
( tabletdetect ) &