Results 1 to 10 of 25
Every time my computer boots up X fails to start. To get it working I need to reinstall the NVIDIA drivers.
The Xorg log file has the following error:
(EE) ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-12-2008 #1
NVIDIA need reinstalling after every reboot
Every time my computer boots up X fails to start. To get it working I need to reinstall the NVIDIA drivers.
The Xorg log file has the following error:
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module! Please ensure
(EE) NVIDIA(0): that there is a supported NVIDIA GPU in this system, and
(EE) NVIDIA(0): that the NVIDIA device files have been created properly.
(EE) NVIDIA(0): Please consult the NVIDIA README for details.
(EE) NVIDIA(0): *** Aborting ***
(EE) Screen(s) found, but none have a usable configuration.
Any ideas on how to fix this?Linux User #453176
- 02-12-2008 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Just guessing here, but try using your package manager to actually remove your old nvidia package, then use it again to reinstall the nvidia package.
oz
- 02-12-2008 #3
The driver was installed manually so it can't be removed with the package manager
Linux User #453176
- 02-12-2008 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Ok, you might try removing it manually, and then reinstalling manually. If you've installed one version over another, I'm thinking the new version is not completely overwriting the old one, hence you to have to reinstall on each boot.
That's what happened to me on the my last nvidia driver upgrade.oz
- 02-12-2008 #5
How would I go about removing it manually?
Linux User #453176
- 02-12-2008 #6Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
From the sounds of it the module isn't auto-loading on boot. This used to happen a good bit in SUSE and Mandriva - are you using either of these distros?
Post the contents of /etc/modprobe.conf and/or /etc/modules. If you are using SUSE open YaST, /etc/sysconfig-editor and then check out the section under kernel MODULES_LOADED_ON_BOOT checking for an entry for nVidia.
- 02-12-2008 #7forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
If it turns out not to be the module problem as suggested by bigtomrodney, you can go to your nvidia installation directory and try using the --uninstall option to remove it. You might find some directions for using the option in a readme file in that directory.
oz
- 02-12-2008 #8
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
fuse
lp
I'm using KubuntuLinux User #453176
- 02-12-2008 #9Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Add a line to that file like this -
Alternatively if possible, remove the driver using the .run file (you can check how using the options --help) and try to use the Restricted Drivers manager to install the driver. That way any kernel updates will automatically include a new driver rather than needing to recompile the kernel shim.Code:# /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. fuse lp nvidia
- 02-12-2008 #10
Tried all these things...
The only thing that allowed me to start my xserver was to uninstall the driver with the Restricted Drivers managerLinux User #453176


Reply With Quote
