To try using a generic driver:
1)at startup, when bios passes off to Grub bootloader, press the down arrow
2)press the 'e' key [e=edit]
3)press the down arrow to get to the 2nd line [starts with 'kernel /vmlinuz']
4) at the end of the line type in 'xdrvr=vesa' [without the quotation marks]
5) hit 'enter' key then the 'b' key [b=boot]
If that doesn't work
To get into run level 3
1)at startup, when bios passes off to Grub bootloader, press the down arrow
2)press the 'e' key [e=edit]
3)press the down arrow to get to the 2nd line [starts with 'kernel /vmlinuz']
4) press the 'e' key again to edit that line and add the number '3' to the end, just the number, not the quotation marks.
hit the enter key, then the 'B' key to boot.
The screen should be showing a 'lot' of white writing on a black background , and when it stops, you'll have a login prompt. If not, then ctrl+alt+F1 key to get to a 'VT' or virtual terminal.
login with your normal user name then password
type in
and hit enter.
If this doesn't work -- ctrl+alt+backspace
Code:
su - [hit 'enter']
[enter root password here] [hit 'enter']
kdm [hit 'enter']
The window manager is now using KDM instead of GDM, which means that instead of using Gnome's Desktop Manager, you are using KDE's desktop manager.
If none of these work, I apologize, I'm out of easy to do ideas, and we'll have to start doing things the hard way.
Bill