enygma
04-13-03, 10:49 PM
Well, I have installed Redhat 7.3 on my system. I have been using Redhat 7.3 for a while now. Basically, what happened, right after I installed Redhat 7.3, one of the first things I did was download the latest NVidia drivers. I thought, "Sweet, new drivers in an easy to install file!". So, I download the drivers, install them, and modify my XF86Config-4 file accordingly. I go to restart the X server and the system hangs.
X doesn't load up anymore. I am stuck at a screen full of ASCII characters and I just can't do anthing. My keyboard and mouse are pretty much locked. CTRL+ALT+F2 or anything like that will not work, and it automatically boots into X. I don't know how to avoid booting into X. My linux installation for me is literally rendered useless.
Is there any way that I can boot linux without loading X? Or is there a way I can edit my XF86Config-4 file outside of Linux?
EDIT: I found what the problem was in their errata, but I still wouldn't mind finding out how to get things back to normal.
o Starting X with AGP 8x video cards on systems with KT400 AGP
chipsets cause system hangs.
Solution: this problem can be worked around by disabling AGP
(Option "NvAGP" "0") in your XF86Config file.
Alternatively, you may be able to enable AGP 8x on your KT400 based
system by overriding the default NVreg_EnableAGPSBA registry key.
To do this you can either:
- set the value on the modprobe command line; for example:
modprobe nvidia NVreg_EnableAGPSBA=1
- add an options line to your module configuration file,
usually /etc/modules.conf; for example:
options nvidia NVreg_EnableAGPSBA=1
and use NVIDIA's AGP (Option "NvAGP" "1" in the Screen section
of your XF86Config file).
X doesn't load up anymore. I am stuck at a screen full of ASCII characters and I just can't do anthing. My keyboard and mouse are pretty much locked. CTRL+ALT+F2 or anything like that will not work, and it automatically boots into X. I don't know how to avoid booting into X. My linux installation for me is literally rendered useless.
Is there any way that I can boot linux without loading X? Or is there a way I can edit my XF86Config-4 file outside of Linux?
EDIT: I found what the problem was in their errata, but I still wouldn't mind finding out how to get things back to normal.
o Starting X with AGP 8x video cards on systems with KT400 AGP
chipsets cause system hangs.
Solution: this problem can be worked around by disabling AGP
(Option "NvAGP" "0") in your XF86Config file.
Alternatively, you may be able to enable AGP 8x on your KT400 based
system by overriding the default NVreg_EnableAGPSBA registry key.
To do this you can either:
- set the value on the modprobe command line; for example:
modprobe nvidia NVreg_EnableAGPSBA=1
- add an options line to your module configuration file,
usually /etc/modules.conf; for example:
options nvidia NVreg_EnableAGPSBA=1
and use NVIDIA's AGP (Option "NvAGP" "1" in the Screen section
of your XF86Config file).