<<
<< Why not use 8.1 or 8.2? I have noticed that 8.1 was a lot easier to install than 8.0. Whatever the problem is, I'd bet that it's fixed in the 8.1 or 8.2 releases. >>
I'm on dialup internet, haha, so it would take me a while to download it.
<< It sounds like an X server problem. >>
What's X server? I'm EXTREMELY new at this. >>
well, linux itself is a command line OS. you type stuff to run programs and whatnot. but most people want a GUI to look at for certain things, and that is X. X is what allows you to have a desktop, with a mouse to click on stuff, etc.
<< I haven't even been able to boot into it yet, all i did was try to install it.
<< Then when you finish the installation, you'll boot to the terminal/console (the Linux version of the DOS prompt in Windows) and you can try and get X working by running xf86config manually. >>
I got it installed, it booted, and got to the screen with the penguin in the upper left corner, and then it goes to a blank screen, but the computer stays active, I just can't see what's going on. I'm not sure what you are saying about running xf86config. I tried booting normal and failsafe, but both do the same thing. There are four boot options but i cannot remember the other two.
Thank you for the reply. I'm just really new to this and I know next to nothing about Linux, i just wanted to give it a try. 🙂 >>
first try this, after the screen goes blank, try hitting ctrl+alt++ or ctrl+alt+- (plus/minus signs on numpad) and keep trying some of those, see if you can change the resolution, that could be a problem. if that doesnt work, try hitting ctrl+alt+F2 and see if that gets you to a virtual console. there you can log in and try doing this:
killall kdm
killall gdm
killall xdm
try those in that order until it looks like you successfully killed one. if you get the message "no process killed" then you didnt kill it. after that, hit ctrl+alt+f7, wait a couple seconds, then hit ctrl+alt+backspace (not delete!) and that should kill X. then you can try to configure it.