--- x-setup.orig 2009-09-21 18:44:34.000000000 -0400 +++ x-setup 2009-09-21 18:45:35.000000000 -0400 @@ -1,12 +1,5 @@ #!/bin/bash -# Check for an xorg.conf -if [ ! -e /etc/X11/xorg.conf ] -then - echo "ERROR: /etc/X11/xorg.conf cannot be found! Exiting" - exit 1 -fi - if [ -f /sbin/livecd-functions.sh ] then source /sbin/livecd-functions.sh