Hello,<br><br>After installing Ubuntu 12.04 LTS using ubuntu-12.04.2-alternate-amd64.iso and compiling and installing Xorg, I am unable to configure.  My procedure for installation is detailed below:<br><br>sudo apt-get install dh-autoreconf libudev-dev dpkg-dev libgcrypt11-dev 
libgl1-mesa-dev libpciaccess-dev libxkbfile-dev libxfont-dev 
libpixman-1-dev x11proto-bigreqs-dev x11proto-composite-dev 
x11proto-core-dev x11proto-damage-dev x11proto-dmx-dev x11proto-dri2-dev
 x11proto-fixes-dev x11proto-fonts-dev x11proto-gl-dev 
x11proto-input-dev x11proto-kb-dev x11proto-print-dev x11proto-randr-dev
 x11proto-record-dev x11proto-render-dev x11proto-resource-dev 
x11proto-scrnsaver-dev x11proto-video-dev x11proto-xcmisc-dev 
x11proto-xext-dev x11proto-xf86bigfont-dev x11proto-xf86dga-dev 
x11proto-xf86dri-dev x11proto-xf86vidmode-dev x11proto-xinerama-dev xserver-xorg-dev x11proto-xcmisc-dev xutils-dev<br><br>sudo apt-get source xserver-xorg-dev-lts-quantal<br><br>cp -r <that source directory> xserver<br>

<br><b>Drop to single user mode</b><br><br>cd xserver<br>sudo ./configure<br>sudo make<br>sudo make install<br>sudo reboot<br><br>After rebooting, I am unable to configure.<br><br>trying to X, xinit, or startx will cause the server to fail with:<br>

     Fatal server error:<br>     No screens found<br><br>trying to Xorg -configure will fail with:<br>     Missing output drivers.  Configuration failed.<br>     Server terminated with error (2).  Closing log file.<br><br>
I am installing this on VirtualBox 4.2.14.  The host operating system is Ubuntu 12.04.2 LTS.  Any information which will lead to a remedy would be greatly appreciated.<br><br>Thank you for your time.<br>