Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Like title, I can't anymore start kde in a normal way. I've to - in the grub menù - choose "recovery mode" and then "recover normal start" (could be slightly different... kde is in italian). When I try to use the normal way and I try to startx it says the nvidia driver not loaded (I've tried several times to reinstall it).

Can I try something?

share|improve this question
Could you add more information ? Your system ? - GPU ? Open/Proprietary drivers. Did you install/remove/upgrade something ? Do you get the graphical log in screen (KDM) ? Or just the text log in ? – user26687 Oct 24 '11 at 17:11
This question appears to be abandoned, if you are experiencing a similar issue please ask a new question with details pertaining to your problem. If you feel this question is not abandoned, please flag the question explaining that. :) – jrg Jan 24 '12 at 14:16

closed as too localized by Marco Ceppi Jan 24 '12 at 15:54

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

Something to try

When you start the KDE normal way and end to the text screen (?). Examine the Xorg logs: /var/log/Xorg.0.log.

A command to look the errors:

grep "(EE)" /var/log/Xorg.0.log

A command ro look warnings:

grep "(WW)" /var/log/Xorg.0.log

With the error/warning messages you could do a net search and find a possible solution.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.