OK... don't worry about the other stuff.
There are a couple of ways...  However, you really shouldn't be logging in as root as your initial session - meaning the graphical login from xdm/gdm/kdm.
You should log in with your normal user ID.  Then you can switch to root to do maintenance on the system. 
First way, open a terminal window and type
- Code: Select all
- su -
Enter 
root's password when prompted.
Second way if you can't `su` directly is to use `sudo`, like this
- Code: Select all
- sudo su -
Enter 
your password (not root's password) when prompted.
At some point, you should see a prompt that looks like this:
- Code: Select all
- [root@jupiter ~]#
See if that works - remember, you don't want to use the root account for anything other than maintenance tasks.  It's not meant to be used as a regular user account.