Try to get into the control panel if possible and set the color to 16bit and check the refresh rate.
If all else fails press alt+F1 or cntrl+F1 or shift+alt+F1 or cntrl+F7 etc. etc. just try combinations of the F keys.
One of these should get you into the terminal mode, and you will need to log in, then open Xorg.conf with nano to fix the display settings.
type
Code:
cd /etc/X11/
nano xorg.conf
Code:
Section "Screen"
Identifier "Default Screen"
Device "S3 Inc. ProSavage KN133 [Twister K]"
Monitor "Generic Monitor"
DefaultDepth 24
# Skipping some text to improve readability
SubSection "Display"
Depth 24 */ << change this */
Modes "1024x768"
EndSubSection
EndSection
(nano is a text editor btw.)
Sorry that this is a bit confusing, I know this is hard to understand when you don't understand how Linux works. PM me and I would be happy to walk you through it if I can.
look here for help