Just installed 11.0 KDE and after updating/patching, upon restart it goes to the terminal instead of the desktop.
Not sure how to troubleshoot this, was curious what command I could type into the terminal to see if it will start the GUI Desktop, or if it will give me an error so I can post here for help.
So, what is the command to start the desktop from the terminal in 11.0 KDE?
If you just installed with KDE 4, be sure to update it to KDE 4.1.x. That may itself resolve the problem. To scroll the X server messages, from the command line as root do:
>
> Just installed 11.0 KDE and after updating/patching, upon restart it
> goes to the terminal instead of the desktop.
>
> Not sure how to troubleshoot this, was curious what command I could
> type into the terminal to see if it will start the GUI Desktop, or if it
> will give me an error so I can post here for help.
>
> So, what is the command to start the desktop from the terminal in 11.0
> KDE?
>
> Thanks
>
>
Sounds more like your video driver isn’t set up properly and you’re being
dropped to the text console.
the ‘startx’ command mentioned won’t help.
Log in as root, and try these commands:
init 3
sax2 -a -r -m 0=vesa
init 5
Which should bring you into the GUI system where you can more easily update
and install the proper drivers for you video system.