summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh
diff options
context:
space:
mode:
authorBastian Wissler2008-08-29 11:31:34 +0200
committerBastian Wissler2008-08-29 11:31:34 +0200
commitea946678e9ebc00d37b489ec4f22e2bbf2bc04a3 (patch)
treeb4beabaf77385081cc48631e94c8d720b620f7f5 /os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh
parent* removed uclibc-busybox from tools folder, too (as it is not being used) (diff)
downloadcore-ea946678e9ebc00d37b489ec4f22e2bbf2bc04a3.tar.gz
core-ea946678e9ebc00d37b489ec4f22e2bbf2bc04a3.tar.xz
core-ea946678e9ebc00d37b489ec4f22e2bbf2bc04a3.zip
First real stage3 implementation (I just thought last time)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2128 95ad53e4-c205-0410-b2fa-d234c58c8868
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.sh1
1 files changed, 1 insertions, 0 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 1b8171cc..37290a51 100644
--- a/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh
+++ b/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh
@@ -5,4 +5,5 @@
( hwinfo --monitor >/etc/hwinfo.display; grep "Generic Monitor" \
/etc/hwinfo.display >/dev/null 2>&1 && rm /etc/hwinfo.display ) &
+( hwinfo --gfxcard >/etc/hwinfo.gfxcard ) &