summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/bin/hwautocfg
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-08-13 15:46:39 +0200
committerDirk von Suchodoletz2010-08-13 15:46:39 +0200
commit0ab6728cc81dac8420572fb8a93527f6030bf0c0 (patch)
treec1e281cc186525db22ab8669811b4c9a6df5b624 /initramfs/stage3-stuff/bin/hwautocfg
parentEvdev configuration needed for SuSE11.3 (xserver). (diff)
downloadcore-0ab6728cc81dac8420572fb8a93527f6030bf0c0.tar.gz
core-0ab6728cc81dac8420572fb8a93527f6030bf0c0.tar.xz
core-0ab6728cc81dac8420572fb8a93527f6030bf0c0.zip
Small fix for the hwautocfg ...
Diffstat (limited to 'initramfs/stage3-stuff/bin/hwautocfg')
-rwxr-xr-xinitramfs/stage3-stuff/bin/hwautocfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/initramfs/stage3-stuff/bin/hwautocfg b/initramfs/stage3-stuff/bin/hwautocfg
index 77b4f215..09eb62da 100755
--- a/initramfs/stage3-stuff/bin/hwautocfg
+++ b/initramfs/stage3-stuff/bin/hwautocfg
@@ -49,13 +49,13 @@ if [ -e /etc/init-hooks/00-started/xserver.sh -o \
modprobe ${MODPRV} radeon 2>/dev/null
;;
*mga*|*matrox*|*Matrox*)
- modprobe ${MODPRV} radeon 2>/dev/null
+ modprobe ${MODPRV} mga 2>/dev/null
;;
*)
modprobe -a ${MODPRV} r128 savage sis tdfx ttm via
;;
esac
- modprobe -a drm fbcon ) &
+ modprobe -a drm fbcon; mdev -s ) &
fi
# check and then load appropriate network card modules