Thanks Andy. I'm going to give this a try and let everyone know my progress.<br><br>
<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">When you run off the live CD, is the resolution stuck at 640x480 as<br>well? If so, try this ;
<br><br>1)Open a terminal and type sudo gedit /etc/X11/xorg.conf. This will<br>bring up you xorg.conf
 file in an editor.<br><br>2) Scroll down to the part that says something similar to below;<br>Section "Device"<br>        Identifier      "Intel Corporation 82845G/GL[Brookdale-G]/GE<br>Chipset In$<br>        Driver          "i810"
<br>        BusID           "PCI:0:2:0"<br><br>3)Now change the part after Driver to look like this;<br>Driver          "vesa"<br><br>4) save file and exit gedit.<br><br>5) restart the Xserver with ctrl+alt+backspace and you should have
<br>higher resolution.<br><br>6) If it worked with live CD, do the same to your installed Ubuntu. This<br>will get you to a point where you can at least use the thing and try to<br>get the right drivers working.</blockquote>