安裝簡易桌面
sudo apt install xorg openbox
ssh 遠端啟動桌面:出現Only console users are allowed to run the X server錯誤
修改
sudo vi /etc/X11/Xwrapper.config
#allowed_users=console
allowed_users=anybody
啟動遠端的桌面環境,並啟動軟體
startx &
xeyes &
lxterminal &

Last updated
Was this helpful?