MagnaWolf wrote:Hi.
I installed Linux Mint KDE today and after I did the sudo apt-get dist-upgrade thing it only start up in text mode. I haven't got a clue how to configure my graphics card in the terminal. What do I do? I seem to be able to boot up in a previous installation though.
What version of Mint KDE did you install in the first place?
apt-get dist-upgrade is generally used to upgrade your system in place to the next version. In place distribution upgrades are generally not advised because, as you found out it can break your system. The best thing to do is to have a separate /home partition and do a fresh install without reformatting /home. In the future if you simply want to update your system using apt use this command.
- Code: Select all
sudo apt-get update && sudo apt-get upgrade
"I see" said the blind man to the deaf man who stuck his wooden leg out the window to check the weather.