OK, so you successfully installed. So, at the green boot menu screen, in the Boot Options line down below, type just the number "3" (without quotes!). That will take you to a command line prompt, login as your user. Then do this (the "su" will prompt you for the root password):
Code:
su
sax2 -r -m 0=vesa
exit
startx
If that doesn't work, try:
su
sax2 -r -m 0=radeon
exit
startx
If the gui doesn't start, each time you should see some error message from the X server. Post that back here. And, to the following:
Code:
more /etc/X11/xorg.conf
That will scroll the X server configuration file. Look for the "Device" Section, you should see something like this:
Section "Device"
Identifier "Device[0]"
Driver "radeon"
VendorName "ATI"
BoardName "ATI Radeon Express 1150"
Screen 0
EndSection
That is just an educated guess. Post back here what yours actually is.
Bookmarks