username and pasword on angstrom x11

Hi,

I created an image for my -xm of angstrom with x11 environment.
I am able to login via serial connection with user "root" and no
password but couldn't login in the X11 gui screen showed when
connecting a monitor nor was i promped to create a new user.
Is there a default user for X11? How do i create a new user?

Use the passwd command at the serial connection login. Change your
password to one of your choosing. You can then use that in the x11
login with root.

# useradd Gilad
# mkdir /home/Gilad
# chown -R Gilad:users /home/Gilad
# passwd Gilad
Enter and confirm the password.
Regards
Sid.