I get a CLI instead of a desktop after uninstalling the graphic card driver

Thanks for the newbie-friendly explanation! I’m new to linux so it helps a lot.

I managed to get until here:

And also go to the “search” in Software Management and search for and install “kernel-source” and “kernel-syms” and “linux-kernel-headers”. Ensure the version number of the “kernel-source” and “kernel-syms” PRECISELY matches the kernel version of your kernel.

I found out that my kernel version is:

$ uname -r
2.6.31.5-0.1-desktop

And the kernel-source version is: 2.6.31.12-0.2.1-noarch, as you can see in the image here.

What should I do?

Edit:
BTW, how linux “knows” where is the installation file in the next command:

sh ati*.run --buildpkg SuSE/SUSE112-AMD64

?
Because that the path of the file is: “/home/yourusername” ? (my username is “dor”, so it actually located in “/home/dor”)