--- trunk/magellan-initscripts/etc/rc.d/init.d/hwdetect 2008/10/05 10:33:37 779 +++ trunk/magellan-initscripts/etc/rc.d/init.d/hwdetect 2008/12/22 22:00:32 780 @@ -1,5 +1,5 @@ #!/bin/bash -# $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/hwdetect,v 1.7 2008-04-10 20:26:46 niro Exp $ +# $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/hwdetect,v 1.8 2008-12-22 22:00:32 niro Exp $ # note: must be startet before /etc/rc.d/init.d/modules !!! @@ -292,7 +292,7 @@ else # some conservative default values add_x11conf 'Section "Monitor"' - add_x11conf ' Identifier "mon0"' + add_x11conf ' Identifier "Monitor0"' add_x11conf ' HorizSync 28 - 96' add_x11conf ' VertRefresh 50-60' add_x11conf ' Option "DPMS"' @@ -314,7 +314,7 @@ then # vmware module has some probs with fb consoles # very dirty glyphes appear, so we use vesa instead - [[ ${XMODULE} = vmware ]] && XMODULE="vesa" + #[[ ${XMODULE} = vmware ]] && XMODULE="vesa" # i810 needs the intel-agp kernel module to run probably [[ ${XMODULE} = i810 ]] && \ @@ -498,8 +498,8 @@ ########### main part starts here ############## -source /etc/sysconfig/rc -source $rc_functions +source /etc/conf.d/rc +source ${rc_functions} case $1 in start)