【现象】有终端输入username,password后,桌面环境启动失败。
【报错】log文件里显示:
(EE)
Fatal server error:
(EE) xf86OpenConsole: VT_ACTIVATE failed: Operation not permitted
【原因】由xorg升级引起,详细描写叙述例如以下:
FS#41257 - [xorg-server] take advantage of the non-root X support
【解决】改动.bash_profile中使用以下的命令启动xorg:
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then startx -- vt1; exit logout fi
參考: xorg-server 1.16 issues