Suse/NovellThis Forum is for the discussion of Suse Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am using Suse 10.0 and I just upgraded via synaptic using apt4suse. It installed the the new Xorg. On reboot however my upgrade has killed X and I am left to login at the prompt. I checked the var/log for this error and it states repeatedly that no screens exist.
I use an NVIDIA based card the 5600 card, and up until this update I had the nvidia drivers installed and working.
I went into the prompt and wget the nvidia drivers then tried to install this. However as there is no precompiled kernel interface and so this fails.
My actual Xorg.conf looks normal too.
Any idea's how to get Xorg working again?
I just remebered apt-get had been failing recently to the kde source failing so I re-ran "install-apt4suse --update-srclist" and then did the upgrade via synaptic.
I assume you forgot to backup your xorg.conf before you tried the new xorg and the nvidia drivers? .... Chalk that up to experience,.... always keep a backup of your xorg.conf.
You could now try to boot to run level-3, (ie text mode) and loggin as user "flebber" (ie your normal login user account). Then type "su" to get root permissions, and go backup your xorg.conf file (so that you can restore it later if need be). After backing up your xorg.conf, type "sax2" and configure your Xwindows. Pick a conservative setting and test it. Then exit sax2, type "exit" to go back to user "flebber", and type "whoami" to confirm you are user "flebber". Then type "startx" to see if your xwindows works.
If so, after you loggout you will be back in run level 3. Type "su" to get root permissions, followed by "shutdown -r now" (to reboot) or "shutdown -h now" (to shutdown).
Hopefully after this, you won't have to reboot to run level 3.
Last edited by void_linux; 02-03-2006 at 05:16 PM.
I have fixed it I used yast on the command line to remove a bad kernel installed thru apt 2.6.15-jad2, reinstalled Xorg and nvidia. I recreated the error again after initially fixing it and it seems to be the bad kernel, I got as Xorg works fine with the suse default kernel that installs.
I have fixed it I used yast on the command line to remove a bad kernel installed thru apt 2.6.15-jad2, reinstalled Xorg and nvidia. I recreated the error again after initially fixing it and it seems to be the bad kernel, I got as Xorg works fine with the suse default kernel that installs.
Glad to read your Xwindows works now. Thanks for sharing your solution.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.