Re: Why does xorg.conf keep getting changed?
jankushka-
You've been a big help and I appreciate the time you've given me. I've tried reinstalling as you said. Still just a blinking cursor when X starts.
But, I think I may have found what the problem is. When I get the blinking course, I switch over to the console and login as root. When I try to start X, the screen flashes black for like a nano second and then errors out. This is basically the last few lines of the error:
So, I'm obviously missing a key module to make the nvidia driver (instead of nv driver) work. When I did a modprobe, I got:
Adept shows the following "nvidia" files installed:
So, I (via adept) reinstalled linux-restrictedmodules-2.6.20-15-generic but that didn't help.
I don't really want to do a complete reinstall but I also don't want to take anymore of your time.
1. Is there a way of getting that module that keeps giving the FATAL error message?
2. If I have to reinstall, is there a way to keep my /home directory, so I don't lose my personal data (of course I will back up first)?
Thanks.
Originally posted by jankushka
You've been a big help and I appreciate the time you've given me. I've tried reinstalling as you said. Still just a blinking cursor when X starts.
But, I think I may have found what the problem is. When I get the blinking course, I switch over to the console and login as root. When I try to start X, the screen flashes black for like a nano second and then errors out. This is basically the last few lines of the error:
Code:
FATAL: Could not open '/lib/modules/2.6.20-generic/kernel/drivers/video/nvidia.ko': No such file or directory. (EE) NVIDIA(0): Failed to load the NVIDIA kernel module! (EE) NVIDIA(0): ***Aborting*** (EE) Screen(s) found, but none have a usable configuration. Fatal server error. No screens found. XIO: fatal IO error 104 (connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining.
Code:
sudo modprobe -i nvidia FATAL: Module nvidia not found
Code:
nvidia-glx-new nvidia-kernel-common
I don't really want to do a complete reinstall but I also don't want to take anymore of your time.
1. Is there a way of getting that module that keeps giving the FATAL error message?
2. If I have to reinstall, is there a way to keep my /home directory, so I don't lose my personal data (of course I will back up first)?
Thanks.
Comment