( hwinfo --gfxcard >/etc/hwinfo.gfxcard case $(cat /etc/hwinfo.gfxcard) in *i915*) modprobe -a ${MODPRV} i915 2>/dev/null ;; *intel*|*Intel*) modprobe -a ${MODPRV} i810 i830 i915 2>/dev/null ;; *nvidia*|*NVidia*|*nouveau*) modprobe ${MODPRV} nouveau 2>/dev/null ;; *radeon*|*Radeon*) modprobe ${MODPRV} radeon 2>/dev/null ;; *mga*|*matrox*|*Matrox*) modprobe ${MODPRV} mga 2>/dev/null ;; *) modprobe -a ${MODPRV} r128 savage sis tdfx ttm via ;; esac modprobe -a drm fbcon; mdev -s ) &