Hello.
What is .Xauthority for?
After creating new users, there are some error messages when running
And X refuse to load.
I have then edited /usr/local/bin/startx and change =>
into
And now, after
So the question is: what is the utility of .Xauthority and if set to enable_xauth=0, what could be wrong ?
Thanks.
Fre;D
What is .Xauthority for?
After creating new users, there are some error messages when running
startx
. =>
Code:
unable to write random state.
xauth: file /root/-serverauth.639 does not exist
auth:timeout
I have then edited /usr/local/bin/startx and change =>
Code:
enable_xauth=1
Code:
enable_xauth=0
And now, after
startx
, X is loaded perfectly and fast, without any error message for all users.So the question is: what is the utility of .Xauthority and if set to enable_xauth=0, what could be wrong ?
Thanks.
Fre;D
Last edited by a moderator: