diff -Naur magellan-initscripts-alx/etc/rc.d/init.d/hwdetect magellan-initscripts-alx-fixed/etc/rc.d/init.d/hwdetect --- magellan-initscripts-alx/etc/rc.d/init.d/hwdetect 2010-12-08 13:29:06.000000000 +0100 +++ magellan-initscripts-alx-fixed/etc/rc.d/init.d/hwdetect 2010-12-09 13:01:10.000000000 +0100 @@ -252,7 +252,7 @@ then local modeline="$(/usr/X11R6/bin/cvt 1024 767 60 | sed -e 's:^:\t:g' -e 's:_.*\":\":')" echo 'Section "Monitor"' >> ${xfconfig} - echo ' Identifier "mon0"' >> ${xfconfig} + echo ' Identifier "Monitor0"' >> ${xfconfig} echo ' Option "DPMS"' >> ${xfconfig} echo "${modeline}" >> ${xfconfig} echo 'EndSection' >> ${xfconfig} @@ -260,7 +260,7 @@ else # some conservative default values echo 'Section "Monitor"' >> ${xfconfig} - echo ' Identifier "mon0"' >> ${xfconfig} + echo ' Identifier "Monitor0"' >> ${xfconfig} echo ' HorizSync 28 - 96' >> ${xfconfig} echo ' VertRefresh 50-60' >> ${xfconfig} echo ' Option "DPMS"' >> ${xfconfig}