引导12.04时出错

当我启动我的东芝Tecra(nvidia)说没有protocol specified (2x和..)很多。 然后出现下一条消息:

 xinit: giving up xinit: unable to connect to X server: Resource temporarily unavailable wainting for X server to shutdown ddxSigGiveUp: Closing log Server terminated successfully(0). Closing log file. xinit: server error xauth: error in locking authority file /home/toshiba/.Xauthority 

我想我解决了我的问题。 我用这个论坛post 。 命令是:

 cd /home/ machine mv .Xauthority .Xauthority.old touch .Xauthority chown machine:machine .Xauthority 

修复锁定授权文件.Xauthority中的错误

 # cd /home/user # ls -a -lh # chown user:user .Xau* 

除里卡多提出的答案外,我还要你做以下事情:

 cd /home/machine mv .Xauthority .Xauthority.old touch .Xauthority chown machine:machine .Xauthority 

如果chown产生错误,只需提供执行和读写权限,这应该可以解决问题。

 chmod +x .Xauthority