[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Just Lost KDE Access



Joris Huizer wrote:

Scarletdown wrote:

Kent West wrote:

Ah; since Knoppix is a mix-mash of several branches of Debian as well as a few other sources thrown in, I'm not surprised things went wrong. Knoppix is a _Great_ LiveCD, but it has some definite drawbacks as an installed system, IMO.



The reason I went the Knoppix route was because when I tried installing Debian originally, I was not able to get either of the onboard NICs to work (Asus A7N8X Deluxe MB), but Knoppix was able to at least recognize the 3Com NIC just fine, and I wanted to be up and running fast instead of spending days trying to figure out how to get the nForce drivers set up. In fact, it was someone here on this list who recommended using the knx-hdinstall feature to install Knoppix to the hard drive. :D

What I'd do is clean up /etc/apt/sources.list to just point to official Debian mirrors, the sid branch, then "apt-get update" followed by "apt-get dist-upgrade", followed by lots of repair, including "apt-get --reinstall install x-window-system kde".

Or thereabouts.

But you could try just "apt-get install kde" and see what that does for you.


I already tried apt-get install kde and was informed that KDE was already the latest version. So, I will now try the update/dist-upgrade/reinstall technique and see if that fixes things. If it doesn't, then I am going to go ahead and do a total reinstall. At least I have copied my home directory onto another partition, so I should be able to recover my settings and documents afterwards.


In that case, try
  apt-get --reinstall install kde
It'll install kde again even though it's allready installed - and it'll probably fix the problem with gdm

An alternative is, have a look at /etc/gdm/Sessions, it should contain a file KDE like the one I attached

I hope this helps. I'm sure you don't need to reinstall like that

regards,

Joris

------------------------------------------------------------------------

#!/bin/sh
#
# /etc/gdm/Sessions/KDE
#
# global KDE session file, used by gdm

exec /etc/X11/Xsession /usr/bin/kde3
You can also test to make sure KDE works by shelling out to a console (Ctrl-Alt-F2), creating/editing a ~/.xinitrc file with the single line in it "startkde", and then starting X on a different VT with "startx -- :1".

If KDE starts, you know the problem is in gdm; if it doesn't, you know the problem is in gdm.

--
Kent



Reply to: