--- ./xconfig.1 2005-03-06 00:35:03.310525280 +0100 +++ ./xconfig 2005-03-06 00:09:07.000000000 +0100 @@ -115,6 +115,22 @@ # To disable blinking on some savage cards echo "Option \"UseBIOS\" \"$USEBIOS\"" >> $XorgConfig fi + +################################################################################################ + if echo $LINE | grep -i boardname 1> /dev/null ; then + # some card-specific treatment, when needed + boardname=`echo $LINE | awk '{ print $2}'`; + + case $boardname in + ("\"ViRGE/GX2\"") + echo "Option \"NoDDC\"" >> $XorgConfig + ;; + ("\"i81x\"") + ;; + esac; + fi +################################################################################################ + if echo $LINE | grep -i Section | grep -i Monitor 1> /dev/null ; then # X -configure leaves out the refresh frequency # We'll work around this.