• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

KDE only loads when I go into failsafe mode

DarkKnight

Golden Member
After I installed my Nvidia graphics driver, when I try to go into linux regularily, it just goes to the console and kde won't load. But when I go into failsafe mode and type exit it is able to run kde with the nvidia drivers (and it works too because I got quake 3 and Enemy Territory working on it). Whats the problem? Did I accidentaly disable something?
 
here's the message in the console in regular mode:
Nv:could not open control device /dev/nvidiact1(No such file or directory)
(EE)Nvidia(0): Failed to initialize the Nvidia Kernal Module.
(EE)Nvidia(0): Aborting
(EE) screen(s) found, but none have a usable configuration.

Fatal Server Error:
No Screens Found.

Any ideas?
 
failsafe mode? What exactly is that? Is it when your select safe mode or something when you boot up?


Is the module nvidia loaded into memory after you fail to make it into X?

does a lsmod show it? And if it doesn't try the command, depmod. Does that return any errors? Try to insert it manually into memory, by modrpobe nvidia.

check the entries in your Xfree86 log in your /var/log folder. Does X use the same exact configuration file when it works vs when it doesn't. It should say something like "using /etc/X11/XF86Config-4" or something like that.

Also check the output of the dmesg command. Right at the beginning it should tell you the name of the kernel that is being used. If you have to go all the way back to reboot to get into failsafe mode it may be that you are using a updated kernel or something for the regular mode, but you go back to the original kernel from the CD for the failsafe stuff. You may simply have to reinstall the NVidia drivers for the new kernel. Each kernel you use would have it's own /lib/modules/kernel-name folder.
 
thank you! I didn't know that linux had different kernal. When I first used this linux, i didn't know how to get to the command console, so i run linux in failsafe mode to install my nvidia drivers. The drivers were installed in the wrong kernal. now i installed it in the right one and it works 🙂
 
Back
Top