Find the answer to your Linux question:
Results 1 to 9 of 9
Hi All I have debian etch on Intel laptop, dual boot with WinXP. I asked apt-get to upgrade to the latest K3B version. It told me that 320 MB of ...
  1. #1
    Just Joined!
    Join Date
    May 2009
    Posts
    5

    Thumbs down KDE upgrade results in black screen

    Hi All

    I have debian etch on Intel laptop, dual boot with WinXP.

    I asked apt-get to upgrade to the latest K3B version. It told me that 320 MB of downloads are needed, and KDE will also be upgraded along with it. I agreed. Some errors did show during the process, but the script continued till the end so I didnt pay much attention.

    On rebooting, KDE stopped working. I get the login screen, which I login. Then it shows that KDE is building the desktop, and then a black screen with only the mouse cursor showing.

    I tried everything on this thread: forum/debian-linux-help/92317-fresh-debian-install-kde-loading-blank-screen.html

    I have an ATI display card, and downloaded new drivers, build them and then did reconfigure. Now I could see the new drivers, but even on selecting those its the same issue. Maybe I am doing something wrong, but I dont know what it is. The build process went through without a glitch.

    I use the GRUB single user mode to do these things, logged in as root. It may have to do something with my monitor: when I do reconfigure, the monitor is not autodetected and says 'Generic monitor'. However, as far as I can remember this was always the case.

    Please help. Should I try to reinstall KDE? How do I do that? I dont have a lot of experience with Linux, although I have used it for the past one year.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Boot up in Command Line Mode, runlevel 3 and execute startx command. Post exact error message here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    May 2009
    Posts
    5
    How do I enter runlevel3?

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Highlight Debian title in GRUB Menu and press e. Select kernel line and press e again. Type 3 at the end of line. Hit Enter key and press b. Debian will boot up in runlevel 3.

    Highlight Debian title -- e -- select kernel line -- e -- type 3 - Hit Enter key -- b
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    May 2009
    Posts
    5
    Tried to follow your settings, but KDE started up already automatically. Hence killed it and then reran it using startx. The console didnt show anything that looked like an error message, so linking the log file here. hopefully this helps, it does have what looks like some error messages
    Attached Files Attached Files

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Open /etc/X11/xorg.conf file with root privileges. Set Driver "vesa" in Video Card section.
    In case it doesn't work, post the contents of /etc/X11/xorg.conf file here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    May 2009
    Posts
    5

    Exclamation

    Tried editing xorg.conf doesnt work. Attached here. (I reverted back to fglrx after having tried vesa and restarted).

    Thanks for your help so far.
    Attached Files Attached Files

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Rename xorg.conf file and try to reconfigure display.
    Code:
    cd /etc/X11
    su -
    mv xorg.conf xorg.conf.bak
    dpkg-reconfigure xserver-xorg
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Just Joined!
    Join Date
    May 2009
    Posts
    5

    No luck :-(

    Still no luck. What is wrong? Do the logs tell you something?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •