[quote]
If you want proof (and are marginally less intelligent than I am willing to give you credit for) run "rm -R /" as a normal user and then as root, You will quickly see how even a simple command as root can destroy your entire system.
[/quote]
Thanks for the backhanded compliment.
[quote]
GUI tools are easier to make mistakes in than if you have to type everything. A text interface also only lets you do one thing at once making it far more likely that you will notice a mistake and just issue the right command in general.
[/quote]
Okay, makes sense.
[quote]
Sometimes you cant get around being root though, and that is when you use su. With su, only the single process has root permissions so you open your system up to far less potential mistakes. You also only have the root acccess when you specifically need it which is obivosuly less risky than having it all the time. Psychologiclaly, you are also less likely to get complacent when you specifically have to enable the extra permissions.
D
[/quote]
Okay, I guess with that explanation I get it - but really - I don't want to be protected from myself.

Especially without me giving my direct permission for the protection. I suppose it's possible that I inadvertantly did, but I cannot figure out how to remove the unwanted protection. Do you know how I might manage this? I might switch it back later, but right now I really want to find out how to make this choice for myself.
I finally did what should have been obvious to me and went to the KDE website to check on this. I found out that what I needed was in the kdmrc file... I had actually found that before, but was uncertain of the info and unable to locate it anyway. This time thanks to what I found on the KDE website I had somewhere to start looking. I found the file at /etc/kde/kdm/kdmrc. I changed allowRootLogin from false to true. Unfortunately it still won't let me log in as root...

ideas?
Oh, and thank you very much for the explanation. It really did help me understand.