Results 1 to 9 of 9
I've just installed Mandrake Official 10.0 on my system. I have a Nvidia Geforce FX 5500, and the test in post installation does show me the rainbow on the screen. ...
- 02-27-2005 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 5
Complete Linux newbie cannot get into Mandrake?!
I've just installed Mandrake Official 10.0 on my system. I have a Nvidia Geforce FX 5500, and the test in post installation does show me the rainbow on the screen. After installation, I reboot my pc and it takes me to the lilo prompt. I select to load Linux and it starts to load, but then my screen goes black and nothing happens. Anyone knows why this is? I've entered linux under safe mode and tried to start kde and gnome from bash, but it comes up with error messages and says things like cannot connect to x server or cannot find display "". When I try to start the x server by typing xstart the screen just goes black like it did before. Can anyone help me??? Many thanks.
- 02-27-2005 #2Just Joined!
- Join Date
- Feb 2005
- Location
- Europe, Macedonia
- Posts
- 12
Well I had the same problems in the past, but I cant remember the answer at the mommnet so I'll give more hints that you can try. First It my be the frequency of the monitor try to change it (I dont think this is the problem).
2. Try to add this in your /etc/x11/XF86Config> look for the "driver=nv or nvidia" and in the next line add Option "NvAGP 2" or "NvAGP 0" or both.
it should look something like this>
Option "NvAGP 2"
Option "NvAGP 0"
the add this in /etc/modules.conf
>
alias nvidia /dev/nvidia*
and if this does not work download the drivers for you graphics card (for nvidia www.nvidia.com). Another thing, you CANT start the X server under "FailSafe" see the runlevel. To start the X server you MUST be in runlevel 5.
this is all I can think of. Hope you get the X server UP.
I asume that you have nvidia graphic card. For ati, dont have any idea..
Regards
- 02-27-2005 #3Just Joined!
- Join Date
- Feb 2005
- Posts
- 5
Thanks for your help. I have tried what you've said, but I seem to still get the same black screen. I have already tried installing the latest driver. When I did it went a bit crazy during installation. For some reason it kept switching between the installer and the command prompt and all these weird characters appeared on screen when I tried typing stuff. This is rather frustrating!
- 02-27-2005 #4Just Joined!
- Join Date
- Aug 2004
- Location
- UK
- Posts
- 79
Re: Complete Linux newbie cannot get into Mandrake?!
This is just a full of hope quickie but did you really mean 'xstart' rather than that just being a typo becuase if you meant that then that wld be part of your problem because it is actually'startx'.
Originally Posted by Crackerjack
I'm really hoping that that is all that is wrong in which case you might be then all right
- 02-28-2005 #5Just Joined!
- Join Date
- Feb 2005
- Posts
- 5
nah i meant startx, couldnt remember which way it went, but MIsTeRIoZ was right about needing to be in run level 5. Still doesn't seem to work tho. Even the new drivers didnt seem to work.
- 02-28-2005 #6Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
You need to append nvidia to the /etc/modules.preload file, it is incorrectly set to nvidia agp
Just remove this reference. I'm assuming you have loaded the nVidia driver from the website?
- 02-28-2005 #7Just Joined!
- Join Date
- Feb 2005
- Posts
- 5
yer, thanks. i didn't need to do that but I've sorted it now, so thanks for all of your help guys! (and girls)
- 02-28-2005 #8
Glad you got up and running.
What worked for you...just so the next guy can do a search and find the solution?There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 03-01-2005 #9Just Joined!
- Join Date
- Feb 2005
- Posts
- 5
Well I installed the newest drivers and then edited /etc/X11/XF86Config.
Changed driver from "nv" to "nvidia" and added:
Then I edited /etc/modprobe.preload and added:Code:Option "NvAGP 3"
And finally I edited /etc/modules.conf and added:Code:nvidia
Code:alias nvidia/dev/nvidia*


Reply With Quote
