I have just moved to tumbleweed and I have a few questions.
When 12.1 comes out do I just need to perform zypper update to upgrade to it?
I saw that it downloaded kernel version 2.6.39 yet after a reboot I still find myself in 2.6.37 why?
I also have the latest ATI drivers which have failed to install (this one is not a big deal, I have had this before, I was just wondering whether it was tied together with the kernels or something, ATI driver version 11.6)
It’s hard to say if Tumbleweed will be equal to 12.1 when it’s released, but it should be close. And yes, you can update using zypper.
I saw that it downloaded kernel version 2.6.39 yet after a reboot I still find myself in 2.6.37 why?
Either you have two kernels installed or the 2.6.39 kernel wasn’t installed. You can check what you have by typing this in a terminal:
rpm -qa | grep kernel
Possibly another package wasn’t available or wasn’t chosen by you to be installed that the 2.6.39 kernel needed.
I also have the latest ATI drivers which have failed to install (this one is not a big deal, I have had this before, I was just wondering whether it was tied together with the kernels or something, ATI driver version 11.6)
I use nvidia so I can’t help you with ATI.
So I have read the page regarding tumbleweed and the only difference I saw from the normal releases was that it is a rolling release of a stable branch, is that correct?