Two packages?
The driver consists of 3, 4 or 5 packages, depending on the version.
Please check that there are no nvidia packages left:
rpm -qa | grep nvidia
Normally uninstalling the packages should be enough to switch back to nouveau.
Reasons: goolged the error message, some people said that it might be nvidia driver problem.
What error message?
“Oh no something went wrong”?
This indicates a generic problem, likely related to broken OpenGL support.
So yes, it was supposedly related to the nvidia driver, but that may be fixable.
Please install “Mesa-demo-x” and run “glxinfo” and post the output.
Mesa-demo-x installed, and glxinfo gave the following error:
error while loading shared library: libnvidia-tls-so.367.44, cannot open shared object file:
no such file or directory.
I guess because I deleted the nvidia driver.
Ok, so as suspected, there still seem to be parts of the nvidia driver on your system.
Add ‘3’ or even ‘1’ to the boot options.
If all else fails, you could also try “init=/bin/sh” which boots into a minimal text mode system with no system services started at all, but at least you/we may be able to repair your system then.
“ctrl-atl-f1” could send me to the console and I could login, so I do not need 3 or 1 or init?
No.
So your system is not frozen at all.
Just Xorg fails to start.
That is, unless you created an /etc/X11/xorg.conf/ that tells Xorg to load the nvidia driver. If you have such a file, delete it.
There is no folder of xorg.conf, but xorg.conf.d. I deleted all files generated nvidia in X11 and xorg.conf.d
xorg.conf would be a file.
You should not delete anything in xorg.conf.d, nvidia doesn’t generate anything in there.
Otherwise, please post you Xorg log.
Normally it should be located in /var/log/, but not if you use gdm. Unfortunately I don’t know exactly where gdm stores it, I think in ~/.local/share/
/var/log/ and ~/.local/share/ are empty. journaltcl gave me a lot of logs, do you know how to specify the xorg log? google do not give a proper answer.
According to Google, “journalctl _COMM=Xorg” or “journalctl /usr/bin/Xorg” should work.I do remember reading of a file where gdm stores the log, but I can’t remember where that was. Maybe in /var/run/ or similar then.
Summary: I could login in text mode, could install softwares.
Just got problem with the graphic card display. I have gtx950
card. What should I do next?
As mentioned, there likely are parts of the driver still installed.
Removing that should fix your problem.
You chould be able to get to a graphical system by setting DISPLAYMANAGER=“xdm” in /etc/sysconfig/displaymanager if you feel uncomfortable in text mode. This would also give us a proper /var/log/Xorg.0.log.
(you probably should set DEFAULT_WM=“icewm” in /etc/sysconfig/windowmanager as well, to use the simple IceWM instead of GNOME, which likely won’t start)