Announcement

Collapse
No announcement yet.

installed kde4rc2.. failed miserably; help?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    installed kde4rc2.. failed miserably; help?

    Hello..

    Followed the instructions to install kd4, rc2...

    but I could never log in to it, so I said okay.. whatever, I'll just remove it.

    I "sudo apt-get remove"'d all the packages it had installed..

    When I reboot, I Just get a black screen.. I don't ever get a login manager.. it's like the computer is trying to find kde4, but can't..

    I just want a way to restore kde3, and make it the main window manager..

    I tried booting into recovery mode, and "Startx" and "startkde" - but that just crashes, and returns me to a prompt.

    Help??

    #2
    Re: installed kde4rc2.. failed miserably; help?


    Do you get error messages when you try to start kdm (KDE display manager) ?
    In the text mode:
    Code:
    sudo /etc/init.d/kdm start

    Is there errors in the Xorg.0.log. Xorg.0.log is log file for X Windowing Server. It is in /var/log/.

    Just errors:
    Code:
    grep "(EE)" /var/log/Xorg.0.log
    Just warnings:
    Code:
    grep "(WW)" /var/log/Xorg.0.log

    I "sudo apt-get remove"'d all the packages it had installed..
    Log for dpkg is in the /var/log/dpkg.log (and dpkg.log.1, dpkg.log.2.gz, dpkg.log.3.gz). Dpkg - package manager for Debian. (apt, aptitude, adept, synaptic => dpkg)

    Looking removed packages:
    Code:
    grep remove /var/log/dpkg.log

    Links:

    HOWTO : Repairing xorg.conf
    http://kubuntuforums.net/forums/inde...opic=3082808.0

    How to get started with no GUI
    http://kubuntuforums.net/forums/inde...opic=3085112.0

    LinuxLogFiles
    https://help.ubuntu.com/community/LinuxLogFiles
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment

    Working...
    X