From 9ee95ca1e66cedaaa01ee5f1a9d965de8956ad21 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 10 Aug 2010 19:11:11 +0200 Subject: Components to load needed modules for bootsplash early in InitRamFS. --- os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'os-plugins/plugins') 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 3e50b77f..0b08ec13 100644 --- a/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh +++ b/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh @@ -43,7 +43,9 @@ case ${slxconf_distro_ver} in "10.04"|"11.3") ;; *) - ( hwinfo --gfxcard >/etc/hwinfo.gfxcard ) & + # hwinfo --gfxcard moved to general hardware detection as needed for two + # different plugins (bootsplash, xserver) + #( hwinfo --gfxcard >/etc/hwinfo.gfxcard ) & ( hwinfo --monitor >/etc/hwinfo.display; grep "Generic Monitor" \ /etc/hwinfo.display >/dev/null 2>&1 && rm /etc/hwinfo.display ) & ;; -- cgit v1.2.3-55-g7522