No need to compile a kernel! Unless, of course, you want to anyway.
Edit /etc/default/grub
And change this line:
GRUB_CMDLINE_LINUX_DEFAULT="text splash nomodeset=1 vga=791"
To this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.modeset=1 vga=791"
As explained in this thread: http://www.backtrack-linux.org/forum...ad.php?t=42393
And then you can use the stock BackTrack kernel with no problem.
And if you want to avoid loading a stock Ubuntu kernel altogether, boot from the LiveCD, select "Text Mode," hit 'tab,' and change the boot parameters to this: quiet splash i915.modeset=1 vga=791.
Then startx will work on the live cd.


