System stop on “Reached graphical interface” OK
after update with zypper. I can login to console but GUI seems to be broken. Nvidia driver re-installation does not help. zypper output during reinstallation
Basically I am running kernel 3.9.2 installed using SAKC and using SANDI to install nVIDIA driver 319.17, automatically with DKMS on each kernel update. Following the very latest kernel, now at 3.10-rc1, but the NVIDIA driver 319.17 does not yet work with kernel version 3.10.
LNVHW works with openSUSE 12.3 as well. It is designed to run from terminal with no desktop loaded. I gave links to how to obtain run level 3 and to not load your desktop as well as the need for the kernel load option nomodeset. Check out the links I have already provided and do some reading on each subject.
Thanks a lot, will give a try. But the better choice for me is to downgrade, I think. Can I? I tried to switch to kernel 3.7.10-1.1. but also failed to load X
If that doesn’t help, please post your /var/log/Xorg.0.log.
And the boot menu is the thing that appears right after you turn your computer on. Where you can select to start openSUSE or other installed operating systems like Windows. There you can also select the older 3.7.10-1.1 kernel under “Advanced Options” as mentioned by vazhavandan…
Removed it again, also get strange warnings, see below
zypper rm x11-video-nvidiaG02 nvidia-gfxG02-kmp-desktop nvidia-computeG02
Retrieving repository 'KR410' metadata ...................................[done]
Building repository 'KR410' cache ........................................[done]
Loading repository data...
Warning: Repository 'openSUSE-12.3-Update-Non-Oss' appears to outdated. Consider using a different mirror or server.
Warning: Repository 'openSUSE-12.3-Update-Non-Oss' appears to outdated. Consider using a different mirror or server.
Reading installed packages...
Resolving package dependencies...
Well, that’s the log from booting with the 3.7.10-1.1 kernel, there are no errors in there.
You should post the Xorg.0.log when booting the 1.4 kernel and X fails to start.
You could also boot into 1.1 after a failed boot and then post /var/log/Xorg.0.log.old
But: Have you tried to reinstall the nvidia driver when running the 1.4 kernel? Or did you do it while running the 1.1 one?
You should do the former. (Maybe boot the recovery option if you can’t get to text console login by pressing Ctrl+Alt+F1)
Somehow I misread that, sorry!
So it doesn’t even work with the 1.1 kernel? But there are no errors in your log file…:
Have you tried the recovery boot option?
Are you using KDE 4.10.3 from the additional KDE repo, by chance?
There was a bug in the kdm package there which caused the login screen to not appear.
If that’s the case, please update to the latest package:
reinstallув the nvidia driver when running the 1.4 kernel, same problem. It boots is I log in as root from console (but not if I log as a user) and run startx.
So you seem to have a mixture of KDE 4.10.2 packages from the update repo and KDE 4.10.3 packages from KR410. I guess this is the reason for your problem.
Please select solution 1 above to switch all kdm related packages to the 4.10.3 version.
And please check that all your KDE packages come from KR410…
Noticed an error message above the screen right after login to KDE:
Can't mount -Hitachi_HTS543216L9A300_090425FB2200VCF6KT6A
This is a system hard drive, but everything work well.
Maybe it can’t be mounted because it’s already mounted?
Check the device notifier’s automount settings. (Configure Desktop->Removable Media).
Also during system start it says
/home/abuild/rpmbuild/BUILD/kernel-default-3.7.10/lima-3.7/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
doing fast boot
Why are you running kernel-default now? In your first post you list nvidia-gfxG02-kmp-desktop as installed.
Maybe you only have kernel-default-base installed which contains just a minimal set of modules and possibly doesn’t include the rtc module.
Please show the output of:
In device notifier’s automount settings for “147 Gb hard drive” automaount on login disabled and automount on attach disabled. But above that common option are all enabled.
Is there a reason you installed both default and desktop kernels??? lol
You really only need one type though keeping several ver of the same type is ok.
Also seem like your rpm database is wacky showing the same version multiple times.
I use kernel-desktop and do not use kernel-desktop-base or any kernel that has the word “base” in its name. If you open up terminal, you can use this command to determine the loaded kernel:
uname -r
If it does not use the word “base”, you can open up YaST / Software / Software Management, search on kernel and unckeck only those files that use the word “base” in them. It seems there were only two in your list:
I would recommend to uninstall kernel-default and kernel-desktop-base (that’s a stripped down kernel-desktop with lots of modules missing) and just use kernel-desktop.
You should also reinstall nvidia-gfxG03-kmp-desktop then.