I use backtrack 4 final
#uname -a
Linux bt 2.6.30.9 #1 SMP Tue Dec 1 21:51:08 EST 2009 i686 GNU/Linux
every time i want to "startx", i need to login as root.(not in user). How can i just login into startx with user permission??also my kdm is "corrupted" by .Xauthority. It says "no permission or something like that.
Not working/same.
This is what on my Konsole:
# apt-get install kdm-kde3
Reading package lists... Done
Building dependency tree
Reading state information... Done
kdm-kde3 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
I already solve startx problem and i write it on my blog:
internetpeers.blogspot.com/2010/02/login-startx-with-user-permission-not.html
My english is bad but if something i miss/wrong,please comment
so i think you need to create user proper way:
useradd -d /home/youruser -g users -m -s /bin/bash youruser
passwd youruser
hope this helps